Commit graph

38 commits

Author SHA1 Message Date
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
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
Baptiste Daroussin
8157e9f800 Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused

Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf

WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC

CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"

USES=waf is by default stagedir safe
2015-04-08 15:05:48 +00:00
Guido Falsi
52d5a8c31d - Update to 0.8.2
- Switch MASTER_SITE to sourceforge
2014-11-19 23:35:08 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Dmitry Marakasov
444b74f1ca - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by:	portmgr (bdrewery)
2013-10-22 13:50:43 +00:00
Guido Falsi
9c070db8b7 - Convert to scons USES
- Use option helpers
- Fix NLS option logic
2013-10-04 11:36:29 +00:00
Guido Falsi
903eef6e32 Convert xmms2 ports to staging.
While here, convert to new LIB_DEPENDS format.
2013-09-29 10:41:24 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Guido Falsi
8b1091db0f - Fix build after new vala import
- While here, use space in place of tab in pkg-descr WWW line
2013-08-01 06:26:31 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
a215727686 Convert USE_PKGCONFIG -> USES=pkgconf for audio category 2013-04-22 23:19:08 +00:00
Guido Falsi
ea98b08df6 - Update to 0.7.1
- Shorten COMMENT
2013-03-09 00:40:46 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Guido Falsi
3fb87bb7be Trim Makefile headers for ports I maintain. 2012-12-10 20:39:40 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Guido Falsi
68e1d1d6ba - Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop

Approved by:	Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by:	Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232 maintainer)
Approved by:	tabthorpe (mentor)
2012-05-31 21:12:14 +00:00
Guido Falsi
35c99001ac - Update to 0.7.0
- Update home page and MASTER_SITE

Approved by:	crees (mentor)
2012-05-08 20:10:59 +00:00
Guido Falsi
a4c811e886 Make abraca fetchable again.
Approved by:	crees (mentor)
2012-05-04 19:55:13 +00:00
Guido Falsi
418d775723 Change to my FreeBSD.org email address.
Approved by:	crees (mentor)
2012-04-14 18:45:07 +00:00
Michael Scheidell
47712dee97 - fix build with updated devel/scons version 2.1.0
PR:		ports/164765
Submitted by:	Guido Falsi<mad@madpilot.net>  (maintainer)
Approved by:	gabor (mentor)
2012-02-06 09:29:29 +00:00
Koop Mast
ca18c5b1d8 Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12. 2011-07-30 09:39:44 +00:00
Frederic Culot
8e8de9aae9 - Remove empty files
PR:		ports/157018
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2011-05-14 07:02:16 +00:00
Beech Rintoul
6ff2c27f4a -Update to 0.6.0
-Pass maintainership to submitter

PR:		ports/156685
Submitted by:	Guido Falsi <mad@madpilot.net>
Approved by:	Olivier Smedts <olivier@gid0.org> (maintainer)
		itetcu (mentor)(implicit)
2011-05-13 16:39:32 +00:00
Martin Wilke
ae15cc47c1 - Add missing patches from prev commit 2011-02-24 23:39:20 +00:00
Martin Wilke
9782576880 - Update to 0.7.DrNo.
- Update WWW
- chase xmms2 shlib bump

PR:		144821
Submitted by:	Guido Falsi <mad@madpilot.net>
2011-02-24 23:38:28 +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
Mark Linimon
5aea7bbc4f Mark as broken on sparc64: fails to compile, and also invokes i386 asm. 2009-09-15 01:16:27 +00:00
Martin Wilke
36ad46d9e8 - Update to 0.4
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	maintainer timeout
2009-08-19 12:00:08 +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
ed53e9f09a - Chase xmmsclient shlib bump
Pointy hat to:	alexbl
2008-07-07 21:57:58 +00:00
Edwin Groothuis
6527ef2070 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 13:08:29 +00:00
Alexander Botero-Lowry
b6beb8863b - update xmms2 to 0.4DrKosmos
- update gxmms2 to 0.7 and unbreak
 - bump soversion as needed
 - trim some clients (azrael, nyello) and bindings (java) that are no longer
   maintained

Submitted by:	 Max Khon <fjoe@samodelkin.net>
2008-03-15 19:29:44 +00:00
Martin Wilke
2c194455ca Abraca is a GTK2 client for the XMMS2 music player. It is designed with
collections in mind, which makes managing your music a breeze.

WWW:	http://nooms.de/projects/abraca

PR:		ports/113189
Submitted by:	Olivier Smedts <olivier at gid0.org>
2007-06-04 13:28:47 +00:00