| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Sep 2011 22:26:39
1.16
|
amdmi3  |
- 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 |
03 Jul 2011 14:59:23
1.16
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
1.16
|
ade  |
Sync to new bsd.autotools.mk |
30 Aug 2010 13:55:36
1.16
|
jpaetzel  |
Update to 1.16
Add missing dependancy on iconv
PR: ports/147884
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
31 May 2010 02:01:56
1.14_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
02 Aug 2009 19:36:34
1.14
|
mezz  |
-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 |
05 Jun 2009 09:48:26
1.14
|
jpaetzel  |
Update devel/popt to latest version
Approved by: linimon (mentor) |
06 Sep 2008 20:16:45
1.7_5
|
jpaetzel  |
Change MAINTAINER to my @FreeBSD.org address.
Approved by: ade (mentor) |
21 Aug 2008 06:18:49
1.7_5
|
rafan  |
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 ) |
06 Jun 2008 13:21:59
1.7_5
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
01 Jun 2008 09:42:37
1.7_4
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
19 May 2007 20:32:57
1.7_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
07 Apr 2007 04:13:33
1.7_3
|
clsung  |
- grab maintainer ship
PR: ports/111254
Submitted by: maintainer (Josh Paetzel) |
04 Apr 2007 08:33:59
1.7_3
|
sat  |
- Remove qualifiers on some functions' return types
- This tweak pacifies gcc 4.x for ports depending
on popt
Reported by: pointyhat via kris
Discussed with: rafan |
01 Feb 2007 02:42:06
1.7_2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
28 Nov 2006 08:37:27
1.7_2
|
vd  |
* Drop xgettext from BUILD_DEPENDS [1]
* Put CONFIGURE_* variables right after GNU_CONFIGURE [1]
* Remove gettext version check from the pre-configure: target and incorporate
it in the USE_GETTEXT variable
* Bump PORTREVISION
PR: ports/105848 [1]
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> |
14 Aug 2006 22:55:18
1.7_1
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
04 May 2006 21:41:12
1.7_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
23 Feb 2006 10:40:45
1.7_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 05:52:28
1.7
|
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
24 Nov 2005 15:40:04
1.7
|
pav  |
- Add some SHA256 checksums |
15 Nov 2005 06:52:12
1.7
|
ade  |
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. |
18 Jul 2005 03:49:55
1.7
|
linimon  |
With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).
Discussed among: portmgr team |
12 Apr 2005 03:26:57
1.7
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.7
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
16 Dec 2004 05:49:27
1.7
|
kris  |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
12 Oct 2004 00:18:04
1.7
|
eik  |
check that at least gettext 0.13 is installed |
18 Aug 2004 23:31:08
1.7
|
eik  |
mirror.ac.uk -> mirrorservice.org |
18 Aug 2004 22:59:35
1.7
|
eik  |
- make gettext a build dependency
- add a WITHOUT_NLS knob
Requested by: many |
09 Jul 2004 17:43:11
1.7
|
marcus  |
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 |
24 Jun 2004 16:28:35
1.7
|
eik  |
Yummy, shared libraries! |
24 Jun 2004 14:07:08
1.7
|
lioux  |
o Update to 1.7
o Drop maintainership
PR: 67607
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> |
14 Mar 2004 06:17:56
1.6.4_2
|
ade  |
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. |
08 Feb 2004 01:14:05
1.6.4_2
|
lioux  |
USE_SIZEify |
04 Feb 2004 04:36:30
1.6.4_2
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
1.6.4_1
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
26 Aug 2003 20:25:58
1.6.4_1
|
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 05:41:38
1.6.4
|
marcus  |
Chase the libintl.so shared lib version. |
23 Feb 2003 19:58:35
1.6.4
|
lioux  |
De-pkg-comment |
01 Aug 2002 16:22:41
1.6.4
|
ade  |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
11 Jul 2002 13:26:03
1.6.4
|
lioux  |
Forced commit to correct previous message: Update to 1.6.4 |
11 Jul 2002 13:24:05
1.6.4
|
lioux  |
Update to 0.6.4 |
11 Jul 2002 13:23:29
1.6.4
|
lioux  |
o Update to 1.6.4
o Fix libtool .la files installation and potential conflict with
libiconv [1]
o Take over maintainership [2]
Submitted by: marcus [1]
Reviewed by: anders, marcus, will, FreeBSD-Ports mailing list
Requested by: Yuan-Chen Cheng <ycheng@sinica.edu.tw> (previous maintainer) [2]
Approved by: Yuan-Chen Cheng <ycheng@sinica.edu.tw> (previous maintainer) |
12 Apr 2002 17:10:20
1.5.1_1
|
ade  |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
15 Mar 2002 19:44:29
1.5.1
|
ade  |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
09 Feb 2001 17:49:10 
|
sobomax  |
Update to 1.5.1. |
28 Nov 2000 09:50:02 
|
ben  |
Add a .uk master site. |
08 Oct 2000 02:10:04 
|
asami  |
Convert category devel to new layout. |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 
|
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:59:45 
|
sobomax  |
Third round of INSTALL_SHLIBS=yes fixes. |