Commit graph

113 commits

Author SHA1 Message Date
Adam Weinberger
1f5aafceb1 Rename devel/ patch-xy patches to reflect the files they modify. 2014-07-28 16:28:02 +00:00
Bartek Rutkowski
0766ba2beb devel/doxygen: convert to new LIB_DEPENDS format
Approved by:	marino (mentor)
2014-07-02 10:26:52 +00:00
Baptiste Daroussin
a7ac279015 Use MAKE_CMD 2014-06-24 22:46:06 +00:00
Baptiste Daroussin
0da1b37f76 Use MAKE_CMD 2014-06-24 22:45:52 +00:00
Kurt Jaeger
41e100234f devel/doxygen: set PORTEPOCH for revert
Submitted by:	mat
2014-06-16 08:41:16 +00:00
Kurt Jaeger
bdf2ef02b4 revert to doxygen 1.8.3.1 for now 2014-06-16 07:54:40 +00:00
Kurt Jaeger
bfb7cbe416 devel/doxygen: 1.8.3.1 -> 1.8.7
In a second step, the python build part has to be tested (still open)

PR:		ports/190943
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2014-06-14 07:22:53 +00:00
Antoine Brodin
a53fde59be Unbreak 2014-05-05 18:26:52 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
John Marino
878ece541f devel/doxygen: Remove "jobs unsafe" designation
PR:		ports/188461
Submitted by:	Jia-Shiun Li
Approved by:	maintainer (Naram Qashat)
2014-05-02 12:36:47 +00:00
Martin Wilke
0b63bf5517 - Stage support 2014-02-03 04:03:58 +00:00
Baptiste Daroussin
857aec5d6b Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1) 2013-09-20 17:03:26 +00:00
Andrej Zverev
4321effd49 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 10:28:33 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Max Brazhnikov
7ca7352dca - Rename options: DOCS -> HTMLDOCS, LATEX -> PDFDOCS, DOXYWIZARD -> QT4
- Disable all options by default

PR:		ports/176725
Approved by:	Naram Qashat (maintainer)
2013-03-07 19:04:54 +00:00
Pawel Pekala
f35a324c34 Update to version 1.8.3.1
PR:		ports/175456
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-01-24 21:22:43 +00:00
Pawel Pekala
a6dc170a0b Update to version 1.8.3
PR:		ports/174838
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2012-12-31 11:59:37 +00:00
Bryan Drewery
e8037f2483 - Update to 1.8.2 [1]
- Convert to new options framework

Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
PR:		ports/170574 [1]
Approved by:	bapt (mentor)
2012-08-15 00:18:40 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Chris Rees
4a465adf1f Disable tests until fix is in place for I/O errors
PR:		ports/169659
Submitted by:	ak
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2012-07-07 15:30:24 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Michael Scheidell
4fff6bd373 - Update to 1.8.0
PR:		ports/165694
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:	gabor (mentor, implicit)
2012-03-05 18:58:14 +00:00
Frederic Culot
e27b99f15f - Update to 1.7.6.1
Changes:	http://www.doxygen.org/changelog.html
PR:		ports/163184
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:	yes
2011-12-12 15:35:33 +00:00
Sunpoet Po-Chuan Hsieh
be62e1a432 - Update to 1.7.5.1
Changes:	http://www.doxygen.org/changelog.html
PR:		ports/162243
Submitted by:	sunpoet (myself)
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2011-11-05 16:55:36 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Sunpoet Po-Chuan Hsieh
9d77f09a12 - Update to 1.7.3
- CXX is already added in bsd.port.mk
- Cosmetic change

Changes:	http://www.stack.nl/~dimitri/doxygen/changelog.html
PR:		ports/154102
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:	yes
2011-01-21 03:15:06 +00:00
Philip M. Gollucci
dd2e57acc7 - Update to 1.7.2
PR:             ports/151383
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2010-10-19 01:28:22 +00:00
Rene Ladan
508e061556 - Update devel/doxygen to 1.7.1
- Update pkg-plist and bump PORTREVISION of affected ports

PR:		ports/148156
Submitted by:	maintainer
Approved by:	tabthorpe (mentor), fluffy (graphics/libwpg)
Tested by:	exp-run by pav
2010-08-03 12:18:30 +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
Tong LIU
51c327654e - Update to 1.6.3
- Fix previous pre.mk ordering bug by converting to new style options.mk.

PR:	ports/144184
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)

Feature safe:	yes
2010-02-22 10:44:51 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Li-Wen Hsu
db926ec78e - Update to 1.6.2
PR:		ports/142201
Submitted by:	Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
2010-01-01 12:53:37 +00:00
Wesley Shields
003b6659b1 - Update to 1.6.1
PR:		ports/138181
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-10-13 16:38:21 +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
Dmitry Marakasov
b6d440145b - Mark MAKE_JOBS_UNSAFE
PR:		135381
Submitted by:	myself
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-06-09 01:37:43 +00:00
Martin Wilke
766496d2a7 - Update to 1.5.9
PR:		134237
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-05-09 09:18:11 +00:00
Dmitry Marakasov
033d1bb401 - Update to 1.5.8
- Add OPTIONS
- Trim down Qt depends
- Clean Makefile a bit

PR:		130003
Submitted by:	Naram Qashat <cyberbotx at cyberbotx dot com> (maintainer)
Some tweaks by:	myself
Tweaks approved by:	Naram Qashat <cyberbotx at cyberbotx dot com> (maintainer)
2008-12-30 02:26:32 +00:00
Martin Wilke
ab437986cd - Update to 1.5.7.1
PR:		128659
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2008-11-09 16:10:51 +00:00
Stefan Walter
e77098ccc3 - Update to 1.5.7.
- Assign maintainership to submitter.

PR:		127727
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
Approved by:	Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (former maintainer)
2008-10-17 19:35:50 +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
Philippe Audeoud
eb37a12fc9 - Update to 1.5.6
- Add use_bison

PR:		ports/123803
Submitted by:	Naram Qashat <cyberbotx cyberbotx.com>
Approved by:	Marcin Wisnicki (maintainer), mentor (implicit)
Thanks to:	tabthorpe for testing
2008-05-27 20:25:32 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Marcelo Araujo
da38340009 - Update to 1.5.5.
- Changed the BUILD_DEPENDS for Python to USE_PYTHON_BUILD instead.

PR:		ports/121062
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
Approved by:	Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
2008-03-07 13:24:11 +00:00
Xin LI
5c4dd9bc72 Add a patch that fixes build for certain GCC versions, i.e. the
one available on FreeBSD 5.5.

PR:		ports/118705
Submitted by:	delphij
Approved by:	maintainer
2007-12-15 02:31:19 +00:00