notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: print/bibview/Makefile
SVNWeb

Number of commits found: 17

Wed, 2 Aug 2023
[ 14:16 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:fc6aa52305b4f661368197a4662d065c101632a4  commit hash:fc6aa52305b4f661368197a4662d065c101632a4  commit hash:fc6aa52305b4f661368197a4662d065c101632a4  fc6aa52  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Mk/bsd.sites.mk: Add new MACRO TEX

There are two different sites/mirror required for the ports tree. Due to
the packaging of texlive we need the CTAN historic mirror which is
defined in TEX_CTAN and normal mirror which hosts most of the packages.
Unfortunately both were uses interchangeably without checking the
details and in previous there was single sites mirroring both the
historic dists and the noemal packages. As this is no longer the case
update all other ports pointing towards the wrong site.

Approved by:	portmgr (blanket)
[ 14:16 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:ee16c7da922c680d6a1e5b9714b91f8d90f71a48  commit hash:ee16c7da922c680d6a1e5b9714b91f8d90f71a48  commit hash:ee16c7da922c680d6a1e5b9714b91f8d90f71a48  ee16c7d 
print/bibview: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  51879c9  (Only the first 10 of 197 ports in this commit are shown above. View all ports for this commit)
print: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Anish Mistry <amistry@am-productions.biz>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 6 Nov 2019
[ 20:47 zeising search for other commits by this committer ] Original commit   Revision:516924 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories p

Add USES=xorg and USES=gl to ports in categories starting with 'p'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Thu, 11 Jan 2018
[ 16:24 danfe search for other commits by this committer ] Original commit   Revision:458754 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Remove superfluous linefeeds.
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Sun, 2 Feb 2014
[ 16:05 miwi search for other commits by this committer ] Original commit   Revision:342327
- Stage support
Fri, 20 Sep 2013
[ 22:44 bapt search for other commits by this committer ] Original commit   Revision:327765 (Only the first 10 of 325 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Fri, 28 Jun 2013
[ 11:51 bapt search for other commits by this committer ] Original commit   Revision:321957 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
New USES imake to handle the dependency on imake.

This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
Sun, 2 Sep 2012
[ 22:41 eadler search for other commits by this committer ] Original commit   Revision:303579
mark a few ports MAKE_JOBS_SAFE after testing them.
Tue, 9 Jun 2009
[ 15:33 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 240 ports in this commit are shown above. View all ports for this commit)
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:      2 tinderbox runs by pav
Approved by:    portmgr (pav)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sun, 11 Mar 2007
[ 03:21 linimon search for other commits by this committer ] Original commit 
Reset dbader@eece.unm.edu due to maintainer-timeouts.

Hat:            portmgr
Fri, 21 Feb 2003
[ 13:23 knu search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Wed, 4 Oct 2000
[ 07:40 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Correct CATEGORIES - make first category in the CATEGORIES list matching parent 
 directory.    

Number of commits found: 17