Commit graph

35 commits

Author SHA1 Message Date
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
Tijl Coosemans
59db801bb4 - Update to version 2.3.5.
- Add DOCS option, USES=libtool, staging.

PR:		ports/186470
Submitted by:	Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
2014-02-08 17:05:40 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +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
Thomas Abthorpe
a1ce6ca46d - Pass maintainership to submitter
Submitted by:	hiro via freebsd-ports@
2009-02-27 14:14:37 +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
Cheng-Lung Sung
e8390e6e3c - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00
Mark Linimon
fceb9ae5ab Reset max@FreeBSD.org due to no response to email about status.
Hat:	portmgr
2006-04-15 00:28:25 +00:00
Masafumi Max NAKANE
b325217990 MASTER_SITE has been updated. 2004-11-11 07:37:09 +00:00
Akinori MUSHA
d4ec9e072c Add textproc to CATEGORIES. 2003-04-02 12:33:41 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Akinori MUSHA
010967cd5c Update to 2.3.4.
Approved by:	max (MAINTAINER)
2001-09-11 19:03:14 +00:00
Masafumi Max NAKANE
2d692e0197 Upgrade to 2.3.3. 2001-02-13 12:46:38 +00:00
Masafumi Max NAKANE
50a95b1a8c Upgrade to 2.3.2. 2001-01-12 03:01:31 +00:00
Akinori MUSHA
5804ca48ae Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS. 2000-06-17 05:34:04 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
Masafumi Max NAKANE
c946b0b4a7 Upgrade to 2.3.1.
Reminded by:	 MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
1999-12-23 16:19:38 +00:00
Shigeyuki Fukushima
703c38966a Update MASTER_SITES.
PR:		ports/15400
Submitted by:	MIHIRA Yoshiro <sanpei@sanpei.org>
1999-12-10 15:35:25 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Masafumi Max NAKANE
8bd2b9a35b Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.
Forgotten by:	whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
1998-04-05 04:47:11 +00:00
Masafumi Max NAKANE
77d3ba7fce Update to install the document on the dictionary format.
Also strip the binaries installed in ${PREFIX}/lib/kakasi.
1997-12-28 17:51:10 +00:00
Masafumi Max NAKANE
474b385af1 Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME.  (IE, jp-* to ja-*).
1997-09-14 21:36:25 +00:00
Masafumi Max NAKANE
009c0b9152 Style police. (Make this portlint clean.) 1997-07-06 17:47:44 +00:00
Masafumi Max NAKANE
1434acab8f Integrate extension patch by Hajime BABA (-w option).
Suggested by:	sanpei@jp.freebsd.org
1997-07-06 17:31:36 +00:00
Masafumi Max NAKANE
5a16a86d4b Install the man page (Japanese) into man/ja_JP.EUC/man1 instead of
into share/doc/kakasi.
1996-12-12 05:08:33 +00:00
Masafumi Max NAKANE
0fe54da9a9 CATEGORIES+= -> CATEGORIES=
Inspired by:	obrien
1996-11-11 10:13:07 +00:00
Masafumi Max NAKANE
4e8fa1bfba No -p flag is needed with ${MKDIR} macro. 1996-11-02 05:28:19 +00:00
Masafumi Max NAKANE
0ed2a12734 Use ${MKDIR} macro to make directory. 1996-10-27 00:20:27 +00:00
Masafumi Max NAKANE
1326cb5659 This port now installs several document files into ${PREFIX}/share/doc/kakasi.
Suggested by:	asami
1996-10-19 04:03:22 +00:00
Masafumi Max NAKANE
91b60a8c76 Prefixed the PKGNAME with ``jp-'' 1996-09-18 12:36:58 +00:00
Masafumi Max NAKANE
6bf31ff92d Updated Masafumi NAKANE's E-mail address. 1996-09-17 15:07:58 +00:00
Satoshi Asami
4f7ac48f43 Maintainer's address change.
Submitted by:	max@sfc.wide.ad.jp
1996-04-26 08:47:37 +00:00
Satoshi Asami
1cadcb7c32 Kanji->Kana converter. Try to figure out why this one is special
(hint: direction).

Submitted by:	Masafumi NAKANE <masafumi@pobox.com>
1996-03-29 05:05:18 +00:00