1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

46 Commits

Author SHA1 Message Date
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
Andrew Pantyukhin
2d22371adc - Update to 0.13.4 2007-04-03 10:33:41 +00:00
Andrew Pantyukhin
9fa585248b - Remove remaining pcre-utf8 chaff 2007-03-12 02:53:17 +00:00
Kirill Ponomarev
9162f7ee92 Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.

Bump PORTREVISION on all dependent ports.
2007-03-11 19:41:33 +00:00
Andrew Pantyukhin
d44f42fc53 - Update to 0.13.2 2007-02-18 00:08:51 +00:00
Andrew Pantyukhin
e3dd1f9e6c Add port multimedia/subtitleeditor:
Subtitle Editor is a GTK+2 tool to edit subtitles. It can be used for
new subtitles or as a tool to transform, edit, correct and refine
existing subtitle. This program also shows sound waves, which makes it
easier to synchronise subtitles to voices.

WWW: http://kitone.free.fr/subtitleeditor/
Author: IDJAAD djamel <kitone_at_free_dot_fr>
2007-01-08 03:49:07 +00:00