Commit graph

37 commits

Author SHA1 Message Date
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Antoine Brodin
25ca83f2f5 Allow building with either giflib 4.2 or 5.0 2014-12-26 17:44:35 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +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
Antoine Brodin
f043f6e4b6 Allow staging as a regular user 2014-09-14 20:10:06 +00:00
Baptiste Daroussin
3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +00:00
Adam Weinberger
ded4aa1f80 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:13:33 +00:00
Jun Kuriyama
10ff1c87b7 - Stagify. 2014-06-14 08:38:25 +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
Baptiste Daroussin
e71de09d6d Do not let system make.conf inpact the port's makefile
This fixes build on current
2013-05-24 16:35:30 +00:00
Jun Kuriyama
6fa036f189 - Ubreak.
PR:		ports/176926
Submitted by:	Hiroyuki Iwatsuki <don@na.rim.or.jp>
2013-05-04 10:48:54 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Pav Lucistnik
5e1dae6ca3 - Mark BROKEN: does not compile
gif2dbl.o: In function `error':
  gif2dbl.c:(.text+0x76): undefined reference to `PrintGifError'

Reported by:	pointyhat
2012-06-17 20:17:31 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Jun Kuriyama
48801bb921 - Switch to giflib.
PR:		ports/165326
Submitted by:	swills
2012-02-26 13:32:41 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +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
Johan van Selst
ec2d095bd0 - Update bison to 2.4.1, see announcements for important changes:
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
  http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
  Replace %{ .. %} with %code { .. } where required
  and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat

PR:		ports/131640
Approved by:	portmgr (pav)
2009-03-06 12:04:11 +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
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +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
Jun Kuriyama
89fc470ef1 Fix unfetchable situation by putting distfile on my box. 2006-01-31 00:26:49 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Jun Kuriyama
5bf0dc9bfb Add mpeg/utf8 functionality. This will unbreak ja-ruby-ming port.
Submitted by:	IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by:	portmgr (kris)
2003-11-23 08:14:44 +00:00
Akinori MUSHA
ba5086c20d Add CONFLICTS lines; ming and ja-ming conflict with each other. 2003-11-12 17:18:54 +00:00
Jun Kuriyama
1fdddb6f1c Grr, cleanup variables. 2003-10-16 02:29:53 +00:00
Jun Kuriyama
83f596adf8 Unbreak on 5.x.
Prodded by:	kris
2003-10-16 02:29:05 +00:00
Kris Kennaway
d894e365fe BROKEN on 5.x: does not compile 2003-10-15 22:23:25 +00:00
Kris Kennaway
3747b38bd0 Partially fix build after recent sys.mk changes. This is still broken due
to gcc 3.3 strictness

Submitted by:	ru
2003-08-04 11:19:49 +00:00
Jun Kuriyama
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Joe Marcus Clarke
6ed66e03a2 Fix build with bison 1.75.
Reported by:	bento
2002-12-02 16:22:15 +00:00
Jun Kuriyama
82ac6f0ccb Add USE_BISON.
Reported by:	bento
2002-09-20 02:39:31 +00:00
Jun Kuriyama
1352cda2c6 Ming with Japanese charachter enhancement. 2002-08-06 12:15:30 +00:00