summaryrefslogtreecommitdiff
path: root/Mk/Uses/libtool.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
* libtool.mk: pass through LDFLAGS -fuse-ld=*Ed Maste2017-12-261-1/+1
* Take maintainership from autotools@. That group is no longer active.Tijl Coosemans2017-12-231-1/+1
* Remove the now unneeded ${PORTSDIR} from dependency definition inBaptiste Daroussin2016-03-271-1/+1
* Readd PORTSDIR for now we will only start removing them after 2016Q1 is branchedBaptiste Daroussin2015-10-151-1/+1
* Drop the necessity to add ${PORTSDIR} to dependency lineBaptiste Daroussin2015-10-141-1/+1
* Rewrite the target ordering code.Mathieu Arnold2015-08-171-0/+2
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-0/+6
* Make ports using libtool treat elftoolchain's strip the same as GNU stripAntoine Brodin2015-06-081-0/+1
* Don't use the default backup suffixJan Beich2015-02-161-2/+2
* - Update devel/automake to 1.15Tijl Coosemans2015-01-231-1/+1
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-18/+8
* - Update devel/libtool and devel/libltdl to version 2.4.2.418Tijl Coosemans2014-10-051-0/+2
* Change the way USES is handled:Tijl Coosemans2014-09-281-1/+0
* Turn the installation of *.la files, without some form of USES=libtool inTijl Coosemans2014-09-151-6/+3
* Tell realpath to stay quiet if it cannot resolve a linkTijl Coosemans2014-09-141-1/+1
* Allow this to work on DragonFly which does not have the -f param for readlink(1)Bryan Drewery2014-09-131-1/+1
* Let USES=libtool also delete links to .la files (and links to links to...)Tijl Coosemans2014-09-081-0/+4
* After patching configure restore the original modification time. ThisTijl Coosemans2014-09-051-4/+6
* Add support for USES=libtool:build. It adds a build dependency onTijl Coosemans2014-08-101-2/+9
* Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always workTijl Coosemans2014-07-231-4/+0
* Add 4 new sed commands to USES=libtool. The first two apply some of theTijl Coosemans2014-06-221-0/+6
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+16
* Move MAINTAINER lines to the end of the initial comment block andGerald Pfeifer2014-03-151-2/+2
* Further restrict the dragonfly RE so it only matches freebsd* as the firstTijl Coosemans2014-03-031-1/+1
* In libtool.mk, let the regexp for DragonFly BSD support match bothTijl Coosemans2014-03-021-1/+1
* - Some ports ship with libtool 1.5.x + "anygcc" patch. This modifiedTijl Coosemans2014-02-271-0/+6
* Revert r345514 for now, it causes libraries to be built without .soBryan Drewery2014-02-211-2/+1
* Mk/Uses/libtool.mk: Add DragonFly support to USES+= libtoolJohn Marino2014-02-211-0/+1
* libtool 1.4.2a was defining the shared extension as shrext_cmds, rename it sh...Baptiste Daroussin2014-02-211-1/+2
* - Also set link_all_deplibs_(CXX|F77|FC)=no.Tijl Coosemans2014-02-141-2/+4
* - Support libtool 1.3 which has an ltconfig script.Tijl Coosemans2014-02-091-8/+14
* Fix usage with older makeBaptiste Daroussin2014-01-281-1/+2
* Introduce USES=libtool to replace USE_AUTOTOOLS=libtool.Tijl Coosemans2014-01-281-0/+41