Commit graph

102 commits

Author SHA1 Message Date
MANTANI Nobutaka
3a73532b54 Update to 3.4.4. 2015-03-14 13:32:20 +00:00
MANTANI Nobutaka
8e97a7e57a Update to 3.4.3. 2015-03-01 10:53:43 +00:00
MANTANI Nobutaka
eb7b7e7d3f Add ReGIS graphics support.
PR:		192084
Submitted by:	 IWAMOTO Kouichi <sue@iwmt.org>
2015-02-09 15:18:54 +00:00
MANTANI Nobutaka
48573c8dfe Update to 3.4.2. 2015-01-25 03:36:25 +00:00
MANTANI Nobutaka
f258f41bec Update 3.4.1. 2014-12-28 04:50:32 +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
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
5850f0e383 converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 11:54:16 +00:00
MANTANI Nobutaka
ad2520d2ed Update to 3.3.7. 2014-08-03 13:22:52 +00:00
Dmitry Marakasov
e3cc604e9c - Convert texproc/uim and friends to USES=libtool, drop .la files
- Bump ports dependent on uim as some .so versions have changed
- While here, convert some USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr blanket
2014-07-25 12:19:07 +00:00
Adam Weinberger
670f06c522 Remove quotes that surrounded entire _DESC strings.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-23 17:12:13 +00:00
Baptiste Daroussin
6ca92592d5 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:44:04 +00:00
MANTANI Nobutaka
7691d1063b Update to 3.3.6. 2014-06-16 12:13:36 +00:00
Tijl Coosemans
6a640580d0 - Replace libXft dependency with USE_XORG=xft.
- Convert to USES=libtool.
- Add include directories to CPPFLAGS instead of CFLAGS.
- Use LDFLAGS instead of LIBS.
- Remove PTHREAD_LIBS reference.
- Add DOCS option.
- Staging.
- Remove MAKE_ENV.  Not needed.
2014-04-24 19:27:33 +00:00
MANTANI Nobutaka
a869c8fbe1 Update to 3.3.2. 2014-01-19 09:23:12 +00:00
Baptiste Daroussin
db5320be85 Add NO_STAGE all over the place in preparation for the staging support (cat: x11) 2013-09-20 23:43:19 +00:00
Baptiste Daroussin
e4343d70fd Convert to new perl framework
Convert USE_GMAKE to USES
2013-09-16 16:32:07 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Bryan Drewery
311be30328 - Fix cases where 2 USES= were used
With hat:	portmgr
2013-04-30 16:37:46 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
MANTANI Nobutaka
d39e11f289 Update to 3.1.8.
Trim Makefile header.
2013-03-09 00:52:53 +00:00
MANTANI Nobutaka
b16d737e04 Update to 3.1.4.
Feature safe:	yes
2012-10-25 12:34:06 +00:00
MANTANI Nobutaka
386cebbfa2 Add SIXEL option.
PR:		ports/171308
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org>
2012-09-06 14:42:44 +00:00
MANTANI Nobutaka
0e98a69591 Update to 3.1.3. 2012-08-25 10:53:46 +00:00
MANTANI Nobutaka
841a52b7d5 Update to 3.1.2. 2012-06-02 13:12:06 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
MANTANI Nobutaka
10c53cf25d Update to 3.1.0. 2012-04-29 15:46:59 +00:00
MANTANI Nobutaka
fda39edf33 Update to 3.0.11.
Fix dependency on textproc/ibus.
2012-01-23 14:31:53 +00:00
MANTANI Nobutaka
38a66eed4e Update to 3.0.10. 2011-12-18 15:37:49 +00:00
MANTANI Nobutaka
4f9ad0c937 Update to 3.0.8. 2011-10-10 14:42: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
MANTANI Nobutaka
b7fe838635 Update to 3.0.6. 2011-07-30 04:28:40 +00:00
MANTANI Nobutaka
1c497f7937 Update to 3.0.5. 2011-07-09 05:54:29 +00:00
MANTANI Nobutaka
9cbcc68913 Add missing dependency on x11-toolkits/vte. [*]
Rename the libvte compatible library "libvte-mlterm" to avoid conflict.

Reported by: erwin [*]
2011-06-04 06:49:43 +00:00
MANTANI Nobutaka
6146343216 Update to 3.0.4. 2011-05-28 20:13:20 +00:00
Baptiste Daroussin
75b07ada89 remove support for iiimf as it is deprecrecated and expired 2011-05-01 18:32:10 +00:00
MANTANI Nobutaka
2aba6faf1e - Update to 3.0.3.
- Add IBUS option.
2011-04-02 02:28:33 +00:00
MANTANI Nobutaka
32c59e6350 Update to 3.0.2.
Feature safe:	yes
2011-01-15 15:28:28 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
MANTANI Nobutaka
5a1a65888a Sync with shared library version bump of textproc/uim. 2010-11-26 17:48:36 +00:00
MANTANI Nobutaka
07d315c641 Fix build error and use --with-imagelib=gdk-pixbuf2, --enable-optimize-redrawing configure options.
PR:	ports/149391, ports/150495, ports/150496
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>, Kenji Rikitake <kenji.rikitake@acm.org>
2010-10-16 10:27:00 +00:00
MANTANI Nobutaka
7adb6c0074 Update to 3.0.1.
Mark MAKE_JOBS_UNSAFE [*].

PR:	ports/145038 [*]
Submitted by:	Yajima Hidenori <yajima@mma.club.uec.ac.jp>
2010-07-18 05:33:10 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Wen Heping
04e5f714fd - Bump PORTREVISION to chase the update of m17n-lib
PR:		ports/146249
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net>
2010-05-03 06:41:03 +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
Ed Schouten
bda8b5a3de Make this port build again.
Link it against libutempter, which is part of our base system nowadays.

Approved by:	miwi
2010-03-10 21:35:54 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Joe Marcus Clarke
4d1085d794 Chase the fribidi shared lib bump. 2009-08-22 17:36:57 +00:00
Dmitry Marakasov
d99dd57e89 - Switch SourceForge ports to the new File Release System: categories starting with X 2009-08-22 00:39:37 +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