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: devel/directfb/Makefile
SVNWeb

Number of commits found: 82

Fri, 9 Sep 2022
[ 06:50 Mikael Urankar (mikael) search for other commits by this committer Author: Robert Clausecker ]    commit hash:15ea9b69ec020042ca2e7a10be4d6d67dc9223d6  commit hash:15ea9b69ec020042ca2e7a10be4d6d67dc9223d6  commit hash:15ea9b69ec020042ca2e7a10be4d6d67dc9223d6  15ea9b6 
devel/directfb: Use GNU as to assemble files on armv6/armv7

Clang's integrated assembler can't handle the old split syntax
used in this project's assembly files.  Assembly with GNU as
instead.

PR:		265566
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Oct 2021
[ 07:46 Koichiro Iwao (meta) search for other commits by this committer ]    commit hash:6c3432dc3e21cf6895f76711e16ee40ad46061bd  commit hash:6c3432dc3e21cf6895f76711e16ee40ad46061bd  commit hash:6c3432dc3e21cf6895f76711e16ee40ad46061bd  6c3432d 
devel/directfb: reset maintainership

as per maintainer's request.
PR:		259277
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.
Fri, 8 Nov 2019
[ 11:39 tobik search for other commits by this committer ] Original commit   Revision:517048 (Only the first 10 of 109 ports in this commit are shown above. View all ports for this commit)
devel: Add missing USES={gl,gnome,php,sdl}
Mon, 4 Nov 2019
[ 22:20 zeising search for other commits by this committer ] Original commit   Revision:516748 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories d

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
Tue, 16 Jul 2019
[ 01:34 linimon search for other commits by this committer ] Original commit   Revision:506722
Patch configure script to fix build on aarch64 and powerpc*.

Fix builds on other archs by deleting obsolete tests.

Tested on: amd64, powerpc64, armv7

Approved by:	portmgr (tier-2 blanket)
Tue, 11 Sep 2018
[ 18:34 zeising search for other commits by this committer ] Original commit   Revision:479538 (Only the first 10 of 331 ports in this commit are shown above. View all ports for this commit)
Change x11/xorgproto to become a build dep

Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
Tue, 31 Jul 2018
[ 18:41 zeising search for other commits by this committer ] Original commit   Revision:476013 (Only the first 10 of 254 ports in this commit are shown above. View all ports for this commit)
Switch to xorgproto instead of individual packages

Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
Mon, 4 Jun 2018
[ 23:18 linimon search for other commits by this committer ] Original commit   Revision:471731
Mark broken on powerpc64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Thu, 30 Nov 2017
[ 06:13 linimon search for other commits by this committer ] Original commit   Revision:455167 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Wed, 3 May 2017
[ 05:52 linimon search for other commits by this committer ] Original commit   Revision:440001 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Sun, 26 Feb 2017
[ 12:31 linimon search for other commits by this committer ] Original commit   Revision:434865
Mark broken on armv6: invokes x86 asm.

While here, canonicalize the names of various ARCHs.

Approved by:	portmgr (tier-2 blanket)
Thu, 13 Oct 2016
[ 20:24 antoine search for other commits by this committer ] Original commit   Revision:423936
Fix packaging

Reported by:	pkg-fallout
Fri, 17 Jun 2016
[ 15:20 amdmi3 search for other commits by this committer ] Original commit   Revision:417015 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Update to 1.4.17
- Unbreak
- Switch to options helpers

PR:		185885
Submitted by:	hardy.schumacher@gmx.de
Approved by:	maintainer timeout (anatoly.borodin@gmail.com, 2 years)
Fri, 3 Jun 2016
[ 16:44 antoine search for other commits by this committer ] Original commit   Revision:416324 (Only the first 10 of 238 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 13 Jan 2016
[ 05:39 ak search for other commits by this committer ] Original commit   Revision:406010
- Remove unused USE_* knobs:
   databases/mysql57-server
   games/kajongg
   textproc/ruby-htree

- Fix typos in USE_* knobs:
   graphics/fortytwo
   math/hexcalc
   misc/gnustep-examples
   www/h2o

- Remove unused BROKEN_alpha knob:
   devel/directfb

- Remove user-settable knob:
   multimedia/tovid

Approved by:	portmgr blanket
Sat, 24 Oct 2015
[ 01:05 bapt search for other commits by this committer ] Original commit   Revision:400088
Mark as broken: does not fetch
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Fri, 17 Apr 2015
[ 20:28 amdmi3 search for other commits by this committer ] Original commit   Revision:384182
- Add CPE info

Approved by:	portmgr blanket
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
Wed, 24 Dec 2014
[ 12:03 bapt search for other commits by this committer ] Original commit   Revision:375443
Properly support png 1.5

Obtained from:	Gentoo
Tue, 23 Dec 2014
[ 23:29 bapt search for other commits by this committer ] Original commit   Revision:375371
Do not hardcode png15
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Fri, 29 Aug 2014
[ 21:46 tijl search for other commits by this committer ] Original commit   Revision:366573
devel/directfb:
- Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Simplify pthread patches

Approved by:	portmgr (implicit, fix LIB_DEPENDS in unstaged port)
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 9 Feb 2014
[ 11:57 antoine search for other commits by this committer ] Original commit   Revision:343473
Add explicit dependency on pkgconf

Reported by:	pkg-fallout
Tue, 28 Jan 2014
[ 00:25 bapt search for other commits by this committer ] Original commit   Revision:341494
Support stage
Add DOCS options
Use options helpers
Wed, 15 Jan 2014
[ 23:58 bapt search for other commits by this committer ] Original commit   Revision:339876
Reduce over inclusion of bsd.port.mk
Fri, 20 Sep 2013
[ 17:03 bapt search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 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:
devel part 1)
Mon, 16 Sep 2013
[ 09:22 az search for other commits by this committer ] Original commit   Revision:327373 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Mon, 6 May 2013
[ 15:34 bapt search for other commits by this committer ] Original commit   Revision:317525 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Mon, 29 Apr 2013
[ 18:47 jgh search for other commits by this committer ] Original commit   Revision:316837
- adoption of optionsNG

Approved by:	portmgr (bapt)
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Thu, 14 Feb 2013
[ 09:42 gahr search for other commits by this committer ] Original commit   Revision:312209 (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sat, 18 Feb 2012
[ 10:18 mva search for other commits by this committer ] Original commit  (Only the first 10 of 537 ports in this commit are shown above. View all ports for this commit)
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sun, 19 Jun 2011
[ 18:06 jlaffaye search for other commits by this committer ] Original commit 
Update to 1.4.13
Add USE_NCURSES

PR:             ports/158002
Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
Approved by:    bapt (mentor)
Wed, 8 Dec 2010
[ 14:46 pav search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update to 1.4.11

PR:             ports/152809
Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Thu, 3 Jun 2010
[ 08:00 pav search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Update to 1.4.3

PR:             ports/146815
Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Sat, 18 Jul 2009
[ 11:11 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 337 ports in this commit are shown above. View all ports for this commit)
- update to jpeg7
Tested by:      pav on pointyhat
Fri, 3 Jul 2009
[ 14:25 mezz search for other commits by this committer ] Original commit 
Use LTMAIN instead of hardcore.

Approved by:    Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
Mon, 5 Jan 2009
[ 19:44 pav search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (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)
Fri, 30 May 2008
[ 21:23 gahr search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update to 1.1.1
- Pass maintainship to submitter

Submitted by:   Anatoly Borodin (anatoly.borodin@gmail.com) via mail
Approved by:    miwi (mentor)
Thu, 13 Mar 2008
[ 14:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Mon, 5 Nov 2007
[ 10:04 miwi search for other commits by this committer ] Original commit 
- Unbreak
- Fix build with gcc 4.2

PR:             117765
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
Approved by:    portmgr (pav)
Sun, 28 Oct 2007
[ 12:01 shaun search for other commits by this committer ] Original commit 
Return to pool: hopefully they will have a chance of being updated
prior to the freeze.
Tue, 2 Oct 2007
[ 08:27 linimon search for other commits by this committer ] Original commit 
Mark as broken with gcc4.2.  While here, clean up some cruft and pet
portlint.
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}.
Thu, 1 Feb 2007
[ 02:42 kris search for other commits by this committer ] Original commit  (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Wed, 20 Sep 2006
[ 11:21 stas search for other commits by this committer ] Original commit  (Only the first 10 of 453 ports in this commit are shown above. View all ports for this commit)
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
Thu, 22 Jun 2006
[ 02:19 shaun search for other commits by this committer ] Original commit 
Take maintainership: I'm working on getting the latest versions running
on FreeBSD.

Approved by:    ahze (mentor)
Tue, 20 Jun 2006
[ 11:41 jmelo search for other commits by this committer ] Original commit 
- Add WWW.
- portlint(1).

PR:             ports/98980
Submitted by:   Soeren Straarup <xride@x12.dk>
Approved by:    mnag (mentor)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
[ 00:07 ehaupt search for other commits by this committer ] Original commit 
Update master site

PR:             93724
Submitted by:   Jean-François BOEUF <jfb@minet.net>
Mon, 30 Jan 2006
[ 23:59 lawrance search for other commits by this committer ] Original commit 
Unbreak.  Replace hard-coded -lc_r with ${PTHREAD_LIBS}.
Sun, 22 Jan 2006
[ 06:16 kris search for other commits by this committer ] Original commit 
Back out PORTREVISION change committed with previous BROKEN commit
Thu, 19 Jan 2006
[ 23:30 kris search for other commits by this committer ] Original commit 
BROKEN: Hard-wires libc_r thread library
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Tue, 31 May 2005
[ 21:34 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
change the libtool version to use from 1.3 to 1.5
Sat, 19 Feb 2005
[ 06:01 kris search for other commits by this committer ] Original commit 
Reset undeliverable maintainer address:

<fab@gcu.info>: host mail.gcu.info[213.91.10.50] said: 550 5.1.1
    <fab@gcu.info>... User unknown (in reply to RCPT TO command)
Fri, 17 Dec 2004
[ 06:52 kris search for other commits by this committer ] Original commit 
BROKEN on ia64: Hard-codes references to libc_r
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Tue, 16 Mar 2004
[ 04:23 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Sun, 7 Mar 2004
[ 23:39 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Let ports use the USE_SDL macro

PR:             ports/61807
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    maintainer timeout
Thu, 26 Feb 2004
[ 08:12 kris search for other commits by this committer ] Original commit 
BROKEN on alpha 5.x: Does not compile
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Thu, 13 Nov 2003
[ 14:45 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Sat, 16 Aug 2003
[ 11:17 kris search for other commits by this committer ] Original commit 
Bump PORTREVISION for pkg-plist fix
Thu, 26 Jun 2003
[ 22:58 ade search for other commits by this committer ] Original commit  (Only the first 10 of 113 ports in this commit are shown above. View all ports for this commit)
libtool uber-patch

* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:    portmgr (kris) - for the bsd.port.mk hooks
Tested by:      bento 4-exp builds (repeatedly)
Fri, 21 Feb 2003
[ 11:23 knu search for other commits by this committer ] Original commit  (Only the first 10 of 422 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sun, 19 Jan 2003
[ 14:26 vanilla search for other commits by this committer ] Original commit 
Add directfb, it's a graphics library which was designed with embedded systems.

PR:             ports/44782
Submitted by:   Fabien Devaux <devaux.fabien@free.fr>
Somepart by:    me

Number of commits found: 82