| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
29 Aug 2009 06:58:23
0.13.58_1
|
ale  |
Fix plist and bump PORTREVISION. |
27 Aug 2009 15:46:47
0.13.58
|
ale  |
Update to 0.13.58 release. |
22 Aug 2009 01:18:43
0.13.50
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
29 Dec 2008 09:35:21
0.13.50
|
ale  |
Update to 0.13.50 release. |
21 Aug 2008 07:18:49
0.13.49
|
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 ) |
01 Jun 2008 10:42:37
0.13.49
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
30 Oct 2007 06:49:54
0.13.49
|
ale  |
Help portscout. |
23 Jul 2007 10:36:52
0.13.49
|
rafan  |
- 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 |
22 Apr 2007 08:29:42
0.13.49
|
ale  |
Add python build dependency. |
20 Apr 2007 07:10:04
0.13.49
|
ale  |
Update to 0.13.49 release and install man pages. |
07 Sep 2006 07:24:37
0.13.47
|
ale  |
Update to 0.13.47 release. |
02 May 2006 18:01:37
0.13.45
|
ale  |
Fix build for systems with missing hostname. |
26 Apr 2006 08:57:46
0.13.45
|
ale  |
Update to 0.13.45 release. |
23 Feb 2006 10:40:45
0.10.82_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:30:12
0.10.82
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.10.82
|
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. |
12 Apr 2005 04:26:57
0.10.82
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
0.10.82
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
09 Jul 2004 18:43:11
0.10.82
|
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 |
18 Mar 2004 18:01:13
0.10.82
|
trevor  |
Add size data, approved by maintainers. |
14 Mar 2004 06:17:56
0.10.82
|
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. |
18 Jan 2004 10:50:16
0.10.82
|
ale  |
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor) |
01 Aug 2003 06:29:27
0.10.82
|
krion  |
Fix build on -current
Approved by: fjoe (mentor) (implicit) |
30 Jul 2003 09:17:35
0.10.82
|
krion  |
Update to to 0.10.82
PR: 55038
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit) |
05 Apr 2003 06:18:23
0.10.76
|
kris  |
Correct typo in @unexec |
21 Feb 2003 11:23:04
0.10.76
|
knu  |
De-pkg-comment. |
20 Feb 2003 01:53:54
0.10.76
|
leeym  |
Update to zziplib-0.10.76
PR: 48396
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
22 Dec 2002 15:02:51
0.10.54
|
naddy  |
Make this build on -STABLE *and* -CURRENT. |
29 Sep 2002 00:23:38
0.10.54
|
kris  |
Fix build on -stable
Submitted by: Adam Weinberger <adam@vectors.cx>
PR: ports/41092 |
22 Jun 2002 16:57:04
0.10.54
|
pat  |
Update to 0.10.54
PR: 39657
Submitted by: maintainer |
20 May 2002 09:27:05
0.10.53
|
sada  |
- Upgrade to version 0.10.53 .
- Change maintainer to PR originator.
No response about related PR 37431 from maintainer.
PR: ports/37525
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
04 Jan 2001 11:14:38 
|
nbm  |
Add zziplib 0.10.11, a library to provide transparent read access to zipped
files. |