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: Mk/bsd.port.subdir.mk
SVNWeb

Number of commits found: 58

Wed, 11 Jan 2023
[ 22:41 Luca Pizzamiglio (pizzamig) search for other commits by this committer ]    commit hash:93a86257b76dfc938ef0e37147e762b2605334ae  commit hash:93a86257b76dfc938ef0e37147e762b2605334ae  commit hash:93a86257b76dfc938ef0e37147e762b2605334ae  93a8625 
component: Mk framework

Add check to detect colon in .CURDIR, because it's not supported
this patch detects the colon and shows a proper error message

Reviewed By: #portmgr, tcberner
Differential Revision: https://reviews.freebsd.org/D37500
Sun, 24 Apr 2022
[ 10:00 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  aa25396  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
Tue, 6 Apr 2021
[ 14:27 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  5d33e04  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
Tue, 23 Apr 2019
[ 17:52 pkubaj search for other commits by this committer ] Original commit   Revision:499773
Remove checks for ia64, this is not a supported architecture.

PR:		237104
Approved by:	portmgr
Thu, 9 Nov 2017
[ 21:48 jrm search for other commits by this committer ] Original commit   Revision:453873
Ensure .CURDIR contains an absolute path without a trailing slash.

Problems can occur when PORTSDIR is a symbolic link, or e.g.,

make -C /usr/ports/ search key='!*'

See also:

r450002
https://lists.freebsd.org/pipermail/freebsd-current/2017-November/067386.html

Submitted by:	 rum1cro@yandex.ru
Reported by:	 sergey.dyatko@gmail.com
Approved by:	 portmgr (bdrewery)
Differential Revision:	https://reviews.freebsd.org/D13019
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 13:18 mat search for other commits by this committer ] Original commit   Revision:412342 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 12 Oct 2015
[ 22:42 bdrewery search for other commits by this committer ] Original commit   Revision:399163
Apply export handling fixes from bsd.port.mk.

 - r399153: Use :Q.
 - r399155: Use a loop to export vars

With hat:	portmgr
Sat, 13 Jun 2015
[ 02:46 mat search for other commits by this committer ] Original commit   Revision:389312
Use .sinclude when possible.

PR:		178271 (based on)
Submitted by:	eadler
Sponsored by:	Absolight
Mon, 1 Sep 2014
[ 13:03 bapt search for other commits by this committer ] Original commit   Revision:366875 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D693
Sat, 9 Aug 2014
[ 15:44 mva search for other commits by this committer ] Original commit   Revision:364450 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Convert the Python framework bits to USES=python.

Please use USES=python instead of USE_PYTHON.

  USE_PYTHON=yes becomes USES=python
  USE_PYTHON=2.7+ becomes USES=python:2.7+
  USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
  ...

A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;

  PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
  PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
  PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 18 Jun 2014
[ 12:20 bapt search for other commits by this committer ] Original commit   Revision:358255
tabspace: 8
Tue, 3 Dec 2013
[ 19:08 bdrewery search for other commits by this committer ] Original commit   Revision:335587
- Use proper UNAME variable here

With hat:	portmgr
Tue, 25 Jun 2013
[ 12:34 bapt search for other commits by this committer ] Original commit   Revision:321739
Replicate r321735 fix to bsd.port.subdir.mk as it suffers the same bug
Tue, 18 Jun 2013
[ 09:45 tijl search for other commits by this committer ] Original commit   Revision:321177
Remove the last remnants of PKGINSTALLVER. It hasn't been used since
r231958 and the definition in bsd.port.subdir.mk generates a warning with
bmake, pkgng and no pkg_info.

Approved by:	erwin
Fri, 3 May 2013
[ 06:56 bapt search for other commits by this committer ] Original commit   Revision:317176
Do not hardcode make

PR:		ports/178070
Submitted by:	Garrett Cooper <yaneurabeya@gmail.com>
Wed, 27 Mar 2013
[ 07:15 miwi search for other commits by this committer ] Original commit   Revision:315353
- Remove CVS
Sun, 24 Mar 2013
[ 14:15 miwi search for other commits by this committer ] Original commit   Revision:315120
- Add Keywords to the IGNOREDIRS

Reported by:	pointythat
Wed, 10 Oct 2012
[ 08:40 bapt search for other commits by this committer ] Original commit   Revision:305637
Switching current to use pkgng by default
Adding WITHOUT_PKGNG for people not willing to migrate to pkgng now

Hat:		portmgr
Non-regression:	beat
Exp-runs:	beat
Wed, 23 May 2012
[ 08:17 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify
dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]

PR:             151954 [1]
                161314 [2]
                167085 [3]
                167465 [4]
Submitted by:   Anonymous <swell.k@gmail.com> [1]
                dougb@ and Chris Rees <utisoft@gmail.com> [2]
                Garrett Cooper <yanegomi@gmail.com> [3]
                "Bryan Drewery" <bryan@shatow.net> [4]
Tested via:     phw
Thu, 21 Jul 2011
[ 05:04 linimon search for other commits by this committer ] Original commit 
Fix INDEXFILE for upcoming 10.0 branch.

PR:             ports/158750
Submitted by:   crees
Tested on:      pointyhat-west
Wed, 4 May 2011
[ 22:33 flz search for other commits by this committer ] Original commit 
Latest round of infrastructure changes.

- bsd.port.mk: add INDEX_PORTS, to support INDEX creation for a subset of the
ports tree [1]
- bsd.port.mk: call target "install-rc-script" before "post-install" [2]
- [patch] ports/Mk bsd.port.mk order if groups/users are created by package [3]
- [bsd.port.mk] [patch] reaper of the dead: md5 has been in /sbin for a while
[4]
- [bsd.port.mk] [patch] remove support for pre 7.x systems (b.*.m) [5]
- [patch] [bsd.port.mk] reaper of the dead: are three variable defintions needed
[6]

PR:             ports/156575 [1],
                ports/139116 [2],
                ports/152498 [3],
                ports/155983 [4],
                ports/155510 [5],
                ports/156340 [6]
Submitted by:   Florent Thoumie <flz@xbsd.org> [1],
                Sergey Skvortsov <skv@freebsd.org> [2],
                Olli Hauer <ohauer@FreeBSD.org> [3],
                Eitan Adler <lists@eitanadler.com> [4],
                Eitan Adler <lists@eitanadler.com> [5],
                Eitan Adler <lists@eitanadler.com> [6]
Mon, 20 Dec 2010
[ 12:23 erwin search for other commits by this committer ] Original commit 
Properly escape shell metacharacters in some JAVA_* macros.

PR:             153033
Submitted by:   steve
Tue, 25 May 2010
[ 15:18 pav search for other commits by this committer ] Original commit 
- Skip comments blocks when 'make search'ing in MOVED file
- Also rewrap a long line

PR:             ports/143955
Submitted by:   pluknet <pluknet@gmail.com>
Sat, 19 Jul 2008
[ 17:59 kris search for other commits by this committer ] Original commit 
Major optimizations for 'make index' and other recursive traversal
targets.

* Use /rescue/sh for index builds instead of /bin/sh, when it exists.
  The former is statically linked and faster to execute, which becomes
  significant when executing it tens of thousands of times.  This
  trick can be used with other recursive targets by passing in
  __MAKE_SHELL.

* Get rid of make variable assignments that use != command invocations
  in the critical path, using several methods:

  - rewriting logic to use shell or make builtins instead of external command
executions
  - macroizing commands and executing them in the targets where they
    are needed instead of with every invocation of make
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 12 Mar 2008
[ 00:13 pav search for other commits by this committer ] Original commit 
- Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only in
  bsd.port.mk. Fixes `make readmes'

PR:             ports/117192
Submitted by:   Joergen Blomberg <jnbg@blomberg.tk>
Pointy hat to:  gabor
Tue, 11 Mar 2008
[ 23:45 pav search for other commits by this committer ] Original commit 
- Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higher
  optimizations are enabled.

PR:             ports/121363
Submitted by:   obrien

- Change USE_XPM variable to use USE_XORG framework, and lose implied USE_XLIB

PR:             ports/113799
Submitted by:   des (based on)
Patch by:       pav

- Teach USE_LDCONFIG to do the right thing when used with USE_LINUX_PREFIX

PR:             ports/118212
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 8 Aug 2007
[ 03:46 kris search for other commits by this committer ] Original commit 
* Shuffle some important variable definitions to early in the file,
  notably PORTSDIR.  The previous commit introduced a use-before-define
  with respect to this variable, which broke things like portmaster.

* Drop support for COMMENTFILE and a vestigial remnant of NetBSD support.
Sat, 4 Aug 2007
[ 11:37 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Extract command variable definitions from bsd.port.mk, they are now stored in
  bsd.commands.mk and can be easily reused within the infrastructure.
- Revert old DESTDIR implementation.
- Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Fri, 25 May 2007
[ 00:09 linimon search for other commits by this committer ] Original commit 
* Make 'make-deinstall-all' check for moved ports. [1]

* Defined the installation directories PORTEXAMPLES and PORTDATA. [2]

* Add USE_MAKESELF knob is added for ports that use the makeself archiver. [3]

* Update the description of fetch-list; add targets fetch-required-list,
  fetch-url-list, and fetch-urlall-list. [4]

* Make 'make search' also search in ports/MOVED. [5]

* Move several Makevar definitions to the pre-makefile section:
  DATADIR, DOCSDIR, ETCDIR, EXAMPLESDIR, WWWDIR. [6]

* The target 'ignorelist-verbose' was added for portsmon. [7]

PR:     69965 [1], 78490 [2], 79398 [3], 86776 [4], 104161 [5], 110781 [6]

Submitted by:   Dancho Penev <dpenev at mnet dot bg> [1], mnag [2],
                jylefort [3], edwin [4], Lars Engels <lars dot engels
                at 0x20 dot net> [5], Alexander Logvinov <ports at
                logvinov dot com> [6], linimon [7]
Sat, 24 Mar 2007
[ 14:02 pav search for other commits by this committer ] Original commit 
[1] Introduce COPYTREE_BIN and COPYTREE_SHARE macros
[2] Fix ECHO_CMD/ECHO_MSG usage in bsd.port.mk
[3] Move bsd.efl.mk to ports/Mk
[4] Change LIBTOOLFILES default to ${CONFIGURE_SCRIPT}
[5] Whitespace sweep
[6] Add WWWDIR variable with default value of ${PREFIX}/www/${PORTNAME}

PR:             ports/100996 [1], ports/100556 [2], ports/100497 [3],
                ports/104009 and ports/104018 [5], ports/105529 [6]
Submitted by:   stass [1] [3], gabor [2], pav [4], edwin [5], laszlof [6]
Approved by:    ade [4]
Tue, 6 Mar 2007
[ 06:58 linimon search for other commits by this committer ] Original commit 
* Fix 'make search' with non-default ${PORTSDIR}

PR:             ports/105917
Submitted by:   shaun
Sun, 4 Feb 2007
[ 20:23 kris search for other commits by this committer ] Original commit 
Drop PORTOBJFORMAT now that it is entirely unused.
Tue, 30 Jan 2007
[ 04:29 kris search for other commits by this committer ] Original commit 
* Hard-code PORTOBJFORMAT?= elf instead of using the (now removed)
  objformat(1) and defaulting to a.out.  This will be removed entirely
  once port makefiles no longer reference it.
Fri, 4 Aug 2006
[ 12:34 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
Sat, 28 Jan 2006
[ 02:11 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
 - Fix possibility of "infinite make fork" when "Registering install for ..."
   EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 23 Jan 2006
[ 23:54 linimon search for other commits by this committer ] Original commit 
Fix 'make search' on 4.X.  Has no effect on 5.X and 6.X which worked
correctly to start with.

NOTE: if you have your ports tree outside of /usr/ports and don't make your
own INDEX, 'make search' will return no results.  This was a pre-existing
problem which no one had ever noticed.

People with long experience in software can imagine the merriment of
attempting to debug the current problem given this, for themselves.

PR:             ports/92189
Submitted by:   linimon
Fix from        clement
Sat, 21 Jan 2006
[ 17:37 krion search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 8 Nov 2005
[ 09:02 clement search for other commits by this committer ] Original commit 
* Add bsd.database.mk [1]
  - move out from bsd.port.mk USE_MYSQL and USE_PGSQL.
  - add support for Berkley DB and SQLite (via USE_BDB and USE_SQLITE
    knobs).

* Espace '+' in make search [2]

* Add "makepatch" target to simplify creation of patches during porting [3]

* Replace deprecated MACHINE_ARCH with ARCH [4]

* Remove support of OpenLDAP 2.1 [5]

* Add bsd.tcl.mk [6]
  It introduces USE_TCL/USE_TCL_BUILD knobs to support various
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 28 Feb 2005
[ 21:09 krion search for other commits by this committer ] Original commit 
* Add info files to TMPPLIST, only if INFO is specified. [1]

* Fix PATH problems during README.html generation if "make
  -DPORTSTOP readmes" is defined. [2]

* Add support for early rcNG startup scripts. [3]

* Remove duplicate USE_XLIB handling. [4]

* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
  both are specified. [5]

* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]

* Introduce bsd.gstreamer.mk and utilize new macros:
  USE_GSTREAMER/WANT_GSTREAMER. [7]

PR:             ports/77634 [1], ports/77592 [2], ports/77385 [3],
                ports/77557 [4], ports/77344 [5], ports/77211 [6],
                ports/77838 [7]
Submitted by:   krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
                pav [4], lofi [5], ahze [7]
Mon, 7 Feb 2005
[ 11:17 krion search for other commits by this committer ] Original commit 
* Change bento to pointyhat names in comments. [1]

* Document DISABLE_VULNERABILITIES variable. [2]

* Add WWW: line for 'search' target. [3]

* Speedup check-vulnerable invokation, if portaudit is installed. [4]

* Run install-info for all .info files. [5]

* Run add-plist-docs more strictly and prevent some situations with
  leftover files in the future. [6]

* Introduce two new variables: MASTER_PORT and SLAVE_PORT.
  The results from these variables is only used as information for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 9 Jan 2005
[ 10:12 krion search for other commits by this committer ] Original commit 
Remove trailing spaces.
Thu, 9 Dec 2004
[ 21:44 krion search for other commits by this committer ] Original commit 
* Add new command macros: DATE, FMT, MKTEMP, OBJDUMP,
  and use command macro SORT. [1]

* Clean up the comments, and use 4 column tabs everywhere. [2]

* Introduce 2 new variables: SUB_FILES and SUB_LIST. [3]

* Document DEPRECATED and EXPIRATION_DATE variables. [4]

* Sanitize the intermittent output by the build infrastructure
  so that cutting and pasting from it no longer interferes
  with GNATS-tags. [5]

* Honour configure arguments for USE_XLIB if USE/WITH_LIBTOOL_
  is used. [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 19 Nov 2004
[ 13:45 krion search for other commits by this committer ] Original commit 
* Fix INDEX build if MAINTAINER is not defined. [1]

* Remove USE_QT2 since it's obsolete now. [2]

* Clarify comments about ARCH. [3]

* Speedup 'make readmes'.  Add a perl script "Tools/make_readmes"
  and modify bsd.port.subdir.mk to avoid recursing into individual
  port directories to create README.html. [4]

* Fix 'make search' to allow case insensitive search on 5-x/6-x. [5]

* Add the possibility to search the ports by category. [6]

* Remove tk42 and tcl76 from virtual categories since they're
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 14 Jul 2004
[ 08:18 kris search for other commits by this committer ] Original commit 
* Be even more explicit about partial ports trees being unsupported
  for INDEX builds [1]

* Remove the parallel target from Makefile; this is heavily tied to
  the package build cluster and can be better done in the makeparallel
  script (commit to follow) [2]

* Extend the format of INDEX to separately list the
  EXTRACT/PATCH/FETCH_DEPENDS instead of lumping them all in together
  with BUILD_DEPENDS.  The three new fields are appended to the end of
  the record in that order. [2]

* Change BROKEN to IGNORE in BROKEN_WITH_MYSQL failure code [3]

* Support non-default PREFIX for perl 5.00503 [5]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 10 Jun 2004
[ 07:30 kris search for other commits by this committer ] Original commit 
* Support verbose index builds with INDEX_VERBOSE [1]

* Don't assume root is using /bin/sh when switching credentials to
  configure OPTIONS. [2]

* Support glob expressions in USE_GETTEXT to allow more flexibility
  in the face of future gratuitous library version bumps by the gettext
  developers [3]:

  USE_GETTEXT=yEs   # Works as before (case-insensitive)
  USE_GETTEXT=[5-7] # Accepts any of those libintl.so.x versions
                    # in the LIB_DEPENDS

* Correctly register dependencies when a non-system perl port is used
  on 4.x [4]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 2 Apr 2004
[ 07:25 kris search for other commits by this committer ] Original commit 
- Allow processing of info files in non-standard locations; the
  INFO_PATH variable may be used to specify their location.  It defaults
  to 'share/info' for the standard PREFIX, and 'info' when PREFIX ==
  /usr. [1]

- Remove the <category>/pkg/COMMENT files in favour of a COMMENT
  variable in <category>/Makefile [2]

- Prevent patch breakage with VERSION_CONTROL=numbered [3]

- Fix some instances of incorrect WRKDIRPREFIX handling. [4]

- remove useless ${MKDIR} ${WRKSRC} in config target [5]

- remove reference to OpenBSD [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 4 Feb 2004
[ 04:27 marcus search for other commits by this committer ] Original commit 
* Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1]
* Remove trailing whitespace from bsd.port.mk [2]
* Enhanced OPTIONS handling [3]
* Add a USE_ICONV macro [4]
* Add a USE_GETTEXT macro [5]
* Add support for p5-Module::Build [6]
* Enhance bsd.sdl.mk with WANT_SDL [7]
* Remove NetBSD and OpenBSD bits from bsd.port.mk [8]
* Correct a type in PKGDIR description in bsd.port.mk [9]
* Add new DIRNAME macro [10]
* Cleanup bsd.port.mk [11]
* The default Perl for -CURRENT has been updated to 5.8.2 [12]
* Optimize recursive operations on the ports tree [13]
* Do not attempt to remove _CPUCFLAGS from CFLAGS if _CPUCFLAGS is
  not defined [14]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 20 Jan 2004
[ 09:14 marcus search for other commits by this committer ] Original commit 
Here come the patches!

* Add ghostscript knobs [1]
* Add per-port persistent build options with a menu-driven front-end [2]
* Allow porters to override the message generated when do-configure fails [3]
* Add patch to obviate many pkg-plist files [4]
* Fix the PKG_DBDIR comment [5]
* Make ports framework more robust with regard to make index [6]
* Add new command macros to bsd.port.mk [7]
* Remove direct command use from bsd.port.mk [8]
* Make the ports system respect WITHOUT_CPU_CFLAGS [9]
* Break the SDL code out into bsd.sdl.mk [10]
* Add working support for USE_SIZE [11]
* Fix RANDOMIZE_MASTER_SITES on -CURRENT [12]
* Convert some spaces to tabs [13]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 7 Nov 2003
[ 08:51 marcus search for other commits by this committer ] Original commit 
* Improve the test for the old ports directory layout [1]
* Include SITE_PERL earlier [2]
* Use the correct versions of autoconf and automake [3]
* Add a PORTDOCS macro for automating installation of documentation files [4]
* Define a default Fortran compiler for each version of USE_GCC [5]
* Fix package builds when WRKDIRPREFIX is set [6]
* Add more comment documentation on default targets [7]
* Fix plist generation in certain cases [8]
* Fix COMMENT/COMMENTFILE checking [9]
* Use SU_CMD for deinstall and deinstall-all targets (provided
  INSTALL_AS_USER is not set) [10]
* Define a default WWWOWN and WWWGRP [11]
* Make INDEX builds work even when the port name is the same as a default
  target [12]
* Fix the new share/nls/C links [13]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 6 Jul 2003
[ 23:57 kris search for other commits by this committer ] Original commit 
* Add 'maintainer' as a recursive target [1]
* Fix the subdirectory recursion [2]

PR:             51985 [1]
Submitted by:   Mark Linimon <linimon@lonesome.com> [1], hoek [2]
Mon, 10 Feb 2003
[ 07:59 kris search for other commits by this committer ] Original commit 
* pkg-comment removal, take 2: introduce the COMMENTFILE variable
  with the same semantics as the current COMMENT variable (location
  of the pkg-comment file), and reclaim COMMENT for the comment string
  itself.  To work around the problems with metacharacters in comment
  strings, comments are written to a temporary comment file as needed. [1]

* Support regexps in LIB_DEPENDS [2]

* Move the CD_MOUNTPTS variable to <bsd.port.pre.mk> [3]

* Improve 'make readmes' target [4]:
  - ^A and ^B have been replaced by | to avoid printing problems in
    'make readme'.
  - Add %%EMAIL%%, %%MAINTAINER%% (not used yet) and %%WEBSITE%%
    substitutions
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 1 Jan 2003
[ 11:45 kris search for other commits by this committer ] Original commit 
Convert a few more uses of INDEX to ${INDEXFILE}
Wed, 4 Dec 2002
[ 17:17 kris search for other commits by this committer ] Original commit 
Add the INDEXFILE variable, that defaults to INDEX-5 on 5.0 (500036) and
later, and INDEX on earlier systems.  Use this in the 'make index' and
associated targets.  This is necessary to deal with the substantially
different dependencies of ports between 4.x and 5.0 (e.g. ports that
depend on perl).
Wed, 20 Nov 2002
[ 04:11 knu search for other commits by this committer ] Original commit 
Do not choke on an empty SUBDIR.

Submitted by:   sada (slightly altered)
Tue, 3 Sep 2002
[ 09:08 joe search for other commits by this committer ] Original commit 
Allow 'make search ...' to work even if the ports tree is symbolically
linked from somewhere else.

PR:     ports/42060
Fri, 5 Jul 2002
[ 09:14 sobomax search for other commits by this committer ] Original commit 
Backout changes that erroneously slipped into the last commit to
bsd.gnomeng.mk.

Big pointy hat to:      sobomax
[ 09:11 sobomax search for other commits by this committer ] Original commit 
Correct typo: gtk12 --> glib12

Number of commits found: 58