Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Apr 2022 13:30:25 2.4.7
|
Tijl Coosemans (tijl)  |
devel/libtool, devel/libltdl: update to 2.4.7
comms/wsjtx: patch configure instead of configure.ac to avoid autotools.
The build runs autoconf to regenerate configure but forgets to run
libtoolize to update ltmain.sh.
PR: 263151
Exp-run by: antoine |
06 Apr 2021 14:31:07 2.4.6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Jan 2015 18:54:02
2.4.5
|
tijl  |
- Update devel/automake to 1.15
- Update devel/gettext to 0.19.4
- Update devel/libtool and devel/libltdl to 2.4.5
- This version of libtool has been fixed to pass -fstack-protector to the
compiler during linking. Add the same fix to USES=libtool. This should
improve SSP support on FreeBSD/i386 8 and 9.
- databases/libmemcached, security/sssd: patch configure.ac so
AC_CONFIG_AUX_DIR appears earlier.
For databases/libmemcached changing configure.ac causes manpages to be
regenerated which requires extra dependencies so patch a makefile to
prevent that.
- devel/xfce4-dev-tools: only depend on recent versions of autoconf and
automake
PR: 196938
Exp-run by: antoine
Approved by: portmgr (antoine) |
05 Oct 2014 18:01:20
2.4.2.418
|
tijl  |
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
Darwin, Linux and other systems. Given the version current:revision:age
a library will be given the extension .so.major.age.revision with major
equal to current-age. Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
dependent ports if a library version changed
PR: 194068
Exp-run by: antoine
Approved by: portmgr (antoine) |
07 May 2014 07:39:15
2.4.2_3
|
bapt  |
Convert libltdl to use USES=libtool:keepla
Strip binaries |
27 Jan 2014 10:37:09
2.4.2_2
|
bapt  |
Support stage |
20 Sep 2013 17:13:47
2.4.2_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
08 Dec 2010 19:58:49
2.2.10
|
ade  |
Clean up "current" versions of autotools components to further reduce
tree-churn on updates. |
08 Jun 2004 20:45:00
1.5
|
ade  |
Switch over to versioned devel/libltdl15 (from devel/libltdl) after
repo-copy. |
29 Jan 2004 16:57:55
1.5
|
ade  |
Avoid libtool vs libltdl friendly fire in the package tree.
Submitted by: kris |
02 Jul 2003 18:52:30
1.5
|
ade  |
Missed in last commit. Move libltdl's pkg-* to a saner place. |
02 Jul 2003 18:26:53
1.5
|
ade  |
Upgrade to libtool 1.5 after repo-copy. |
26 Jun 2003 22:58:32
1.4.3
|
ade  |
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) |