1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
7330d63edd - Use USES=libtool
- Strip shared library in post-install:
- Bump PORTREVISION for package change
2014-06-03 12:44:13 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Sunpoet Po-Chuan Hsieh
3b937326c7 - Strip shared library 2014-02-05 15:48:56 +00:00
Baptiste Daroussin
40fc2438d4 USES= libtool 2014-02-05 14:05:14 +00:00
Sunpoet Po-Chuan Hsieh
9dbdcfa853 - Support STAGEDIR 2013-11-16 20:12:09 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Sunpoet Po-Chuan Hsieh
810f699bfe - Add LICENSE
- Cosmetic change
- Cleanup Makefile header
2013-08-21 12:02:08 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Alexey Dokuchaev
786b1f0d38 - Add support for new InstallShield header format instead of calling abort()
(sic!) on such files.  When header format could not be detected, try to use
  the newest algorithm instead the oldest one; this should make the port more
  "future proof"
- Allow to specify header format via command line (-i <version>) to override
  default detection logic
- Bump port revision and reformat Makefile header while I am here

Obtained from:	SynCE bug tracker at sf.net (ID: 3163039)
Approved by:	maintainer (sunpoet)
2012-01-18 03:00:40 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Sunpoet Po-Chuan Hsieh
6aa931e5a0 - Update WWW: unshield is part of SynCE project
Reported by:	distilator
Approved by:	pgollucci (mentor, implicit)
2010-10-25 16:12:27 +00:00
Sunpoet Po-Chuan Hsieh
e475c19a24 - Update MAINTAINER to my FreeBSD.org address
Approved by:	pgollucci (mentor)
2010-09-22 17:10:26 +00:00
Alexander Logvinov
c4ded7ca94 - Update to 0.6
PR:		ports/139324
Submitted by:	myself
Approved by:	tabthorpe, glarkin (mentors, implicit), maintainer
2009-10-03 23:53:20 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Chin-San Huang
65289ecaa4 - Pass maintainership to submitter
PR:		ports/130145
Submitted by:	sunpoet
2009-01-04 14:54:04 +00:00
Mark Linimon
d1ea8df926 Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-12-18 02:33:39 +00:00
Pav Lucistnik
0e4619f40b - Update to 0.5.1
PR:		ports/123971
Submitted by:	Alexander Logvinov <ports@logvinov.com>
Approved by:	maintainer timeout (se; 2 months)
2008-07-29 23:48:01 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Edwin Groothuis
ba5e62bd93 SHA256ify
Approved by:	krion@
2006-01-22 06:58:31 +00:00
Stefan Eßer
52cfedd6f2 Upgrade to version 0.5.
Submitted by:	Andrej Zverev (az at inec dot ru)
PR:		84316
2005-07-30 09:30:03 +00:00
Stefan Eßer
bf7f5c1119 Upgrade to version 0.3 of unshield.
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
PR:		ports/66692
2004-05-21 17:56:13 +00:00
Stefan Eßer
cfc7f49578 New port of unshield, a InstallShield cabinet file reader.
This prgogarm is particularly useful to extract .SYS and .INF files
from NDIS drivers packaged as InstallShield archives, which are required
as input to ndiscvt (i.e. for the NDISulator).
2004-04-09 12:47:57 +00:00