| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
1.5.26
|
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 03:36:00
1.5.26
|
ade  |
Major autotools-related update:
automake 1.10 -> 1.10.1
gettext 0.16.1 -> 0.17
libtool 1.5.24 -> 1.5.26
m4 1.4.9 -> 1.4.11
Please see ports/UPDATING entry 20080605 for further information.
PR: 123450
Tested by: Full -exp package building run
Thanks to: linimon, pav
Approved by: portmgr |
30 Sep 2007 06:43:29
1.5.24
|
ade  |
Update to 1.5.24 |
23 Jul 2007 10:36:52
1.5.22_4
|
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 |
27 Mar 2007 02:44:26
1.5.22_4
|
linimon  |
I meant to revert the previous commit, not change the assignment to
something else.
Pointed out by: mezz |
27 Mar 2007 02:23:57
1.5.22_4
|
linimon  |
I do not appreciate the attempt to play politics with the reassignment of
maintainership of these two files. I insist that further commits be run
through portmgr@ first.
Hat: portmgr |
27 Mar 2007 01:34:04
1.5.22_4
|
jylefort  |
Take maintainership.
Approved by: maintainer timeout (16 days) |
28 Feb 2007 15:59:04
1.5.22_4
|
ade  |
* Correctly patch devel/libltdl15 with the upstream hack to
prevent eg: gnucash from taking several aeons to start up.
* Hack around the fact that the above then wants to call various
autotools to rebuild parts of the build infrastructure which,
depending on the ports installed can cause things to fail in
weird and wonderful ways. |
31 Jan 2007 01:45:16
1.5.22_3
|
ade  |
Remove massive overheads from loading programs that use many
libtool-generated shared libraries by forcing libtool into understanding
that FreeBSD can correctly handle shared library dependencies.
This code already exists in the libtool CVS repository but without knowing
the release schedule (if any) for a new libtool 1.5.x series, and the
exceptional performance gains (gnucash for example uses 122 shared libraries
and with things rebuilt now starts up in ~10 seconds as opposed to 15
*minutes*). Further, a number of people have assisted in extensive testing
of this code in a series of different environments, so I am therefore
adding this patch to the tree.
PR: 94826
Submitted by: Peter Jeremy <peterjeremy@optushome.com.au>
Tested by: too many to list - thank you all |
04 May 2006 22:41:12
1.5.22_2
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
23 Feb 2006 10:40:45
1.5.22_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Dec 2005 20:15:41
1.5.22_1
|
ade  |
Fix pthread handling
Submitted by: marcus |
21 Dec 2005 02:26:44
1.5.22
|
ade  |
Update to 1.5.22 |
14 Nov 2005 03:05:47
1.5.20
|
ade  |
Add SHA256 |
02 Sep 2005 22:28:08
1.5.20
|
ade  |
Update to 1.5.20 |
17 Jun 2005 18:12:01
1.5.18
|
ade  |
Update to 1.5.18
More robust -pthread hack obtained from dfports.
Tested with: full build of x11/gnome2 and x11/kde3 |
16 Jun 2005 18:29:45
1.5.10_1
|
ade  |
Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired. |
15 Jun 2005 07:28:34
1.5.10_1
|
ade  |
All that we see or seem, is but a dream, within a dream.
Take back maintainership. I'll be scouring the PR database shortly,
if I miss any, or someone beats me to it, please feel free to reassign
appropriately. |
12 Apr 2005 04:26:57
1.5.10_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
1.5.10_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
07 Mar 2005 18:09:29
1.5.10_1
|
kwm  |
Add a patch to support gnome 2.10 sharedlib version.
Patch made by ahze limited testing done by me.
Obtained from: libtool cvs. |
28 Feb 2005 23:32:14
1.5.10
|
ade  |
Relinquish maintainership. I no longer have the time, energy,
or interest to look after these things any more.
To whomever picks these up, I salute you. I'll reset the relevant
PRs to ports-bugs in a couple of weeks if no-one has taken over
maintainership.
Farewell, autotool hell. |
15 Oct 2004 05:58:01
1.5.10
|
ade  |
Too clever for my own good. Unbreak libltdl15.
Submitted by: sf |
14 Oct 2004 21:48:17
1.5.10
|
ade  |
Update to 1.5.10, use INFO, and other minor cleanups. |
16 Aug 2004 18:48:27
1.5.8
|
ade  |
Update to 1.5.8 |
03 Aug 2004 23:58:11
1.5.6_1
|
ade  |
Long-overdue cosmetic cleanups. |
01 Jul 2004 23:23:11
1.5.6_1
|
ale  |
Remove empty patchfile. |
01 Jul 2004 18:06:41
1.5.6_1
|
ade  |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!) |
13 May 2004 21:50:42
1.5.6
|
ade  |
Update to 1.5.6 |
15 Feb 2004 06:03:23
1.5.2_1
|
ade  |
Fix pkg-plist.
Reported by: many
Typo by: ade |
13 Feb 2004 20:19:49
1.5.2
|
ade  |
Symlink vulnerability: http://www.securityfocus.com/archive/1/352333
Fix: http://www.securityfocus.com/archive/1/352519
PR: ports/62786
Submitted by: eik |
11 Feb 2004 19:14:58
1.5  |
ade  |
Minor COMMENT cosmetic changes |
17 Oct 2003 00:54:03
1.5  |
ade  |
Switch pre-everything: target to pre-everything::
PR: ports/58148 (partial)
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
14 Oct 2003 04:46:47
1.5  |
ade  |
Repoint to known-good copies of libtool distfiles, prior to the FSF
ftp.gnu.org compromise and resultant trashing of lots of files.
Why they haven't gotten things back into a proper state yet is an
entirely different question. |
02 Jul 2003 19:52:30
1.5  |
ade  |
Missed in last commit. Move libltdl's pkg-* to a saner place. |
02 Jul 2003 19:26:53
1.5  |
ade  |
Upgrade to libtool 1.5 after repo-copy. |