1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

63 Commits

Author SHA1 Message Date
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Dmitry Marakasov
26f332b475 - Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
2014-10-14 11:09:41 +00:00
Michael Gmelin
8598b0c728 Fix port so it builds again. Did some minor housekeeping while being there.
PR:		190600
Reviewed by:	bapt
Approved by:	bapt
2014-06-18 12:23:54 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Tijl Coosemans
9608e3ad93 - Fix build on FreeBSD 10 (iconv, libc++).
- USES=scons.
- Add support for startup notifications.

PR:		ports/183163
Submitted by:	Vladimir Kondratiev <wulf@mail.mipt.ru>
2013-10-24 17:31:54 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Antoine Brodin
6d6ec018db Add an explicit dependency on pkgconf 2013-10-04 21:38:24 +00:00
Baptiste Daroussin
bb4b86e043 Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) 2013-09-20 22:28:25 +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
Jeremy Messenger
647b339968 Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me.
2012-12-31 17:03:21 +00:00
Alexey Dokuchaev
1d917f154b - Adjust COMMENT line a bit
- Drop maintainership
2012-07-04 13:59:20 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Alexey Dokuchaev
2e611fd8e9 - Update to version 1.1.0
- Add LICENSE (GPLv2)
2011-10-19 15:48:30 +00:00
Martin Wilke
abcb82f547 - Kick MD5 Support 2011-07-02 18:06:14 +00:00
Alexey Dokuchaev
e6259642cc - Switch to launchpadlibrarian.net as distribution site (default download
URLs from launchpad.net redirect there via "303 See Other" response)
- Remove documentation entries from pkg-plist in favor of PORTDOCS knob
2011-05-17 10:40:15 +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
Max Khon
14fb0a97f5 Fix huge memory leak (16M per every hashed file).
Approved by:	MAINTAINER
2010-02-06 21:28:12 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Alexey Dokuchaev
0d7182fc25 Reformat port description. 2009-08-18 20:14:15 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Alexey Dokuchaev
eed1938e65 Fix MAINTAINER. 2009-03-19 13:52:01 +00:00
Alexey Dokuchaev
d1b6e1685f - Update to version 1.0.3. Store distfile locally until Launchpad folks fix
their site to service files correctly
- Assume maintainership, cleanup Makefile
- Reflect project move to Launchpad in pkg-descr
2009-03-19 13:49:35 +00:00
Jeremy Messenger
f56281c4d5 Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of.
2009-03-18 20:06:38 +00:00
Jeremy Messenger
e08bf35b8e Update to 1.0.2. 2008-07-07 06:24:43 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Jeremy Messenger
d8f95acc72 Update to 1.0.1. 2008-01-06 17:28:09 +00:00
Jeremy Messenger
31eaed2ac2 -Update to 1.0.0, finally an offical tarball from them.
-Update pkg-descr, copied from its release notes.
2007-09-23 22:22:27 +00:00
Jeremy Messenger
c9bffd6d60 Update it to the lastest version of CVS, at 2007-08-04 in changelog. See in
the changelog for details:

	http://tinyurl.com/b3myl
2007-09-18 17:48:31 +00:00
Jeremy Messenger
2d7b11af67 Update it to the lastest version of CVS, at 2007-07-07 in changelog. See in
the changelog for details:

	http://tinyurl.com/b3myl
2007-07-08 03:42:54 +00:00
Jeremy Messenger
fa49941cdb Update it to the lastest version of CVS, at 2007-05-06 in changelog. See in
the changelog for details:

	http://tinyurl.com/b3myl
2007-05-25 04:37:39 +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
Jeremy Messenger
551fded38f Catch up with the latest CVS, fix the charset/locale stuff. Bump the
PORTREVISION.

Bug tracker:	http://tinyurl.com/2hrvgn (berlios.de)
Obtained from:	LinuxDC++ CVS
2007-04-02 16:57:48 +00:00
Jeremy Messenger
23d76ca6e9 Update it to the lastest version of CVS, at 2007-03-24 in changelog. See in
the changelog for details:

	http://tinyurl.com/b3myl
2007-03-25 03:28:37 +00:00
Jeremy Messenger
9ac4ac0af7 Update it to the lastest version of CVS, at 2007-02-06 in changelog. See in
the changelog for details:

	http://tinyurl.com/b3myl
2007-02-07 05:38:15 +00:00
Jeremy Messenger
f53943b6c7 - Update it to the lastest version of CVS, at 2007-02-04 in changelog. See in
the changelog for details:

	http://tinyurl.com/b3myl
- Remove STRIP= from WITH_DEBUG, it's in bsd.port.mk now.
- Remove IGNORE on FreeBSD 4.x, it's no longer need.

Reviewed by:	bland (iconv patch)
2007-02-06 19:04:25 +00:00
Jeremy Messenger
ecb9730a70 Update it to the lastest version of CVS, at 2007-01-04 in changelog. See in
the changelog for details:

	http://tinyurl.com/b3myl
2007-01-05 05:21:52 +00:00
Jeremy Messenger
0e9494bad2 Update it to the lastest version of CVS, at 2007-01-01 in changelog. See in
the changelog for details:

	http://tinyurl.com/b3myl
2007-01-02 05:56:11 +00:00
Jeremy Messenger
1db511c243 Don't need to remove check on GCC anymore, which it used to be problem. With
this changes fix the build with GCC 4.1.

Reported by:	krismail
2006-12-16 18:10:32 +00:00