Joe Marcus Clarke
32b0a4167e
Fix build on 4.X.
...
Reported by: Mike Harding <mvh@ix.netcom.com>
2004-12-22 20:27:42 +00:00
Joe Marcus Clarke
4b6647a9a7
Update to 0.7.5.
...
Approved by: maintainer
2004-12-22 00:06:01 +00:00
Clement Laforet
7ef18bc031
- Rework gpgme03 port to avoid conflict with gpgme 1.0
...
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)
Approved by: portmgr (marcus)
2004-12-21 08:59:42 +00:00
Joe Marcus Clarke
026dab2f43
Switch to using gpgme03 until the maintainer approves the 0.7.5 update.
2004-12-11 05:33:49 +00:00
Joe Marcus Clarke
46a4d69571
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
...
big upgrade.
2004-11-07 22:37:47 +00:00
Joe Marcus Clarke
9e5632dd66
Apply a big libtool patch to allow porters to use the libtool installed by
...
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
2004-07-09 17:43:11 +00:00
Jeremy Messenger
0ea0df3ec4
Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
...
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Volker Stolz
49d52f7ead
Needs GnuPG at BUILD-time.
2004-05-10 09:30:36 +00:00
Joe Marcus Clarke
731798cdcf
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
2004-04-05 03:31:02 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad
Whoa there, boy, that's a mighty big commit y'all have there...
...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
00e692203d
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
2003-11-17 12:03:17 +00:00
Joe Marcus Clarke
6080d5c646
Update to 0.7.3.
...
Submitted by: maintainer
2003-05-05 07:06:48 +00:00
Joe Marcus Clarke
76fbad6071
Add a missing dependency on eel2.
...
Reported by: bento
2003-04-21 20:44:27 +00:00
Joe Marcus Clarke
0397b9a91c
When I get a bright idea to update the DIST_SUBDIR or USE_BZIP2, make sure
...
that idea ia reflected in distinfo. Pass me thine pointy hat.
Reported by: olgeni
2003-04-16 01:27:28 +00:00
Joe Marcus Clarke
4055a7a0f4
* Update to 0.7.2
...
* Convert to new GNOME infrastructure
* Sort plist
Approved by: maintainer
2003-04-15 15:58:03 +00:00
Joe Marcus Clarke
153aa7492e
Fix the build on bento and a few other users' machines.
...
* Add USE_GMAKE
* Patch a problem with generating the glib-marshal code
Approved by: portmgr (kris)
2003-03-15 18:21:04 +00:00
Joe Marcus Clarke
df5f8859b7
Update to 0.7.1.
...
Submitted by: maintainer
2003-03-04 18:09:15 +00:00
Akinori MUSHA
4c2e4f1862
De-pkg-comment.
2003-02-21 13:28:59 +00:00
Joe Marcus Clarke
dcd4805134
Assign maintainership to Akifyev Sergey <asa@gascom.ru> as the previous
...
maintainer has not be responding to emails.
2003-02-19 05:55:50 +00:00
Joe Marcus Clarke
5071815131
Update to 0.7.0.
...
Submitted by: Akifyev Sergey <asa@gascom.ru>
Approved by: maintainer timeout
2003-02-14 19:16:26 +00:00
Joe Marcus Clarke
e26ce7e03e
Add some files missed by the plist.
...
Reported by: bento
2003-01-13 04:00:32 +00:00
Ying-Chieh Liao
45a58c77a9
upgrade to 0.5.0
...
change master site
PR: 27322
Submitted by: maintainer
2001-05-22 16:32:57 +00:00
Maxim Sobolev
4ca0e60800
-pthread --> ${PTHREAD_LIBS}
...
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Jeremy Lea
c8b839f03f
PLIST fixes to ports which I touched recently. Not all caused by my
...
breakage.
2000-10-13 09:23:58 +00:00
Jeremy Lea
c76cf46929
Implement USE_GNOME, part 2.
2000-10-05 07:17:31 +00:00
Will Andrews
5c5072d56b
Actually finish upgrading to 0.4.9, and give a master site that actually
...
has seahorse 0.4.9.
2000-07-10 21:30:17 +00:00
Will Andrews
8d0f24fd89
Update to 0.4.9 and remove the MAINAINER's master site.
...
PR: 19833
Submitted by: maintainer
2000-07-10 20:19:10 +00:00
Maxim Sobolev
a9f22cd584
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
2000-06-14 13:21:38 +00:00
Will Andrews
8276cf2d71
Update to 0.4.5.
...
PR: 18453
Submitted by: MAINTAINER
Pointy hat: wes (for importing README.html ;-)
2000-05-22 10:52:46 +00:00
Akinori MUSHA
d3ed7b40f2
Update to 0.4.0.
...
PR: ports/17988
Submitted by: MAINTAINER
Define GTK_CONFIG to configure right.
Fix RUN_DEPENDS. (gnupg's executable file name is `gpg')
2000-04-27 10:31:40 +00:00
Michael Haro
4cf4ab0a2f
Correct whitespace introduced during PORTNAME conversion and portlint
2000-04-21 08:19:33 +00:00
Akinori MUSHA
52190dc850
Portlint COMMENT's.
...
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Chris Piazza
3df86a88a9
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:34:06 +00:00
Chris Piazza
77b92885e2
Proper WWW syntax
2000-04-09 18:20:32 +00:00
Wes Peters
46d17aef3b
Port for Seahorse, a Gnome front end for GnuPG.
...
PR: 17295
Submitted by: Dave McKay <dave@elvis.mu.org>
Obtained from: Dave McKay <dave@elvis.mu.org>
2000-03-10 01:22:54 +00:00