FreshPorts -- The Place For Ports Tue, 6 Jan 2009 2:56 AM GMT
non port: Mk/bsd.port.mk
CVSWeb

Number of commits found: 203 (showing only 100 on this page)

1 | 2 | 3  »  

Mon, 25 Aug 2008
[ 02:29 rafan ] Original commit 
1.603 Mk/bsd.port.mk
- Fix a small hole after last CONFIGURE_TARGET (actually, it's CONFIGURE_ARGS)
  update: if a port version is 2.13, my magic detection treats this port
  using the old autoconf. To fix this, change the regex to include the prefix
  "autoconf" before the version number 2.13.

Tested by:      pointyhat 7-amd64 exp run (by pav)
Thu, 21 Aug 2008
[ 07:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 9 Aug 2008
[ 17:52 miwi ] Original commit 
1.21 accessibility/Makefile
1.27 accessibility/kdeaccessibility4/Makefile
1.268 chinese/Makefile
1.43 chinese/kde4-l10n-zh_CN/Makefile
1.43 chinese/kde4-l10n-zh_TW/Makefile
1.704 databases/Makefile
1.1 databases/akonadi/Makefile
1.333 deskutils/Makefile
1.81 deskutils/kdepim4/Makefile
1.1 deskutils/kdepimlibs4/Makefile

(Only the first 10 of 422 ports in this commit are shown above. View all ports for this commit)
The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
Thu, 24 Jul 2008
[ 23:29 pav ] Original commit 
1.8 games/formido/Makefile
1.32 x11-toolkits/xmhtml/Makefile
1.21 x11-wm/sapphire/Makefile
1.18 Mk/bsd.gcc.mk
1.600 Mk/bsd.port.mk
1.2 graphics/gdal/files/patch-swig-python-GNUmakefile
- Add CC and CXX to MAKE_ENV for all ports

PR:             ports/86106, ports/101120 (based on)
[ 22:55 pav ] Original commit 
1.599 Mk/bsd.port.mk
- Add an ugly kludge to strip the trailing whitespace from CFLAGS (it comes
  this way from outside already).  Unless stripped, later CFLAGS+= assignments
  will produce a double-space in CFLAGS string.  Sub-configure will reduce it
  back to single space and complain that CFLAGS changed underneath it.

  Most prominent example of a problem solved by this kludge is the -CURRENT,
  where -fno-strict-aliasing is added to every port's CFLAGS.
Mon, 21 Jul 2008
[ 23:29 pav ] Original commit 
1.46 dns/bind9-dlz/Makefile
1.93 mail/postfix1/Makefile
1.71 security/seahorse/Makefile
1.1 Mk/bsd.ldap.mk
1.598 Mk/bsd.port.mk
- Separate OpenLDAP related code into bsd.ldap.mk
- Change default OpenLDAP version to 2.4
- Remove OpenLDAP 2.2 support, the port has been gone for some time now
- Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports

PR:             ports/123602, ports/124115, ports/125605
Submitted by:   delphij, Jens Rehsack <rehsack@web.de>,
                Yuri Pankov <yuri.pankov@gmail.com>

- Remove USE_GTK, it's no longer used

PR:             ports/123528
Submitted by:   mezz

- Use PATCH_WRKSRC instead of WRKSRC in do-patch target
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 20 Jul 2008
[ 04:35 delphij ] Original commit 
1.597 Mk/bsd.port.mk
 - Overhaul the way we handle with LDAP data directory, populate
   the data directory upon start, not upon install. [1]
 - Update to OpenLDAP 2.4.11.
 - Modify bsd.port.mk to fit with the shared libary version bump [2]
   This has no impact to package building yet as 2.4.x is not the
   default version.

Submitted by:   Mikhail Goriachev <mikhailg webanoide org> [1]
Approved by:    portmgr (marcus) [2]
Sat, 19 Jul 2008
[ 18:59 kris ] Original commit 
1.104 Makefile
1.83 Mk/bsd.java.mk
1.596 Mk/bsd.port.mk
1.75 Mk/bsd.port.subdir.mk
1.105 Mk/bsd.python.mk
1.14 Tools/make_index
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)
Mon, 30 Jun 2008
[ 21:16 mezz ] Original commit 
1.4 converters/pdf2djvu/Makefile
1.37 graphics/cairo/Makefile
1.16 graphics/cairomm/Makefile
1.15 graphics/epdfview/Makefile
1.40 graphics/evince/Makefile
1.220 graphics/gimp-app/Makefile
1.47 graphics/inkscape/Makefile
1.6 graphics/poppler-gtk/Makefile
1.6 graphics/poppler-qt4/Makefile
1.40 graphics/poppler/Makefile

(Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.

x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 24 Jun 2008
[ 15:56 acm ] Original commit 
1.1 Mk/bsd.fpc.mk
1.594 Mk/bsd.port.mk
- Add support for freepascal based ports

Approved by:    portmgr (pav)
Tue, 27 May 2008
[ 23:12 miwi ] Original commit 
1.1 net-mgmt/macroscope/files/CheckTypeSize.c.in
1.22 astro/stellarium/Makefile
1.35 comms/gammu/Makefile
1.9 deskutils/qtm/Makefile
1.23 devel/cmake/Makefile
1.23 devel/kdesvn/Makefile
1.16 devel/physfs-devel/Makefile
1.4 devel/qsvn/Makefile
1.8 games/blinkensisters/Makefile
1.9 games/ksudoku/Makefile

(Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:    portmgr (pav)
Mon, 14 Apr 2008
[ 17:46 pav ] Original commit 
1.3 Mk/bsd.commands.mk
1.592 Mk/bsd.port.mk
Support @rmtry in pkg-plist, analogous to @dirrmtry but for single file rm.

PR:             ports/116219
Submitted by:   edwin

Make USE_DISPLAY more general: set up virtual X server when USE_DISPLAY is
defined and no DISPLAY variable is in environment; pass DISPLAY value in
CONFIGURE_ENV and MAKE_ENV.

PR:             ports/116244
Submitted by:   edwin

Define ${PW}.

PR:             ports/119821
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 11 Mar 2008
[ 23:45 pav ] Original commit 
1.591 Mk/bsd.port.mk
1.73 Mk/bsd.port.subdir.mk
1.5 Mk/bsd.xorg.mk
- 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)
Fri, 7 Mar 2008
[ 21:47 flz ] Original commit 
1.3016 devel/Makefile
1.41 devel/imake-4/Makefile
1.18 emulators/stonx/Makefile
1.39 emulators/vmware-guestd5/Makefile
1.50 emulators/vmware-guestd6/Makefile
1.1135 graphics/Makefile
1.26 graphics/dri/Makefile
1.42 graphics/gtkdps/Makefile
1.20 graphics/mesa-demos/Makefile
1.11 graphics/xfree86-dri/Makefile

(Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
Remove support for XFree8-4.

From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.

PR:             ports/119418
Submitted by:   flz
Approved by:    portmgr (pav)
Wed, 17 Oct 2007
[ 11:13 ade ] Original commit 
1.1502 MOVED
1.29 audio/denemo/Makefile
1.13 audio/rezound/Makefile
1.28 audio/sfront/Makefile
1.11 biology/chemeq/Makefile
1.12 cad/alliance/Makefile
1.29 cad/iverilog/Makefile
1.6 cad/opencascade/Makefile
1.21 cad/tkgate/Makefile
1.54 databases/clip/Makefile

(Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Wed, 3 Oct 2007
[ 23:25 pav ] Original commit 
1.588 Mk/bsd.port.mk
1.4 Mk/bsd.xorg.mk
- Fix issues with actual-package-depends, most notably fix bad list when a
  third party package with invalid or missing pkgorigin is installed; this
  resulted in silently discarding dependency records for some people

PR:             ports/115010
Submitted by:   netchild

- Replace some calls to basename and dirname with make logic

PR:             ports/115994
Submitted by:   netchild

- Fix bsd.xorg.mk to work when USE_XORG is used below
  .include <bsd.port.pre.mk>; should allow conditional X.Org component
  dependencies with OPTIONS, etc
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 30 Sep 2007
[ 05:01 linimon ] Original commit 
1.587 Mk/bsd.port.mk
Add an anti-foot-shooting measure that protects against a dependent port
being null, resulting in an entire category being depended on.  This was
seen with missing USE_PERL5 definitions, for which there is now a test;
however, it could theoretically be tripped over by other bad port
Makefiles.  Since the failure mode is painful and seems unrelated to
the lack of the definition (the build will fail at some random point
within that entire category), IMHO it's worth the complexity tradeoff
to put this in.
Mon, 24 Sep 2007
[ 09:39 rafan ] Original commit 
1.551 LEGAL
1.65 cad/xcircuit/Makefile
1.15 chinese/enscript/Makefile
1.21 chinese/moefonts-cid/Makefile
1.28 graphics/epstool/Makefile
1.21 graphics/ipe/Makefile
1.18 graphics/ocaml-images/Makefile
1.49 graphics/pstoedit/Makefile
1.11 graphics/pstoepsi/Makefile
1.14 graphics/py-chart/Makefile

(Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.

Approved by:    portmgr (pav)
Fri, 14 Sep 2007
[ 00:29 flz ] Original commit 
1.585 Mk/bsd.port.mk
Oops. Backout some changes that shouldn't have been checked in during
xorg update.

Pointy hat to:  $self
Thu, 13 Sep 2007
[ 23:10 linimon ] Original commit 
1.3 Mk/bsd.perl.mk
1.584 Mk/bsd.port.mk
Restore the semantics of USE_PERL and friends by moving them back to
the 'post' block from which they originally came.  This should fix the
remaining few package build errors because of conditional perl inclusion.

Pointy hat:     linimon
[ 20:45 flz ] Original commit 
1.2 x11-drivers/xf86-input-acecad/Makefile
1.2 x11-drivers/xf86-input-calcomp/Makefile
1.2 x11-drivers/xf86-input-citron/Makefile
1.2 x11-drivers/xf86-input-dmc/Makefile
1.2 x11-drivers/xf86-input-dynapro/Makefile
1.2 x11-drivers/xf86-input-elo2300/Makefile
1.2 x11-drivers/xf86-input-joystick/Makefile
1.2 x11-drivers/xf86-input-keyboard/Makefile
1.2 x11-drivers/xf86-input-magellan/Makefile
1.2 x11-drivers/xf86-input-microtouch/Makefile

(Only the first 10 of 201 ports in this commit are shown above. View all ports for this commit)
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.

Tested by:      vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
Sun, 9 Sep 2007
[ 02:02 linimon ] Original commit 
1.582 Mk/bsd.port.mk
Revert the conditional inclusion of bsd.perl.mk and make it unconditional.
Apparently my test run was completely bogus.

New owner of the entire pointy hat factory:     linimon
Sat, 8 Sep 2007
[ 01:16 linimon ] Original commit 
1.1 Mk/bsd.perl.mk
1.581 Mk/bsd.port.mk
Please welcome bsd.perl.mk, a refactoring of Perl-related code from
bsd.port.mk.  In addition, a revision shorthand has been added, e.g.,
USE_PERL5= 5.8.0+.  This syntax is implemented for the following knobs:

   USE_PERL5, USE_PERL5_RUN, USE_PERL5_BUILD, PERL_CONFIGURE and PERL_MODBUILD.

Credit also goes to sem who wrote an earlier version of this patch in
ports/55515, marcus and kris for doing earlier testing, and kuriyama and
others for additional work along the way.

Thanks to gabor@FreeBSD.org for doing all this work.

Sponsored by:   Google Summer of Code 2007
Wed, 8 Aug 2007
[ 04:46 kris ] Original commit 
1.580 Mk/bsd.port.mk
1.72 Mk/bsd.port.subdir.mk
* 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
[ 20:48 pav ] Original commit 
1.579 Mk/bsd.port.mk
- Add --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include to
  CONFIGURE_ARGS for ports setting USE_XORG.  This restores the old USE_XLIB
  behaviour. [1]
- Whitespace fixes [2]

PR:             ports/115098 [1]
Submitted by:   mm [1], miwi [2]
[ 12:37 gabor ] Original commit 
1.77 CHANGES
1.532 UPDATING
1.1 Mk/bsd.commands.mk
1.1 Mk/bsd.destdir.mk
1.68 Mk/bsd.emacs.mk
1.143 Mk/bsd.gnome.mk
1.3 Mk/bsd.mail.mk
1.35 Mk/bsd.openssl.mk
1.578 Mk/bsd.port.mk
1.71 Mk/bsd.port.subdir.mk

(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, 27 Jul 2007
[ 22:40 pav ] Original commit 
1.14 Mk/bsd.gcc.mk
1.577 Mk/bsd.port.mk
- Pass FFLAGS to make when USE_FORTRAN is set [1]
- Fix detection of i386 libs on amd64/ia64 [2]
- Make IGNORE messages show as a real sentences [3]
- Make COPYTREE_* work under unpriviledged user [4]

PR:             ports/112203 [2], ports/114329 [3], ports/113425
Submitted by:   gerald [1], Scot Hetzel <swhetzel@gmail.com> [2], danfe [3],
                Dmitry Marakasov <amdmi3@amdmi3.ru> [4]
Mon, 23 Jul 2007
[ 10:36 rafan ] Original commit 
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile

(Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Mon, 16 Jul 2007
[ 11:12 lofi ] Original commit 
1.7 accessibility/qt4-accessible/Makefile
1.5 chinese/qt4-codecs-cn/Makefile
1.6 chinese/qt4-codecs-tw/Makefile
1.6 databases/qt4-ibase-plugin/Makefile
1.6 databases/qt4-mysql-plugin/Makefile
1.6 databases/qt4-odbc-plugin/Makefile
1.6 databases/qt4-pgsql-plugin/Makefile
1.8 databases/qt4-sql/Makefile
1.6 databases/qt4-sqlite-plugin/Makefile
1.6 databases/qt4-sqlite3-plugin/Makefile

(Only the first 10 of 125 ports in this commit are shown above. View all ports for this commit)
Update to Qt 4.3.0, introduce bsd.qt.mk.

Approved by: portmgr (bsd.port.mk changes)
Thu, 12 Jul 2007
[ 02:57 maho ] Original commit 
1.74 CHANGES
1.13 Mk/bsd.gcc.mk
1.574 Mk/bsd.port.mk
Add USE_FORTRAN knob. All ports that use FORTRAN should
use this knob.

Approved by: gerald, portmgr (pav)
Fri, 29 Jun 2007
[ 15:09 pav ] Original commit 
1.573 Mk/bsd.port.mk
- Fix make clean, broken in previous rev. 1.571

PR:             ports/114125
Thu, 28 Jun 2007
[ 17:06 pav ] Original commit 
1.572 Mk/bsd.port.mk
- Add a new virtual category `kld' for ports that install kernel loadable
  module
[ 17:05 pav ] Original commit 
1.571 Mk/bsd.port.mk
- Speed up recursive `make clean'

Submitted by:   reg
Tested by:      pointyhat exprun
[ 16:53 pav ] Original commit 
1.570 Mk/bsd.port.mk
- Correct and extend actual-package-depends target, introduced in previous
  revision

Submitted by:   netchild
Tested by:      pointyhat exprun
Sat, 16 Jun 2007
[ 20:07 pav ] Original commit 
1.569 Mk/bsd.port.mk
- Provide actual-package-depends target, which prints actual dependencies of
  freshly installed port, according to records in /var/db/pkg
- Use this new target when registering package, providing massive speedup

PR:             ports/112765
Submitted by:   Stephen Montgomery-Smith <stephen@math.missouri.edu>
Tested by:      bento amd64 exprun

- Fix double slash typo

Submitted by:   Alexander Logvinov <ports@logvinov.com>
Tested by:      bento amd64 exprun
Fri, 25 May 2007
[ 01:09 linimon ] Original commit 
1.70 CHANGES
1.568 Mk/bsd.port.mk
1.70 Mk/bsd.port.subdir.mk
* 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]
Mon, 21 May 2007
[ 11:21 flz ] Original commit 
1.567 Mk/bsd.port.mk
Fix USE_XLIB to depend on stub file rather than libX11.

Submitted by:   marcus
Approved by:    portmgr (blanket)
Sat, 19 May 2007
[ 21:32 flz ] Original commit 
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile

(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}.
Sat, 7 Apr 2007
[ 13:51 pav ] Original commit 
1.565 Mk/bsd.port.mk
- Fix regression in makesum target introduced with rev. 1.561

Tested by:      kris on pointyhat
Thu, 5 Apr 2007
[ 14:52 pav ] Original commit 
1.564 Mk/bsd.port.mk
- Commit the correct version of mi's patch from ports/109896 as tested on
  pointyhat

Reported by:    kris
Tue, 3 Apr 2007
[ 00:00 pav ] Original commit 
1.563 Mk/bsd.port.mk
- Change default USE_GHOSTSCRIPT dependency from ghostscript-gnu to
  ghostscript-gpl, which is a new preferred vendor platform

Submitted by:   rafan
Tested on:      pointyhat exp-run
Mon, 2 Apr 2007
[ 23:55 pav ] Original commit 
1.562 Mk/bsd.port.mk
1.8 Mk/bsd.tcl.mk
- Overhaul bsd.tcl.mk: most importantly, change the semantics to match
  USE_PERL5* macros:

  USE_TCL, USE_TK: lib depends
  USE_TCL_BUILD, USE_TK_BUILD: build depends
  USE_TCL_RUN, USE_TK_RUN: run depends

  See comment block in bsd.tcl.mk for details

PR:             ports/109097
Submitted by:   Martin Matuska <martin@matuska.org>
Tested on:      pointyhat exp-run
[ 23:44 pav ] Original commit 
1.561 Mk/bsd.port.mk
- Minor optimizations: invocations of ${CUT} eliminated, pipes compacted, some
  redundant sub-shells avoided
- Unify access to MD5_FILE data
- Deinstall bzip compressed man pages in addition to gzip compressed ones

PR:             ports/109896
Submitted by:   mi
Tested on:      pointyhat exp-run
[ 23:42 pav ] Original commit 
1.560 Mk/bsd.port.mk
- Add a code to invalidate saved OPTIONS when the set of OPTIONS defined in a
  port changes. The end user inpact of this is more blue screens.

PR:             ports/97125
Submitted by:   pav
Tested on:      pointyhat exp-run
[ 23:41 pav ] Original commit 
1.559 Mk/bsd.port.mk
- Fix handling of OPTIONS default values when configuration files wasn't
  written yet (make depends, make describe), and for options missing from
  existing configuration files

PR:             ports/96777
Submitted by:   rafan (in follow-up)
Tested on:      pointyhat exp-run
[ 23:39 pav ] Original commit 
1.558 Mk/bsd.port.mk
- Remove now unused tcl81 category, add new categories tcl and tk

Tested on:      pointyhat exp-run
Sat, 24 Mar 2007
[ 14:02 pav ] Original commit 
1.67 CHANGES
1.26 Mk/bsd.autotools.mk
1.1 Mk/bsd.efl.mk
1.557 Mk/bsd.port.mk
1.69 Mk/bsd.port.subdir.mk
[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]
Wed, 14 Mar 2007
[ 04:06 linimon ] Original commit 
1.556 Mk/bsd.port.mk
* Add bsd.ocaml.mk to support OCaml packages [1]

* Move x11-wm/xfce4/bsd.xfce.mk to Mk/ [2]

* Refactoring of FETCH_CMD to allow parameters to be overridden
  separately from commands [3]

PR:     101029 [1], 108862 [2], 109966 [3]

Submitted by:   Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1],
                oliver [2], edwin [3], linimon [3]

Note: this patch also adds 108738 and 108739 which the previous commit
claimed were committed, but were not.  These are comment-only changes.
Tue, 6 Mar 2007
[ 06:21 linimon ] Original commit 
1.66 CHANGES
1.475 UPDATING
1.76 Mk/bsd.java.mk
1.40 Mk/bsd.php.mk
1.555 Mk/bsd.port.mk
* Refine some comments about Linux emulation [1]

* Fix 'make search' with non-default ${PORTSDIR} [2]

* Fix typo in USE_LDCONFIG32 message [3]

* Allow USE_PHP after inclusion of bsd.port.pre.mk [4]

* Document NO_LDCONFIG_MTREE [5]

* Update/enhance description of INSTALLS_SHLIB and USE_LDCONFIG [6]

* Remove obsolete code in bsd.port.mk dealing with 4.X and other,
  even older, releases [7]

* Remove references to obsolete ports from bsd.java.mk [8]

PR:     105883 [1], 105917 [2], 106195 [3], 106557 [4], 108738 [5],
        108739 [6], 108782 [7], 103357 [8]

Submitted by:   bsam [1], shaun [2], edwin [3], ale [4], gerald [5] [6],
                linimon [7], kris [7], gabor [4]
Wed, 21 Feb 2007
[ 05:40 delphij ] Original commit 
1.137 net/openldap24-server/Makefile
1.554 Mk/bsd.port.mk
1.63 net/openldap24-server/distinfo
1.17 net/openldap24-server/files/manpages
1.38 net/openldap24-server/pkg-plist
1.15 net/openldap24-server/pkg-plist.client
Update to OpenLDAP 2.4.4a.

Approved by:    portmgr (kris, bsd.port.mk part)
Tue, 20 Feb 2007
[ 15:30 pav ] Original commit 
1.553 Mk/bsd.port.mk
- Fix WITH_DEBUG for ports that use STRIP_CMD

PR:             ports/109347
Submitted by:   Andrew Turner <andrew@fubar.geek.nz>
Mon, 19 Feb 2007
[ 22:31 pav ] Original commit 
1.552 Mk/bsd.port.mk
- Correct recently added WITH_DEBUG knob to not overzealously eat all -f
  starting cflags, but only -fno-strict-aliasing, thus not going beyond the
  point of negating the default CFLAGS

Reported by:    Sean McNeil <sean@mcneil.com>
Mon, 5 Feb 2007
[ 22:57 pav ] Original commit 
1.551 Mk/bsd.port.mk
- Force new pkg_install suite on people on systems older than January 10 2006.
  That is: 4.X, 5.3 and older, 6.0

  This fixes tar bailing out cannot finding (null) on make package,
  and if people use pkg_delete(1) from this port, it fixes the `can't remove
  (null)/libdata/ldconfig/foo' on deinstall too.
[ 20:48 lofi ] Original commit 
1.550 Mk/bsd.port.mk
Update the USE_QT_VER switch description (allows 3 and 4 for values now).

Approved by:    portmgr
[ 01:08 pav ] Original commit 
1.2 devel/portmk/files/ChangeLog
1.3 devel/portmk/files/Features
1.3 devel/portmk/files/KnownIssues
1.1276 MOVED
1.2622 devel/Makefile
1.12 devel/portcheckout/Makefile
1.114 devel/portlint/Makefile
1.8 devel/portmk/Makefile
1.19 devel/porttools/Makefile
1.158 lang/python/Makefile

(Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Populate a new ports-mgmt category. List of moved ports:

  devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 4 Feb 2007
[ 20:23 kris ] Original commit 
1.548 Mk/bsd.port.mk
1.67 Mk/bsd.port.subdir.mk
Drop PORTOBJFORMAT now that it is entirely unused.
Wed, 31 Jan 2007
[ 14:07 pav ] Original commit 
1.65 CHANGES
1.97 Makefile
1.75 Mk/bsd.java.mk
1.547 Mk/bsd.port.mk
1.6 Mk/bsd.tcl.mk
bsd.port.mk
 [1] Remove DEPENDS
 [2] Add a new pkg-plist keyword @stopdaemon
 [3] Provide rc.subr script suffix as RC_SUBR_SUFFIX
 [4] Add USE_CDRTOOLS to abstract dependency on sysutils/cdrtool[-cjk]
 [5] Add DOS2UNIX_REGEX, allowing to pass a filename regex to CRLF replacement
     routine
 [6] Support partially translated manpages in MAN* variables
 [7] Fix USE_LDCONFIG on ports with @cwd in pkg-plist
 [8] Remove support for XFree86 3.X
 [9] Add user settable WITH_DEBUG flag that turns on -g in CFLAGS and resets
     STRIP
 [9] Fix `make install' to refuse overwriting of older version of the port
[10] New category ports-mgmt
[11] New category gnustep
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 30 Jan 2007
[ 04:18 kris ] Original commit 
1.546 Mk/bsd.port.mk
* 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.

* Retire NO_FILTER_SHLIBS and associated pkg-plist mangling code that
  attempted to handle a.out-style shared library naming
Mon, 8 Jan 2007
[ 00:00 pav ] Original commit 
1.545 Mk/bsd.port.mk
1.5 Mk/bsd.tcl.mk
- Fix USE_TCL_BUILD to not disable runtime dependency on tcl from USE_TCL
- Add a new knob: USE_TK_BUILD
- Support a new tcl version: 84-thread

PR:             ports/103897, ports/107372 (based on)
Sat, 30 Sep 2006
[ 20:25 linimon ] Original commit 
1.7 math/elmer-mathlibs/Makefile
1.4 math/elmer-umfpack/Makefile
1.4 science/elmer-eio/Makefile
1.9 science/elmer-fem/Makefile
1.5 science/elmer-hutiter/Makefile
1.4 science/elmer-matc/Makefile
1.4 science/elmerpost/Makefile
1.15 Mk/bsd.database.mk
1.9 Mk/bsd.gcc.mk
1.544 Mk/bsd.port.mk
* Split bsd.port.mk pre and post includes into 3 pieces instead of 2, to
  allow OPTIONS to be able to influence dependencies.  This is still
  experimental [1]

* Teach bsd.gcc.mk about gfortran [2]

* Remove the outdated emulators/linux_base; the new default has been
  linux_base-fc4.  This will allow the outdated port to be removed [3]

* Add USE_FIREBIRD macros to bsd.database.mk [4]

PR:     93687 [1], 93690 [2], 103184 [3], 103357 [4]

Submitted by:   shaun [1], Pedro F. Giffuni <giffunip at asme to org> [2],
                gerald [2], thierry [2], vd [3], skv [4]
Wed, 20 Sep 2006
[ 05:04 kris ] Original commit 
1.543 Mk/bsd.port.mk
Remove PARALLEL_PACKAGE_BUILD check from MANUAL_PACKAGE_BUILD, it is
spurious.
[ 05:02 kris ] Original commit 
1.542 Mk/bsd.port.mk
* Add missing '|| true' to silence an @unexec rmdir [1]

* Repair CONFLICTS, which was broken by previous DESTDIR changes [2]

* Use "set --" instead of "set" for better robustness [3]

* Avoid :L modifier in ${USE_LDCONFIG} which broke e.g. /usr/X11R6
  ports [4]

* Correct a comment typo [4]

* Force passive FTP mode by default (this is already the default with
  the standard login class, so this is a NOP for most users) [5].

PR:             ports/101809 [1], ports/102300 [2], ports/102514 [3],
                ports/102750 [4], ports/96088 [5]
Submitted by:   bsam [1], Matthias Andree <matthias.andree@gmx.de> [2],
                infofarmer [3], flz [4],
                Darren Pilgrim <darren.pilgrim@bitfreak.org> [5]
Fri, 15 Sep 2006
[ 07:57 linimon ] Original commit 
1.60 CHANGES
1.1 Mk/bsd.lua.mk
1.541 Mk/bsd.port.mk
* Add PKGVERSION to bsd.port.mk [1]

* Add bsd.lua.mk to support for lua-based ports [2]

* Remove DESTDIR from bsd.scons.mk [3]

* Add some quotes in 'missing' target to improve handling of duplicate
  origins [4]

PR:     98565 [1], 101612 [2], 101952 [3], 102100 [4]

Submitted by:   ahze [1], alepulver [2], alexbl [3], shaun [4]
Mon, 14 Aug 2006
[ 14:24 erwin ] Original commit 
1.59 Mk/bsd.emacs.mk
1.132 Mk/bsd.gnome.mk
1.540 Mk/bsd.port.mk
- s/${DESTDIR}${PREFIX}/${TARGETDIR}/
- Fix FORCE_PKG_REGISTER issues [1]
- Make USE_RCORDER respect DESTDIR [2]
- Make ldconfig stuff respect DESTDIR

Reported by:    lofi [1]
Submitted by:   gabor, sem [2]
Fri, 4 Aug 2006
[ 13:34 erwin ] Original commit 
1.8 databases/p5-DBD-Oracle/Makefile
1.18 databases/p5-sqlrelay/Makefile
1.19 devel/p5-Devel-DProf/Makefile
1.21 devel/p5-Glib2/Makefile
1.17 devel/p5-SDL/Makefile
1.16 devel/plan9port/Makefile
1.104 devel/subversion/Makefile
1.223 graphics/ImageMagick/Makefile
1.29 graphics/pgperl/Makefile
1.13 graphics/tcm/Makefile

(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
Tue, 18 Jul 2006
[ 05:12 linimon ] Original commit 
1.538 Mk/bsd.port.mk
* Introduce IA32_BINARY_PORT for certain cases where a given port fetches
  and installs compiled i386 binaries [1]

* Adds some infrastructure for support of 32-bit i386 apps on amd64 [1]

* Again fix USE_LDCONFIG logic to make it work with non-default PREFIX to
  fix bug introduced in previous revision [2]

PR:     98105 [1], 99370 [2]

Submitted by:   gabor [1], gerald [2]
Thu, 6 Jul 2006
[ 18:56 linimon ] Original commit 
1.537 Mk/bsd.port.mk
Fix comments about LDAP versions.

PR:             ports/99638
Submitted by:   Tsurutani Naoki <turutani at scphys dot kyoto-u dot ac dot jp>
Pointy hat to:  linimon
Wed, 5 Jul 2006
[ 03:18 linimon ] Original commit 
1.24 Mk/bsd.autotools.mk
1.14 Mk/bsd.database.mk
1.8 Mk/bsd.gcc.mk
1.130 Mk/bsd.gnome.mk
1.21 Mk/bsd.gstreamer.mk
1.62 Mk/bsd.kde.mk
1.31 Mk/bsd.php.mk
1.536 Mk/bsd.port.mk
1.152 Mk/bsd.ruby.mk
1.10 Mk/bsd.sdl.mk
* Change all bogus uses of BROKEN to IGNORE.  Note: the BROKEN_WITH_*
  forms are retained for compatibility but deprecated [1]

* Add sha256 to CHECKSUM_ALGORITHMS [2]

* Remove some whitespace [2]

* Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3]

* Fix USE_LDCONFIG with non-default PREFIX [4]

* Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets
  support [5]

* Add 'make missing' to show missing dependencies [6]

* Fix DESKTOP_ENTRIES processing on 4.x [7]

PR:     92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5],
        93601 [6], 98891 [7]

Submitted by:   linimon [1], edwin [2], alex at foxybanana dot com [3],
                gerald [4], flz [4], alepulver [5], alex at fafula dot com [6],
                shaun [7]
Tue, 27 Jun 2006
[ 00:39 linimon ] Original commit 
1.535 Mk/bsd.port.mk
Revert ports/95841.  It breaks kdelibs3.  I didn't spot this because kdelibs3
had failed to build before this patch, but for other reasons that had already
been fixed.  Apologies to all.

Hat:            portmgr
Pointy Hat:     linimon
Fri, 16 Jun 2006
[ 05:53 linimon ] Original commit 
1.12 Mk/bsd.database.mk
1.30 Mk/bsd.php.mk
1.534 Mk/bsd.port.mk
* Update default MySQL version from 4.1 to 5.0 [1]

* Update default PHP version from 4 to 5 [2]

* Update default LDAP version from 2.2 to 2.3 [3]

* Add support for LDAP version 2.4 [4]

* Update default linux_base from '8' (Redhat 8) to 'fc4' (Fedora Core 4) [5]

* Switch default Linux X implementation from XFree86 to xorg to track the
  above [5]

* Deprecate INSTALLS_SHLIB and replace it by USE_LDCONFIG.  If set to "yes",
  the old behavior is preserved.  Otherwise, it can be set to a list of
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 23 May 2006
[ 22:53 kris ] Original commit 
1.533 Mk/bsd.port.mk
* Avoid .if syntax that causes syntax error on old 4.x make [1]

* Cleanup comments [2] [3] [4]

* include bsd.emacs.mk only when USE_EMACS is set [5]

* Silence the install-info target [6] [7]

* Correct the implementation of pretty-print-run-depends-list [8]

* Use a consistent name for the cookies file when PKGNAMEPREFIX/SUFFIX
  are set after bsd.port.pre.mk. [9]

* Include bsd.tcl.mk if USE_TCL_BUILD is defined [10]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 2 May 2006
[ 11:09 netchild ] Original commit 
1.532 Mk/bsd.port.mk
Revert previous commit to this file (the commit message belongs to
bsd.linux-rpm.mk). It was done by accident.

Pointyhat to:   netchild
[ 11:06 netchild ] Original commit 
1.4 Mk/bsd.linux-rpm.mk
1.531 Mk/bsd.port.mk
Extract only the binary RPM's.

This should fix linux-expat, linux-glib2, linux-gnomelibs and
linux-xorg-libs (and thus linux-jpeg) on pointyhat.

Noticed by:     pointyhat (kris)
Sat, 29 Apr 2006
[ 23:09 marcus ] Original commit 
1.530 Mk/bsd.port.mk
Add support for gstreamer-0.10 along side legacy support for 0.8.

Approved by:    portmgr (kris and implicit)
Thu, 23 Feb 2006
[ 15:37 ade ] Original commit 
1.529 Mk/bsd.port.mk
Clean up spurious "true" in the case of a non-autotools run-autotools
target.

PR:             93757
Forgotten by:   ade
Approved by:    portmgr (implicit)
[ 10:43 ade ] Original commit 
1.528 Mk/bsd.port.mk
Only include bsd.autotools.mk if USE_AUTOTOOLS is defined.  Tested as
part of the single-libtool patch.

Approved by:    portmgr (kris)
[ 08:28 kris ] Original commit 
1.527 Mk/bsd.port.mk
* Back out the PERL_(BUILD|RUN)_DEPENDS.  It needs to be reimplemented
  so it appends to (BUILD|RUN)_DEPENDS instead of defining new types,
  since this requires changes to third party code like the
  tinderbox and pointyhat.  Hopefully this will be revisited by the
  author in the future. [1]

* Cause USE_RC_SUBR to install startup scripts as foo, rather than
  foo.sh, on applicable RELENG_6 systems as well as HEAD [2]

PR:             ports/92711 [1], ports/93265 [2]
Submitted by:   ade [1], dougb [2]
Mon, 20 Feb 2006
[ 20:31 tobez ] Original commit 
1.526 Mk/bsd.port.mk
Perl 5.8.8 is the default now.

Approved by:    portmgr (kris)
Sat, 11 Feb 2006
[ 02:34 kris ] Original commit 
1.525 Mk/bsd.port.mk
- Remove the use of .error in favour of BROKEN to fail more gracefully
  [1]

- Fix all-depends-list target with dependencies that use the ':target'
  syntax. [2]

- Correct errors in USE_DOS2UNIX. [3], [4]

- Detect conflicts between installed and requested FAM implementations and
  fail more gracefully instead of registering a dependency on the
  wrong port.  Set the default implementation based on what the user
  has already installed.  [5]

- Correctly clean up info subdirectories in pkg-plist [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 28 Jan 2006
[ 02:11 linimon ] Original commit 
1.95 Makefile
1.11 converters/mule-ucs-emacs20/Makefile
1.12 converters/mule-ucs/Makefile
1.3 databases/bbdb-emacs20/Makefile
1.6 databases/bbdb/Makefile
1.11 databases/gnats4/Makefile
1.2 databases/lsdb-emacs20/Makefile
1.7 databases/lsdb/Makefile
1.4 deskutils/etask/Makefile
1.10 deskutils/howm/Makefile

(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
[ 22:29 linimon ] Original commit 
1.523 Mk/bsd.port.mk
Fix regression in all-depends-list target on 4.X due to ancient, buggy,
make(1) that does not support -C properly.

PR:             ports/92188, 92189
Submitted by:   tobez, linimon
Patch from:     clement
Tested on:      4.10, 5.4, 6.0
Sun, 22 Jan 2006
[ 04:28 linimon ] Original commit 
1.522 Mk/bsd.port.mk
Emergency fix to the @dirrmtry code.

PR:             ports/92128
Submitted by:   edwin
Reviewed by:    kris, linimon
Sat, 21 Jan 2006
[ 22:07 marcus ] Original commit 
1.521 Mk/bsd.port.mk
Add a missing '@' to the ${DO_NADA} in the patch-dos2unix target.  This
fixes an errant "true" that can be seen after make patch.
[ 18:55 lesi ] Original commit 
1.4 x11-servers/xorg-server/files/BSD.x11-xorg.dist
1.10 devel/imake-6/Makefile
1.15 graphics/dri/Makefile
1.8 x11-fonts/xorg-fonts-100dpi/Makefile
1.8 x11-fonts/xorg-fonts-75dpi/Makefile
1.8 x11-fonts/xorg-fonts-cyrillic/Makefile
1.8 x11-fonts/xorg-fonts-encodings/Makefile
1.8 x11-fonts/xorg-fonts-miscbitmaps/Makefile
1.8 x11-fonts/xorg-fonts-truetype/Makefile
1.8 x11-fonts/xorg-fonts-type1/Makefile

(Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Upgrade to X.Org 6.9.0 release.
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11
distributions now use the one from /etc/mtree again.
[ 17:37 krion ] Original commit 
1.93 Makefile
1.21 astro/sattrack/Makefile
1.9 comms/acfax/Makefile
1.8 comms/aldo/Makefile
1.2 comms/cwdaemon/Makefile
1.5 comms/echolinux/Makefile
1.10 comms/gmfsk/Makefile
1.5 comms/gpredict/Makefile
1.3 comms/gpsk31/Makefile
1.6 comms/grig/Makefile

(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 ] Original commit 
1.47 CHANGES
1.1 Mk/bsd.apache.mk
1.1 Mk/bsd.database.mk
1.69 Mk/bsd.java.mk
1.518 Mk/bsd.port.mk
1.61 Mk/bsd.port.subdir.mk
1.1 Mk/bsd.tcl.mk
* 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)
Thu, 15 Sep 2005
[ 13:24 vsevolod ] Original commit 
1.517 Mk/bsd.port.mk
Bump openldap23 shared library version.

Approved by:    portmgr (krion)
Sun, 28 Aug 2005
[ 19:47 ale ] Original commit 
1.516 Mk/bsd.port.mk
Bump MySQL 5.0 library version.

Approved by:    portmgr (marcus)
Fri, 24 Jun 2005
[ 10:18 tobez ] Original commit 
1.515 Mk/bsd.port.mk
Update bsd.port.mk's notion of the current perl version.

Approved by:    portmgr (krion)
Thu, 23 Jun 2005
[ 11:09 mat ] Original commit 
1.514 Mk/bsd.port.mk
Fix plist for perl ports using devel/p5-Module-Build

PR:             ports/79330
Approved by:    portmgr (kris with pointyhat help)
Fri, 17 Jun 2005
[ 23:59 netchild ] Original commit 
1.45 CHANGES
1.10 accessibility/linux-atk/Makefile
1.16 archivers/stuffit/Makefile
1.11 astro/linux-setiathome/Makefile
1.25 audio/baudline/Makefile
1.11 audio/linux-arts/Makefile
1.10 audio/linux-esound/Makefile
1.10 audio/linux-libaudiofile/Makefile
1.4 audio/linux-mbrola/Makefile
1.6 audio/linux-vsound/Makefile

(Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
  - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 9 Jun 2005
[ 21:39 krion ] Original commit 
1.512 Mk/bsd.port.mk
* Improve documentation of CONFLICTS. [1]

* Fix add-plist-docs target to work correctly with wildcards. [2]

* Fix USE_MYSQL and USE_PGSQL knobs to work in partitial ports tree. [2] [3]

* Introduce 2 new variables: USE_FAM and WANT_FAM_SYSTEM. [4]

* Suppress "Vulnerability check disabled" message if
  DISABLE_VULNERABILITIES is defined. [5]

* Switch default MySQL version to 4.1 [6]

* Add support for OpenLDAP v.23. [7]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 17 Mar 2005
[ 23:22 lesi ] Original commit 
1.1 x11-servers/xorg-server/files/BSD.x11-xorg.dist
1.3 x11-fonts/intlfonts/files/DEINSTALL.tmpl
1.7 devel/imake-6/Makefile
1.35 japanese/kterm16c/Makefile
1.39 misc/magicpoint/Makefile
1.11 x11-fonts/intlfonts/Makefile
1.4 x11-fonts/tv-fonts/Makefile
1.6 x11-fonts/xorg-fonts-100dpi/Makefile
1.6 x11-fonts/xorg-fonts-75dpi/Makefile
1.6 x11-fonts/xorg-fonts-cyrillic/Makefile

(Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Upgrade X.Org ports to 6.8.2.
Release notes are available at
http://www.x.org/X11R6.8.2/doc/RELNOTES.html

Thanks to kris and krion for running several cluster test builds,
maintainers of GNOME for prompt responses, portmgr for postponing ports
freeze for this update, testers on FreeBSD-X11@ list and others that I
might have mised here.

Also included:
- fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La
  France; obtained and tested by julian)
- fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and
  Matthias Muthmann), which still appears to have problems with some
  keyboards - so
- fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR
  ports/77217)
- fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested
  by Anders Nor Berle; PR ports/74757)
Mon, 28 Feb 2005
[ 21:09 krion ] Original commit 
1.1 Mk/bsd.gstreamer.mk
1.510 Mk/bsd.port.mk
1.60 Mk/bsd.port.subdir.mk
1.2 Tools/make_readmes
* 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]
Wed, 9 Feb 2005
[ 09:07 krion ] Original commit 
1.509 Mk/bsd.port.mk
Fix variable expansion bug on 4.x systems, this will fix INDEX and
builds of some ports.

PR:             ports/77250
Submitted by:   NIIMI Satoshi <sa2c at sa2c dot net>
Mon, 7 Feb 2005
[ 11:17 krion ] Original commit 
1.1 Mk/bsd.gcc.mk
1.508 Mk/bsd.port.mk
1.59 Mk/bsd.port.subdir.mk</