Commit graph

24 commits

Author SHA1 Message Date
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +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
Baptiste Daroussin
da12e6723d Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
2013-03-06 16:52:02 +00:00
Pietro Cerutti
100d65b37a - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by:	portmgr
2013-02-28 10:51:58 +00:00
Florian Smeets
d26530b713 - introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
2012-12-14 15:47:00 +00:00
Martin Wilke
01fdf790a7 - Update to 2.4
- Pass maintainership to submitter

PR:		165986
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-18 08:05:55 +00:00
Martin Wilke
69e65aa8aa - Update to 2.3
PR:		163422
Submitted by:	Johannes Totz <johannes@jo-t.de>
2011-12-19 16:06:02 +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
Thomas Abthorpe
20256e352d - Reassign to the heap 2011-09-21 02:46:17 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Wesley Shields
65c9949429 - Look in ${KMODDIR} for dependency.
- Default KMODDIR to ${LOCALBASE}/modules.

PR:		ports/133295
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer timeout
2009-04-21 17:06:28 +00:00
Wesley Shields
f5fcacecd0 - Update to 2.2
- Add missing man page
- Add pkg-message support when using the port

PR:		ports/130270
Submitted by:	Andrew Clark <andrewclarkii@gmail.com>
Approved by:	maintainer timeout
2009-01-22 03:16:41 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +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
Vanilla I. Shu
6474ca625a Upgrade to 1.8.
PR:		ports/114301
Submitted by:	maintainer
2007-07-05 04:24:27 +00:00
Martin Wilke
0a2d3954ff - Update to 1.7
PR:		ports/106344
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2006-12-04 22:29:46 +00:00
Yen-Ming Lee
b8adf6423d - update to 1.6
PR:		based on ports/93637
2006-03-20 16:05:41 +00:00
Vanilla I. Shu
71d6671772 Correctly handle library version number dependency.
PR:		ports/93158
Submitted by:	maintainer
2006-02-11 04:27:08 +00:00
Pav Lucistnik
cad1fb9d40 - Update fusefs-kmod to 0.2.99.1, fusefs-libs to 2.5.0, fusefs-sshfs to 1.4
PR:		ports/91873
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2006-01-18 19:48:56 +00:00
Joe Marcus Clarke
937f5ed79b Add USE_GNOME=glib20 to fix the build with glib-2.8.
Reported by:	pointyhat via kris
2005-11-06 20:15:42 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Simon Barner
4e1f2cf3f4 - Update to 1.3 [1]
ChangeLog summary:
   * bugfixes

   * Add remote uid detection and translation ('idmap=user' option).
     Idea and implementation details worked out by Jean-Marc Valin

     (Since this is rather untested, it's not yet mentioned in pkg-message).

   * Add support for SSH protocol version 1.  Bug reported by Miklos Bagi Jr.

   * Add atomic create+open and ftruncate operation.  This should fix
     issues with 'cp' and other programs failing with "Permission
     denied".  To be effective, needs FUSE version 2.5 and kernel
     version 2.6.15 (just a guess, since neither of them is released yet).

     (Investigations are made whether this is possible/necessary for fuse4bsd)

- User lower case in first letter of IGNORE

Submitted by:	Anish Mistry (maintainer)
PR:		ports/88265
2005-10-31 12:49:43 +00:00
Simon Barner
bac96c84c1 Add new port for fusefs-sshfs:
SSHFS allows you to mount a remote directory over a normal ssh connection.

WWW: http://sourceforge.net/projects/fuse/

PR:			ports/87168
Submitted by:		Anish Mistry <amistry@am-productions.biz>
Reviewed by:		Csaba Henk <csaba.henk@creo.hu> (fuse SoC participant)
2005-10-19 08:21:28 +00:00