Commit graph

56 commits

Author SHA1 Message Date
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Antoine Brodin
8b6ef795df Cleanup plist 2014-11-12 13:45:59 +00:00
Tijl Coosemans
4a01a4320e textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 13:19:15 +00:00
Tijl Coosemans
26e8e7d103 - Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
2014-04-24 18:24:08 +00:00
Hajimu UMEMOTO
0142ec30da Reassign some my scim related ports to the heap.
I'm not using scim for a long time.
2013-10-12 18:32:05 +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
Antoine Brodin
0b973c7214 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-13 21:39:06 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Hajimu UMEMOTO
c015d55663 Update to 1.4.7.
PR:		ports/145459
Submitted by:	HASHI Hiroaki <hashiz__at__meridiani.jp>
2010-04-08 12:52:19 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
41d8c3385c - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 20:36:33 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Hajimu UMEMOTO
5923834300 Update to 1.2.4. 2007-06-25 08:26:03 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Hajimu UMEMOTO
f26247b114 Update to 1.2.3. 2007-04-30 03:55:43 +00:00
Hajimu UMEMOTO
cb0f284524 Chase scim shlib version bump. 2007-04-30 03:07:55 +00:00
Hajimu UMEMOTO
26b70157d5 Fix plist after upgrading scim to 1.4.5.
scim-1.4.5 appended its version to the moduledir in scim.pc.
2007-03-31 04:22:10 +00:00
Hajimu UMEMOTO
c3b45ff7e4 Update to 1.2.2. 2006-11-22 11:57:29 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Hajimu UMEMOTO
b94a9adb81 doesn't build it on FreeBSD 4.x.
Reported by:	pointyhat via kris
2006-10-08 14:45:45 +00:00
Hajimu UMEMOTO
00d408d41a Update to 1.2.1. 2006-10-02 11:57:14 +00:00
Hajimu UMEMOTO
f9d7b654a0 I hope this fixes build on RELENG_4.
I don't have RELENG_4 box anymore.

Reported by:	pointyhat via kris
2006-09-03 16:50:19 +00:00
Hajimu UMEMOTO
be9d497d29 Update to 1.2.0. 2006-08-16 18:06:46 +00:00
Hajimu UMEMOTO
c4fe24eef6 Update to 1.0.0. 2006-04-10 18:02:37 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Hajimu UMEMOTO
16f11ef3f2 Update to 0.9.0. 2006-01-30 02:42:38 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Hajimu UMEMOTO
e2ac660ff5 fix build after updating of libtools15 to 1.5.22. 2005-12-28 12:22:09 +00:00
Hajimu UMEMOTO
1241b09008 Update to 0.8.0.
PR:		ports/89713
Submitted by:	Jun Mukai <mukai__at__jmuk.org> (with some modification)
2005-11-29 07:48:28 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Hajimu UMEMOTO
ebcfca6089 add SHA256. 2005-11-08 16:24:12 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Hajimu UMEMOTO
6af542ae4e Add dependency for japanese/kasumi. The author highly recommend to
install kasumi with scim-anthy.

PR:		ports/87516
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2005-10-16 16:13:32 +00:00
Norikatsu Shigemura
9e23c2bbaa SCIM updated to 1.4.2.
o Update scim 1.4.2. [1]
o Update skim 1.4.2. [1]
o Update scim-uim 0.1.4. [2]
o Bump PORTREVISION in scim related ports.

Approved by:	Jie Gao <gaoj@cpsc.ucalgary.ca> [1]
Approved by:	Seiya Yanagita <s_yanagita@ybb.ne.jp> [2]
2005-10-15 13:21:16 +00:00
Hajimu UMEMOTO
89e0fc307d Update to 0.7.1. 2005-10-15 11:59:08 +00:00
Hajimu UMEMOTO
764427d3a1 Update to 0.7.0. 2005-10-01 16:53:33 +00:00
Hajimu UMEMOTO
9ee9e8eb18 Update to 0.6.1. 2005-08-28 11:28:28 +00:00
Hajimu UMEMOTO
9cd21044c9 update to 0.6.0. 2005-07-30 08:25:41 +00:00
Norikatsu Shigemura
b0b1fadbc2 o Update to 1.4.0.
o Chase bump libversion to slave ports .

PR:		ports/84247
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer)
2005-07-30 06:20:20 +00:00
Hajimu UMEMOTO
4e9d53098b make it compilable on 4.x.
Reported by:	pointyhat via kris
2005-07-21 08:03:16 +00:00