aboutsummaryrefslogtreecommitdiff
path: root/devel/libltdl
Commit message (Collapse)AuthorAgeFilesLines
* - Update devel/automake to 1.15Tijl Coosemans2015-01-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=377757
* - Update devel/libtool and devel/libltdl to version 2.4.2.418Tijl Coosemans2014-10-052-13/+11
| | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=370099
* Convert libltdl to use USES=libtool:keeplaBaptiste Daroussin2014-05-072-5/+3
| | | | | | | Strip binaries Notes: svn path=/head/; revision=353141
* Support stageBaptiste Daroussin2014-01-271-2/+2
| | | | Notes: svn path=/head/; revision=341367
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Clean up "current" versions of autotools components to further reduceAde Lovett2010-12-083-0/+46
| | | | | | | tree-churn on updates. Notes: svn path=/head/; revision=265861
* Switch over to versioned devel/libltdl15 (from devel/libltdl) afterAde Lovett2004-06-083-37/+0
| | | | | | | repo-copy. Notes: svn path=/head/; revision=111104
* Avoid libtool vs libltdl friendly fire in the package tree.Ade Lovett2004-01-291-0/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=99424
* Missed in last commit. Move libltdl's pkg-* to a saner place.Ade Lovett2003-07-023-2/+17
| | | | Notes: svn path=/head/; revision=84065
* Upgrade to libtool 1.5 after repo-copy.Ade Lovett2003-07-021-1/+1
| | | | Notes: svn path=/head/; revision=84062
* libtool uber-patchAde Lovett2003-06-261-0/+21
* 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) Notes: svn path=/head/; revision=83696