Commit graph

160 commits

Author SHA1 Message Date
Thomas Zander
fc0f4b0c72 Update to upstream version 20150228
PR:		198278
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-03-07 07:16:13 +00:00
Jan Beich
dfc256e340 - Update to upstream version 20141230 (same as v2.1.0)
- Chase update of print/freetype2 to 2.5.5

PR:		196861
Differential Revision:	https://reviews.freebsd.org/D1630
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:	bapt (mentor)
2015-01-25 08:24:18 +00:00
Jan Beich
54e4709d4b Unbreak build on 8.x
PR:		197056
Differential Revision:	https://reviews.freebsd.org/D1662
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:	bapt (mentor)
2015-01-25 08:22:29 +00:00
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
Thomas Zander
af1db7c657 - Update to upstream version 20141126
- Remove OPTIONS MULTILAYER, PLUGINS and PANGO
- Simplify Makefile

PR:		196300
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-01-04 15:48:25 +00:00
Wen Heping
ee79638eef - Update graphics/libspiro to 0.2.20131203
PR:		196202
Submitted by:	cyberbotx@cyberbotx.com(maintainer)
2014-12-28 14:53:29 +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
Thomas Zander
8ff06267ce Chase update of freetype2 to 2.5.4.
While on it:
- Convert USE_PYTHON -> USES

PR:		195872
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2014-12-14 15:26:22 +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
115aba45f3 Cleanup plist 2014-11-13 07:41:17 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Dmitry Marakasov
531faede3f - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-03 00:51:21 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Pawel Pekala
4b0ff930d8 Doc files are downloaded separately, they are not available
when DOCS=off

Noticed by:	maintainer
2014-03-24 09:27:54 +00:00
Pawel Pekala
2dbf05b507 - Support staging [1]
- Use OPTIONS helpers [1]
- Catch up to latest freetype2 version [1]
- Updates to LIB_DEPENDS and USES [1]
- Strip program, libs and plugins

PR:		ports/187641 [1]
Submitted by:	maintainer
2014-03-23 16:56:58 +00:00
Baptiste Daroussin
6c6152ff82 Add NO_STAGE all over the place in preparation for the staging support (cat: print) 2013-09-20 22:43:59 +00:00
Raphael Kubo da Costa
7dde8cbdc2 Fix typo in OPTIONS_DEFINE, the second PYTHON should be PANGO.
PR:		ports/178643
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-05-14 19:14:52 +00:00
Guido Falsi
bf6e8d25bf - Update to use freetype2 2.4.11
- Convert to new options framework
- Make dependency on freetype2 conditional
- Bump PORTVERSION

PR:		ports/174823
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-05-03 20:36:33 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Baptiste Daroussin
2559c20546 Do not remove directories not owned by the port 2013-03-15 09:56:16 +00:00
Pawel Pekala
16ebee9e6b Add missing dependency
PR:		ports/175938
Submitted by:	myself
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-02-08 14:48:58 +00:00
Michael Scheidell
d143e10d2b - Update to 20120731-b
PR:		ports/170572
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2012-08-15 22:56:17 +00:00
Alex Kozlov
b3b2d47d35 - Fix build on FreeBSD9/CURRENT with WITH_ICONV set in src.conf [1]
- Pet portlint by renaming patch with unrecommended characters (:) in filename

PR:	ports/169869 [1]
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2012-07-16 20:28:34 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Steve Wills
445e0a1944 - Switch to giflib
Approved by:	maintainer (via IRC)
2012-02-20 03:57:37 +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
c10fc601ec - Update to 20110222
PR:		155076
Submitted by:	maintainer
2011-03-04 04:01:28 +00:00
Tilman Keskinoz
ad1f8009e9 Chase freetype2 update
PR:		153639
Submitted by:	maintainer
2011-01-03 12:18:35 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Beech Rintoul
a6242ed7c6 Chase recent Freetype2 update.
PR:		ports/152602
Submitted by:	Naram Qashat (cyberbotx@cyberbotx.com) (maintainer)
Approved by:	itetcu (implicit)
2010-11-30 22:58:28 +00:00
Li-Wen Hsu
2f13a7f2c2 - Work properly with non-standard PREFIX
PR:		ports/149860
Submitted by:	Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
2010-08-21 23:04:29 +00:00
Dmitry Marakasov
f65a6f8772 - Chase freetype2 update
PR:		149680
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2010-08-17 20:26:35 +00:00
Sylvio Cesar Teixeira
5161651934 - Update freetype_version to 2.4.1
PR:		ports/148976
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2010-07-27 14:08:14 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Sylvio Cesar Teixeira
c2cdf0999f - Chase freetype2 update to 2.3.12
PR:		ports/146488
Submitted by: 	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2010-05-16 22:13:55 +00:00
Sylvio Cesar Teixeira
6772aac67f - Update to 20100501
PR:		ports/146226
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2010-05-07 22:54:55 +00:00
Dirk Meyer
e038dbd3bb - fix build for png-1.4.1 2010-03-29 08:08:39 +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
Tong LIU
3741743731 - Chase freetype2 to 2.3.11
- Bump the PORTREVISION

PR:	ports/144193
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:	yes
2010-02-22 09:26:18 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
9c49a4d2ba - Properly produce CFLAGS without optimizations
PR:		139225
Suggested by:	Andriy Gapon
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-10-01 13:24:08 +00:00
Martin Wilke
fc8c80d756 - Update to 20090923
PR:		139120
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (Maintainer)
Feature safe:	yes
2009-09-25 19:14:57 +00:00
Martin Wilke
83c20dda00 - Update to 20090914
PR:		138886
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
2009-09-17 10:00:04 +00:00
Dmitry Marakasov
bc45ca3504 - Fix build
Reported by:	pointyhat via pav
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-09-03 23:12:41 +00:00
Martin Wilke
559e8f4dc2 - Fix fetch after recent Sourceforge migration
PR:		138069
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-08-22 21:09:25 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +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
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00