Commit graph

142 commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Wen Heping
73bcc3ac9d - Update to 7.4.0 2019-05-16 07:45:32 +00:00
Wen Heping
57a3acae69 - Fix build without fribidi [1]
- Fix build with GCC-based architectures [2]
- Update and sort options

PR:		225336[1], 237598[2]
Submitted by:	igorz@yandex.ru[1], pkubaj@[2]
2019-04-30 03:21:01 +00:00
Wen Heping
153b447a0e - Update to 7.2.2 2019-02-28 06:25:39 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Rene Ladan
968c62c6fb Remove version 7.0 from the IGNORE_WITH_PHP list. 2018-12-06 11:22:12 +00:00
Sunpoet Po-Chuan Hsieh
e5463c3359 Update MASTER_SITES and WWW
Approved by:	portmgr (blanket)
2018-12-01 13:08:47 +00:00
Wen Heping
ddf3a71416 - Update to 7.2.1 2018-10-03 07:01:54 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Alexey Dokuchaev
7b85b686ee Remove superfluous linefeeds and fix some other minor whitespace bugs. 2018-01-11 16:53:44 +00:00
Baptiste Daroussin
2e9911f602 Switch from swig 2.0 to swig 3.0 2017-12-20 19:34:11 +00:00
Wen Heping
5bb2a2eda0 - Update to 7.0.7 2017-11-29 12:26:15 +00:00
Wen Heping
6ddf84da23 - Update to 7.0.6 2017-06-27 03:11:13 +00:00
Wen Heping
54aee5ddcc - Update to 7.0.5 2017-05-24 00:45:17 +00:00
Wen Heping
a5a836d24b - Update to 7.0.4 2017-01-21 01:15:23 +00:00
Wen Heping
b35d018120 - Update to 7.0.3 2016-12-13 07:05:57 +00:00
Mathieu Arnold
cb15e80656 Remove obsolete PHP versions checks.
Sponsored by:	Absolight
2016-10-27 09:29:23 +00:00
Wen Heping
447e3183e3 - Apply a upstream patch to fix the build with php
Reported by:	ivtopol@gmail.com(via email)
2016-10-17 00:59:02 +00:00
Wen Heping
3946d031aa - Update to 7.0.2 2016-09-23 06:28:29 +00:00
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
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +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
Antoine Brodin
c905c203db Allow building with giflib 5.1
PR:		204492
2015-11-12 18:35:53 +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
Baptiste Daroussin
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +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