Commit graph

116 commits

Author SHA1 Message Date
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Wen Heping
0d98cb0b01 - Set CAIRO_SVG and KML as default options
Suggested by:	usrbinerl@ya.ru(via email)
2016-04-13 06:09:25 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Wen Heping
e43fb1abc9 - Correct link the .so lib file
PR:		207623
Submitted by:	jjachuf@gmail.com
2016-03-03 01:17:52 +00:00
Wen Heping
a6babcb81e - Update to 7.0.1
- Pet portlint
2016-02-26 08:53:29 +00:00
Rene Ladan
d5ce1f73bc Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.

Adjust Mk/bsd.php.mk

Reviewed by:	antoine, marino
Approved by:	portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D5278
2016-02-14 19:21:31 +00:00
Antoine Brodin
0e8c3bf1b3 Update giflib to 5.1.1
PR:		204492
2015-12-03 20:01:03 +00:00
Wen Heping
0da8d3b75d - Update to 7.0.0 2015-09-07 06:12:22 +00:00
Sunpoet Po-Chuan Hsieh
ef0fa46671 - Update to 2.0.0
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN

Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
2015-07-09 16:05:06 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Wen Heping
70e12eef45 - Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj

PR:		200434
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >20 days)
2015-06-15 13:03:11 +00:00
Dmitry Marakasov
782400cd49 - Add CPE info
- Add LICENSE

Approved by:	portmgr blanket
2015-05-14 13:12:20 +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
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
Wen Heping
f674c3a291 - Pass correct value to configure with WMS_CLIENT and WFS_CLIENT option
PR:		194266
Submitted by:	Julien Cigar<jcigar@ulb.ac.be>
2014-10-11 14:57:48 +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
Wen Heping
b0adf7a1bf - Update to 6.4.1
- Fix build with python option [1]
- Fix run error while reading MapInfo layer with AUTO styleitem [2]

PR:		189940 [1]
Submitted by:	Julien Cigar<jcigar@ulb.ac.be> [1]
		marten.ambroz@seznam.cz (via email) [2]
2014-08-26 13:05:22 +00:00
Sunpoet Po-Chuan Hsieh
5425357367 - Add missing USE_LDCONFIG
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change
2014-07-18 13:07:23 +00:00
Sunpoet Po-Chuan Hsieh
61a8320e09 - Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
2014-07-11 11:16:06 +00:00
Wen Heping
0e70b42071 - Add options CLIENT_WMS CLIENT_WFS 2014-06-21 08:52:18 +00:00
Gleb Smirnoff
edd0191be9 o Do not require Apache as dependency. Mapserv can be used as FastCGI with
any other web server (e.g. nginx). Always install mapserv binary. [1]
o USES libiconv, if uses libgdal. This fixes build with WMS on. [2]

PR:		191168 [1]
PR:		191167 [2]
Approved by:	wen
2014-06-19 05:36:09 +00:00
Antoine Brodin
3c985f4ba3 Add explicit libxml2 dependency 2014-06-11 18:49:47 +00:00
Wen Heping
05194b74c2 - Install files into ${PREFIX} instead of ${LOCALBASE} 2014-05-16 15:59:23 +00:00
Wen Heping
5b6fc79283 - Stage support 2014-05-16 15:54:18 +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
Wen Heping
1e3d758949 - Fix build with python option
- Convert to new so file format
2014-03-25 16:02:57 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Wen Heping
1dc8cc310f - Fix the run error of missing shared object
PR:		184627
Submitted by:	Julien Cigar <jcigar@ulb.ac.be>
2013-12-09 14:59:39 +00:00
Wen Heping
556f3e5857 - Update to 6.4.0 2013-12-07 16:21:06 +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
William Grzybowski
84bf662fd0 graphics/geos: update to 3.4.2
- Update to 3.4.2 [1]
- Bump PORTREVISION for dependent ports
- USES gmake
- Use options helpers

PR:		ports/181422 [1]
Submitted by:	Rainer Hurling <rhurlin gwdg.de> (maintainer)
2013-09-11 13:58:27 +00:00
Sunpoet Po-Chuan Hsieh
71f91036a5 - Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
2013-08-21 03:46:21 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Wen Heping
b1aab802c0 - Update to 6.2.1 2013-07-24 07:00:36 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Baptiste Daroussin
737bed6923 Convert g* to USES=pkgconfig 2013-04-23 10:47:02 +00:00
Wen Heping
bd55676870 - Add missing plist files
- Add option CAIRO and CAIRO_SVG

Submitted by:	Igor Zabelin <igorz@yandex.ru> (via Email)
2013-03-21 03:26:44 +00:00
Wen Heping
fef29ab7c7 - Update to 6.2.0 2013-03-19 03:16:54 +00:00
Wen Heping
a50f7d4f30 - Apply new Makefile format
- Mark IGNORE for php_mapscripts [1]

Reported by:	Frank Broniewski <brfr@metrico.lu> [1] (via email)
2012-09-27 02:03:07 +00:00
Wen Heping
e9d9c57472 - Fix build with WMS and WFS option 2012-09-13 06:19:26 +00:00
Wen Heping
51537d65ab - Replace WITH_(PERL|PHP|...) with PORT_OPTIONS:M
- Replace USE_APACHE with USE_APACHE_RUN

PR:		171468
Submitted by:	ohauer@
2012-09-09 15:00:21 +00:00
Wen Heping
e245edb2b8 - Update to 6.0.3 and unbreak
- Convert to optionsNG
- Fix the build of PHP option with the upstream patch
2012-09-05 07:57:30 +00:00
Olli Hauer
e68b409137 - use UPPERCASE for SLAVE_PORT_MODULES (www/cakephp*)
Note: SLAVE_PORT_MODULES is target to remove, since
        with new options framework it can lead to
	a defect pkg-plist (leftovers).

- update supported USE_APACHE version
2012-08-22 19:58:26 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Pav Lucistnik
2a1b85465d - Mark BROKEN: does not link
/usr/local/lib/libgdal.so: undefined reference to `pthread_create'
  gmake: *** [shp2img] Error 1

Reported by:	pointyhat
2012-06-26 21:02:41 +00:00