Koop Mast
2f0486b647
Part 1 of adding USE_GNOME=intltool to ports that require it.
...
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
2015-08-02 20:23:55 +00:00
Antoine Brodin
f0d0f3d8e0
Make ports using libtool treat elftoolchain's strip the same as GNU strip
...
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self
2015-06-08 05:59:13 +00:00
Thomas Zander
81fd9ba85b
- Update to upstream version 0.41.1
...
- Un-break build on 10.x and later
- Introduce non-default OPENGL OPTION
PR: 199248
Submitted by: tkato432@yahoo.com
Reviewed by: riggs
MFH: 2015Q2
2015-04-20 10:52:21 +00:00
Dmitry Marakasov
40f13c68dc
- Drop @dirrm* from and add empty directories to pkg-plists
...
Approved by: portmgr blanket
2015-02-01 20:24:27 +00:00
Emanuel Haupt
e1cea1eaa9
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
2015-01-06 10:01:41 +00:00
Gerald Pfeifer
15945f8122
Update the default version of GCC in the Ports Collection from GCC 4.7.4
...
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
2014-09-10 20:50:31 +00:00
Emanuel Haupt
6031a359e4
Assign maintainer-ship to multimedia@
...
Discussed on: irc (#bsdports)
2014-08-25 11:23:38 +00:00
Tijl Coosemans
ea30a4802a
- Replace gtkmm24 LIB_DEPENDS with USE_GNOME=gtkmm24
...
- Add USES=libtool and INSTALL_TARGET=install-strip
2014-07-15 18:06:28 +00:00
Gerald Pfeifer
1cd277bdce
Update the default version of GCC used in the Ports Collection from
...
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Emanuel Haupt
5c76009d88
Use new LIB_DEPENDS regime
2013-12-18 11:40:36 +00:00
Emanuel Haupt
03ed5d504e
Set USE_GCC to 'yes' instead of requesting 4.6+
...
Requested by: gerald
2013-12-14 14:20:32 +00:00
Emanuel Haupt
9c963d0549
Support DragonflyBSD.
...
Requested by: John Marino <freebsd.contact@marino.st>
2013-12-13 09:49:38 +00:00
Emanuel Haupt
f2c3d5e619
Mark broken on FreeBSD 10.0 and later.
...
Notified by: pkg-fallout
2013-12-13 08:28:09 +00:00
Emanuel Haupt
a896ca76f7
Update to 0.41.0
2013-12-09 20:23:35 +00:00
Emanuel Haupt
d18af3af6b
Fix package list.
2013-10-25 13:07:04 +00:00
Emanuel Haupt
84040e0860
Support staging.
2013-10-23 10:26:46 +00:00
Baptiste Daroussin
855fb638fb
Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)
2013-09-20 20:57:48 +00:00
Baptiste Daroussin
7a0f4abe2b
Add an explicit dependency on pkgconf
2013-09-06 12:12:00 +00:00
Emanuel Haupt
ea0f02dfeb
Remove MAKE_JOBS_SAFE which is now default.
2013-07-24 08:19:07 +00:00
Emanuel Haupt
6fe706fd4b
- Convert USE_GMAKE to USES=gmake
...
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
2013-07-08 18:42:15 +00:00
Emanuel Haupt
1a90c9af17
Mark MAKE_JOBS_SAFE
2013-05-08 12:24:26 +00:00
Emanuel Haupt
79e6679346
Convert to USES=gettext
2013-04-23 10:26:09 +00:00
Emanuel Haupt
efc7ed3c6c
- Fix package list
...
- Remove code for EOL FreeBSD versions
- Drop ABI version in LIB_DEPENDS (where not needed)
- Provide NLS option
Approved by: portmgr (bdrewery)
2013-04-03 11:34:53 +00:00
Koop Mast
e1f9d3b92c
Fix build with glib 2.34.
...
Submitted by: miwi
2013-03-09 15:25:08 +00:00
Martin Matuska
b2c4fbb77a
Update PCRE to 8.32
...
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Emanuel Haupt
af2f43b111
Remove patches (forgotten in previous commit)
...
Feature safe: yes
2012-11-13 12:57:39 +00:00
Emanuel Haupt
8a667d3368
- Update to 0.40.0
...
- Trim header
Feature safe: yes
2012-11-13 06:58:23 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Martin Matuska
dbbf004162
Bump pcre library dependency due to 8.30 update
2012-02-14 12:45:35 +00:00
Emanuel Haupt
f29716e6c5
Fix build with gcc46
...
PR: 163286
Submitted by: Heath Nielson <heathn@gmail.com>
Feature safe: yes
2011-12-14 21:52:09 +00:00
Doug Barton
989772c9ac
The vast majority of pkg-descr files had the following format when they
...
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
2011-10-24 09:11:38 +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
Emanuel Haupt
9460a94966
- Update to 0.39.0
...
- Takeover maintainership
Approved by: pav (maintainer, via irc)
2011-07-27 07:50:14 +00:00
Olli Hauer
4c503beb39
- remove MD5
2011-07-03 13:38:45 +00:00
Ade Lovett
8d837132c7
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
2010-05-31 02:01:56 +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
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Pav Lucistnik
d125ab0c94
- Update to 0.34.0
2009-12-16 14:30:07 +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
Pav Lucistnik
66b4c686a1
- Mark BROKEN on FreeBSD 6.x
...
Reported by: pointyhat
2009-01-18 21:15:13 +00:00
Pav Lucistnik
0b47ce80ca
- Update to 0.30.0
...
PR: ports/130638
Submitted by: Eric L. Chen <d9364104@mail.nchu.edu.tw>
2009-01-17 19:03:58 +00:00
Pav Lucistnik
b328e4dcbf
- Update to 0.23.0
...
PR: ports/127160
Submitted by: chinsan
2008-09-07 19:27:26 +00:00
Pav Lucistnik
2f593d902b
- Update to 0.22.3
2008-08-27 07:05:56 +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
Pav Lucistnik
b8e3d173e3
- Update to 0.21.1
2008-05-22 13:15:55 +00:00
Pav Lucistnik
479ac4063c
- Update to 0.20.0
...
- Take over maintaining it
Approved by: sat (maintainer)
2008-05-06 20:39:40 +00:00
Rong-En Fan
f935a609c5
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
...
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
2007-07-23 09:36:51 +00:00
Andrew Pantyukhin
7268acee8e
- Unbreak with gcc4 by using strtoq(3) instead of strtoll(3)
...
Reported by: pointyhat via pav
2007-07-16 16:41:12 +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
Andrew Pantyukhin
4f05292dbc
- Update to 0.13.6
2007-05-01 00:52:34 +00:00