1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
9a31660fdf - Use USES=libtool
- Bump PORTREVISION for package change
2014-07-10 15:47:18 +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
d0e4e95b5f - Use USES=libtool
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change
2014-03-18 16:16:49 +00:00
Sunpoet Po-Chuan Hsieh
b74728c6fd - Update to 1.3
- Add LICENSE
- Update COMMENT
- Strip shared library
- Support STAGEDIR
- Sort PLIST
- Update pkg-descr
- Take maintainership
2013-11-18 19:53:31 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +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
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Dima Panov
1a267d63c3 - Reassign ports from avl@ back to pool at his request.
Submitted by:	avl via IM
Approved by:	avl via IM
2013-02-20 16:08:58 +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
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
Alexander Logvinov
9463ff6e5b Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	tabthorpe (mentor)
2009-05-28 20:44:16 +00:00
Martin Wilke
22d668f75b - Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro

PR:		133124
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2009-03-31 22:08:31 +00:00
Rong-En Fan
6067c874e3 - Fix CATEGORIES for slave port (archives/py-librtfcomp)
PR:		ports/127680
Submitted by:	Alexander Logvinov <ports at logvinov.com> (maintainer)
2008-09-28 04:42:49 +00:00
Volker Stolz
5d98d82dbf Fix build with GCC 3.4
PR:		ports/124896
Submitted by:	maintainer
2008-06-24 03:01:53 +00:00
Erwin Lansing
8bca2d4fcf Make COMMENT overridable by a slave port.
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2008-06-20 00:42:29 +00:00
Erwin Lansing
54a151c57f Add librtfcomp 1.1, LZRTF compression library.
PR:		ports/124554
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-06-19 21:48:54 +00:00