1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

135 Commits

Author SHA1 Message Date
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Jan Beich
f2fc9d6de4 multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision:	https://reviews.freebsd.org/D2570
Exp-run by:	antoine
Approved by:	ashish, multimedia (kwm)
Approved by:	maintainer timeout (ale, dinoex; 2 weeks)
2015-06-09 14:25:41 +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
Dirk Meyer
2831625c5d - fix order in USES 2014-08-03 16:19:17 +00:00
Ryan Steinmetz
8a91ce938d - Fix MASTER_SITES to resolve fetch issue. 2014-07-18 18:18:05 +00:00
Tijl Coosemans
e1369a19af Add USES=libtool:keepla pathfix. 2014-06-22 21:52:34 +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
Dirk Meyer
842bc3cb42 - Add shebangfix so bdftogd
- Strip libgd
PR:		188581
Submitted by:	Steve Wills
2014-04-15 08:14:22 +00:00
Dirk Meyer
19ce0d9a56 - add USES=tar:xz
- cleanup GNU_CONFIGURE_ARGS for iconv
2014-03-30 19:48:11 +00:00
Dirk Meyer
1df7965f6a - use OPT_CONFIGURE_* 2013-12-28 06:37:48 +00:00
Dirk Meyer
d2fa78adac - use STAGEDIR
- use OPT_CONFIGURE_*
2013-11-15 18:32:18 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Baptiste Daroussin
926c80457b Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-16 17:07:26 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Dirk Meyer
0426e5dbab - fix option GD_FONTS
- fix bdftogd and bump PORTREVISION
PR:		181250
2013-08-15 19:12:46 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Dirk Meyer
143f99034e - fix to support interlaced gif
PR:		179537
Submitted by:	Sergey Kandaurov
Obtained from:	libgd repo
2013-06-15 11:41:25 +00:00
Baptiste Daroussin
566559bd0a Fix build with bmake 2013-05-03 23:31:33 +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
Dirk Meyer
c125549cc2 - fix build for 10-CURRENT
PR:		175528
Submitted by:	Matthias Andree
2013-01-26 14:21:23 +00:00
Dirk Meyer
15b67b0a4e - strip shlib versions in dependecy
- cleanup header
2013-01-26 14:20:09 +00:00
Dirk Meyer
19c24d28a3 - fix option FONTCONFIG
PR:		169453
Submitted by:	Dmitry
2012-06-27 05:40:37 +00:00
Dirk Meyer
ec55caab6c - use OPTIONS_DEFINE 2012-06-14 14:48:52 +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
Dirk Meyer
9d607aad19 - add MASTER_SITE_RINGSERVER 2011-08-07 09:19:49 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Dirk Meyer
9708877378 - add CONFLICTS
PR:		147418
2010-06-03 09:35:56 +00:00
Dirk Meyer
37b8b6d26b - fix check, so png is detected.
Submitted by:	tron@freenode
2010-03-28 09:34:32 +00:00
Dirk Meyer
ac00cca6e5 - fix breakage with png-1.4.1 2010-03-28 09:22:32 +00:00
Dirk Meyer
8cb5c3cf31 - use fontconfig by default
- bump PORTREVISION
2010-03-28 07:13:46 +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
83f00e1937 - allow option WITH_FONTCONFIG with WITHOUT_X11
PR:		144567
Submitted by:	Benjamin Lee
2010-03-09 13:48:05 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
ce15673209 - Security patch
Security: CVE-2009-3546
Security: http://portaudit.freebsd.org/4e8344a3-ca52-11de-8ee8-00215c6a37bb.html
PR:		140335
Submitted by:	Eygene Ryabinkin
Obtained from:	PHP project
2009-11-06 21:37:16 +00:00
Dirk Meyer
8a7d23bcea - fix build when an old gd with different shlibs is still installed 2009-08-01 11:25:40 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Dirk Meyer
50179d1567 - clean X11BASE 2008-03-30 09:36:46 +00:00
Dirk Meyer
f2fceed5b6 - set USE_XORG 2008-03-17 18:04:30 +00:00
Dirk Meyer
8fd98f087d - use the OPTION infrastructure
PR:		115688
Submitted by:	Xin LI
2007-09-30 04:28:04 +00:00
Mark Linimon
490e00b855 Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion. 2007-09-29 20:49:30 +00:00
Dirk Meyer
f07b8e6ae9 - update to 2.0.35
reported by:	shaun (portscout)
2007-06-26 18:51:00 +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
Dirk Meyer
8e4d734fe6 - fix option WITH_FONTCONFIG
PR:		109476
Submitted by:	Radim Kolar
2007-02-23 23:47:21 +00:00
Dirk Meyer
b81ee0e870 - update to 2.0.34
- new MASTER_SITES
- use smaller distfile (.bz2)
- new option WITH_FONTCONFIG
- new option WITH_ICONV
- removed gdImageCreateFromGifSource
  this breaks old version of php*-gd
PR:		109149
Submitted by:	Phil Oleson

- fix gdtest
- remove gdImageLzw*, gdImageBigGif*
  this breaks old version of perl5-GD
- extend feature info
2007-02-22 20:33:06 +00:00
Dirk Meyer
b2cb5e3dc8 - use USE_LDCONFIG 2007-01-13 11:05:42 +00:00
Dirk Meyer
5e83403421 - extend functions for use with newer perl-GD
Submitted by:	Tim Baur
2005-12-18 10:30:10 +00:00