Jan Beich
9b21a3a084
devel/boost-*: update to 1.70.0
...
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
2019-04-12 06:36:31 +00:00
Antoine Brodin
87fc196031
Mark BROKEN on FreeBSD 12 and 13
...
Reported by: pkg-fallout
MFH: 2019Q2
2019-04-04 08:13:48 +00:00
Gerald Pfeifer
a9f015d155
Bump PORTREVISION for ports depending on the canonical version of GCC
...
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 01:35:33 +00:00
Jan Beich
7c879267dc
devel/boost-*: update to 1.69.0
...
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Mark Linimon
c5dd2de058
Fix build with GCC-based architectures.
...
PR: 231953
Submitted by: Piotr Kubaj
2018-10-30 12:06:14 +00:00
Mathieu Arnold
e1bfdfbe56
Add DOCS options to ports that should have one.
...
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
2018-09-10 13:14:50 +00:00
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
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
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
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
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