Commit graph

34 commits

Author SHA1 Message Date
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Oliver Lehmann
7f44153281 change the libtool version to use from 1.3 to 1.5 2005-06-01 19:56:04 +00:00
Josef El-Rayes
60a92430b0 Drop maintainership of my ports.
It does not look like i will return to my
FreeBSD work in the near future (next months).
2005-03-15 21:48:31 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +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
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Josef El-Rayes
4180069d9c Update my emailadress.
Approved by: simon(mentor)
2004-02-01 23:31:19 +00:00
Sergei Kolobov
97f8811dad - Chase MAINTAINER e-mail changes
PR:		58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>, ceri
2003-10-30 13:19:55 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Akinori MUSHA
55850b547b De-pkg-comment. 2003-02-21 12:17:17 +00:00
Oliver Braun
9c7be77dc3 Fix MASTER_SITES, pass maintainership to submitter.
PR:		ports/42026
Submitted by:	Josef El-Rayes <j.el-rayes@muthaland.at>
Approved by:	dwcjr (mentor)
2002-08-26 11:54:10 +00:00
Kevin Lo
a34211832e Update MASTER_SITES.
PR: 41910
Submitted by: Josef El-Rayes <j.el-rayes@muthaland.at>
2002-08-23 09:37:36 +00:00
Maxim Sobolev
c0633510da Use USE_GNOMENG. 2002-08-06 19:06:30 +00:00
Ying-Chieh Liao
2730c8a3dc PERL -> REINPLACE_CMD
PR:		39938
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-08 10:41:30 +00:00
Maxim Sobolev
83df645139 - Fix gdk-pixbuf-related problems;
- link in dynamic libgnomeprint instead of static one.

Submitted by:	bento
2001-12-19 10:59:24 +00:00
Maxim Sobolev
d4c0577656 Unbroke.
Obtained from:	NetBSD (partially)
2001-08-31 13:34:27 +00:00
Maxim Sobolev
5a730a6c5d Remove dead WWW. 2001-08-31 12:51:50 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +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
Ade Lovett
c0a31816d5 Chase new print/gnomeprint shlib version 2000-11-14 14:10:15 +00:00
Ade Lovett
2573e51274 Release a number of ports that I don't have time to keep track
of any more.
2000-11-03 16:19:29 +00:00
Ade Lovett
a45857a329 Chase new gnomeprint - still broken for other reasons 2000-09-28 18:00:27 +00:00
Ade Lovett
5d1708c2ed Temporarily mark BROKEN until author catches up
with new version of OAF
2000-08-17 16:43:54 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Ade Lovett
9594f3f893 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:34:38 +00:00
Ade Lovett
5e98eb7eff Update to 1.2.0 2000-07-08 21:11:37 +00:00
Ade Lovett
7115490368 Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.
This is now REQUIRED by ALL GNOMEish applications that install
anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome

Reminded by:	bento
2000-06-26 16:14:32 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Ade Lovett
f3e27f9f31 Fixes for gdk-pixbuf 0.7.0 2000-04-21 16:09:42 +00:00
Satoshi Asami
c99c600944 Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
2000-04-14 10:48:02 +00:00
Ade Lovett
3a3dd4f454 Update to 1.0.6 2000-02-25 02:29:46 +00:00
Ade Lovett
6a63e59039 Update to 1.0.5 2000-02-09 16:11:32 +00:00
Ade Lovett
500ffff3e7 Add gnomeiconedit, a small, simple, fast, GNOME-based icon editor 2000-01-28 22:25:27 +00:00