summaryrefslogtreecommitdiff
path: root/devel/libtool
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-18Avoid creating empty relink commands. This can happen when libtooljoerg3-4/+25
decides in the platform specific logic that relinking is not necessary after initially setting it, e.g. on OSX. Fixing this and creating more compact libtool archives is a better approach than working around it in cwrappers. Bump revision.
2014-12-02When relinking with DESTDIR, also look into DESTDIR for the desiredjoerg3-11/+40
object. Bump revision.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-09-10revert libtoolrichard4-51/+19
2014-09-10adding devel/py-hgnestedrichard4-19/+51
hgnested is a Mercurial extension to work with nested repositories. It was inspired by the forest extension. The extension allows to apply common Mercurial commands to all the nested repositories at once like pull, push etc. It also allows to fetch a complete tree of repositories through ssh or http. To enable the "hgnested" extension, create an entry for it in your hgrc, like this: [extensions] hgnested = See `hg help hgnested` for the complete list of commands. For more information please visit the following website: http://code.google.com/p/hgnested/
2014-09-01GCC 4.7's gfortran on SunOS generates verbose output which includes spacesjperkin3-69/+126
in-between "-l" and the library name. This confuses libtool which parses the compiler output, and results in trying to pass arguments such as "-l-lgfortran" and failing. In addition there are multiple BUILDLINK_DIR references, but only the first is stripped, resulting in "-L-L/path". Fix both these issues and bump PKGREVISION of libtool-fortran.
2014-06-15Don't use -nostdlib for C++ with GCC on Solaris. Bump revision ofjoerg3-103/+125
libtool-base.
2014-06-15Use patch -p0, avoids surprises if something moved.joerg1-2/+2
2014-05-11Update distinfo after reverting patch files by joerg@.taca1-4/+4
2014-05-10Revert. Not approved and not correct.joerg4-3039/+163
2014-05-10Upstream libtool patch to support following bugfix for -Bdirect on SunOSrichard2-3/+14
Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1645 see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
2014-05-10Permit libtool to generate -fstack-protector* on all platforms in --mode=linkrichard5-167/+3032
while suppressing -nostdlib (for the moment on SunOS g++ platforms only) allowing it to actually work with g++... gcc was never affected by -nostdlib.
2014-03-08Don't try to extract GCC's linker line. It includes -lgcc, but notjoerg5-110/+158
-lgcc_s for starters. It also confuses the static-only library search in libtool itself. Bump revision. Based on patch from jperkin@.
2013-08-27PR 48081: Explicitly disable Fortran in libtool-base, otherwise it willjoerg4-104/+132
incorrectly handle the default wrapper scripts on Cygwin. libtool bug 14579: Disable ar(1) locking on OSX. It creates more harm than good. Bump libtool-base and libtool-fortran.
2013-07-01Restore shared library support for MirBSD. Some chunks of the MirBSD diffbsiegert4-102/+233
were lost in the last libtool update. Bump PKGREVISION of libtool-base. ok joerg@ (maintainer)
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-16Used by devel/libtool-fortran/Makefile too.ryoon1-1/+2
2013-05-13In configure: changed _lt_dar_can_shared=$GCC to _lt_dar_can_shared=yes, so ↵adam1-1/+10
libtool can create shared libraries on Darwin/Mac OS X, when f77 is not present.
2013-05-13In configure: changed _lt_dar_can_shared=$GCC to _lt_dar_can_shared=yes, so ↵adam2-4/+58
libtool can create shared libraries on Darwin/Mac OS X, when f77 is not present.
2013-05-10Fix pathnames and NM in libtool for cross-compilation.riastradh1-4/+7
Forgot to commit this alongside the recent cross-libtool changes. ok agc
2013-05-09Pull in libtool-fortran. Bump PKGREVISION.wiz1-1/+3
2013-04-12Update to libtool-2.4.2:joerg8-1546/+845
- Initial support for Go. - On Mac OS X, try to open .dylib as well as .so in lt_dlopenext. - sysroot support - man pages for libtool and libtoolize - various smaller bug fixes pkgsrc side: remove support for pre-ELF NetBSD
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-07-26Add a special case for f77 on MirBSD. This is what the wrapper scripts callbsiegert4-165/+811
the f2c frontend. It is not recognized as GCC even though there is a gcc underneath. Thus, use "-Wl," to introduce linker options. This unbreaks the build of shared libraries written in Fortran on MirBSD (exotic combination, yes I know) such as blas. Bump PKGREVISION.
2011-09-16Revert. Doesn't follow the patch rules for libtool, wasn't discussedjoerg2-53/+5
with the OWNER.
2011-09-14Don't add -z text unconditionally to ld on SunOS. This makehans2-5/+53
-mimpure-text work again, which is needed for several packages that use assembly optimizations.
2011-05-14Add MirBSD support to libtool. The patches are based on the ones from MirPorts,bsiegert6-145/+649
which uses libtool-1.5. Reviewed by Alistair G Crooks.
2011-03-23Backport Haiku support, taken from upstream.obache5-109/+441
(I'm using this patch over 10 months).
2010-03-17Fix support of g95 as the fortran on NetBSD.markd3-17/+22
patches approved by Joerg. Bump libtool-base PKGREVISION.
2009-12-18Add some band aid for the not-yet-fully-analyzed issue with sh onjoerg2-3/+26
NetBSD. Install a prestine install.sh to not leak our modifications into packages. Bump revision.
2009-12-17Garbage collect PLIST (meta package)joerg1-0/+0
2009-12-17Adjust to reality, running bootstrap is prefered.joerg1-4/+3
2009-12-17Fix another set of broken macro names. Regen patches.joerg4-43/+43
2009-12-16Fix a macro name so that the correct C++ linkage on NetBSD and QNX isjoerg4-22/+22
used. Bump revision of libtool-base.
2009-12-15Update to libtool-2.2.6b. This switches libtool to the new main branch.joerg10-2265/+581
Changes are many, important for pkgsrc: - much higher speed (up to 30% faster for the overall build of libX11) - less magic for detection of the tag The pkgsrc integration of f2c has been changed to be more sane. libtool itself now depends on the f2c frontend to use proper auto-configuration and only fakes up the library. This part is encapsulated in mk/compiler/f2c.mk.
2009-12-15Fix a potential security issue in libltdl by making sure that thejoerg2-1/+95
current directory is not included in the search path. Bump revision of libltdl. Patch backported from tez@
2009-07-08Add support for g95 on NetBSD to libtool.markd3-14/+27
Bump PKGREVISION of libtool-base. OKed by jeorg.
2009-06-13Ran pkglint --autofix on the devel/ category. Most of the changes arerillig1-1/+4
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+2
block). Uncomment some commented out LICENSE lines while here.
2009-03-23PR 40405: Change soname logic for DragonFly to follow the normal majorjoerg5-198/+298
only scheme. Properly distinguish FreeBSD and DragonFly case to prevent further confusion. Differs from the patch in the PR as it forces the correct branch to be used. Bump revision of libtool-base. Claim ownership.
2009-02-24Add cases to match 'mint'abs1-31/+83
2008-11-19update to libtool 1.5.26 using libtool/patches/manual.README procedure:chuck5-199/+267
fixes linking problems on darwin (problems with nmedit, see http://pogma.com/2008/02/13/nmedit-libtool-exported-symbols/ )
2007-11-11Added commented-out LICENSE=something.martti1-1/+2
2007-10-07Fix patchsums.joerg1-3/+3
2007-10-07Restore basename override to get the name of the real compiler for thejoerg3-216/+364
decision making in libtool. This was lost during the update and broke the build of shared C++ libraries with SunPro on Solaris. Bump revision of libtool-base. Noticed by salo and dmcmahill, tested by dmcmahill.
2007-09-15Update to libtool 1.5.24:joerg6-778/+1693
- fix regression on DragonFly [patched before] - don't remove paths to uninstalled libs [patched before] - initial support for Sun compilers on Linux - better suport for GNU/kNetBSD and GNU/kFreeBSD - fixes for GCC multilib on x86_64 and similiar system. - documentation for --tag. - getconf ARG_MAX is used to find maximum argument length.
2007-04-18Use "nm -p" to extract symbol table on HP-UX. ok joerg@tnn1-2/+2
2007-04-04Take maintainership.joerg1-2/+2