Commit graph

59 commits

Author SHA1 Message Date
Alex Dupre
a4f7d9d69c Chase mpfr library and bump PORTREVISION. 2007-08-30 09:56:05 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Gabor Kovesdan
d4d4877cb1 - Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
2007-04-15 19:15:42 +00:00
Rong-En Fan
322cb06326 - Update to 0.7.7 2007-02-04 06:43:06 +00:00
Martin Wilke
637299addf - Update 0.7.6.1
PR:		ports/102573
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-08-28 12:08:26 +00:00
Rong-En Fan
1a0d043dcd - Remove directories that are not in mtree file
Note that these directories are be removed by other dependency ports,
  so I do not bump PORTREVISION for them. These affected ports are
  belong to ports@.

PR:		ports/101586
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-15 07:56:23 +00:00
Adam Weinberger
d989ed6e34 Update to 0.7.6. 2006-08-14 12:04:52 +00:00
Martin Wilke
9cac67aa33 - Update to 0.7.5
PR:		ports/101591
Submitted by:	KATO Tsuguru <tkato432(at)yahoo.com>
Approved by:	krion (mentor)
2006-08-10 20:07:09 +00:00
Rong-En Fan
a6b3c2b555 - Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one.
- Define USE_GETTEXT to make portlint happy
- Define INSTALLS_ICONS to update icon cache

PR:		ports/101444
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-06 05:40:13 +00:00
Mark Linimon
d9198cf284 Attempt to fix plist by not removing the icons/ subdirectories. 2006-07-15 07:21:42 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
8782296f87 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry 2006-01-22 00:30:24 +00:00
Pav Lucistnik
92f94bd6f8 - Add SHA256 2005-11-24 01:31:31 +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
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Tilman Keskinoz
5ee53c54cc LIB_DEPEND on libmfr
Bump PORTREVISION

PR:		86674
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-09-28 17:31:20 +00:00
Roman Bogorodskiy
11164934f1 Fix typo. 2005-08-31 19:36:23 +00:00
Roman Bogorodskiy
7c2836f05f Fix build on -CURRENT.
PR:		85530
Submitted by:	Ports Fury
Reported by:	pointyhat via kris
2005-08-31 19:35:05 +00:00
Roman Bogorodskiy
3781c74a66 Update to 0.7.4.
PR:		84064
Submitted by:	Ports Fury
2005-07-26 07:54:15 +00:00
Florent Thoumie
ebcfd1cf86 - Update to version 0.7.3.
PR:		ports/79467
Submitted by:	Ports Fury
2005-04-04 11:14:57 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Kirill Ponomarev
24794c61d6 Update to version 0.7.2
PR:		ports/75619
Submitted by:	Ports Fury
2004-12-30 08:35: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
Kirill Ponomarev
ccff6da5e6 Update to version 0.7.1
PR:		ports/70785
Submitted by:	Ports Fury
2004-08-22 01:09:56 +00:00
Kirill Ponomarev
29507fa829 Update to version 0.6.1
PR:		ports/68371
Submitted by:	Ports Fury
2004-06-27 18:03:28 +00:00
Alexander Nedotsukov
cead908927 Chase vte shlib version. 2004-05-06 02:54:06 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Kirill Ponomarev
9244fd1255 - Update to version 0.6.0
PR:		ports/65078
Submitted by:	Ports Fury
2004-04-02 19:00:56 +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
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Kirill Ponomarev
226cdf364c - Update to version 0.5.7.1
PR:		ports/61777
Submitted by:	Ports Fury
2004-01-23 14:01:51 +00:00
Kirill Ponomarev
6341696541 - Update to version 0.5.7
PR:		60926
Submitted by:	Ports Fury
2004-01-05 16:36:13 +00:00
Kirill Ponomarev
5254c0cbdf - Update to version 0.5.6
PR:		58217
Submitted by:	Ports Fury
2003-10-26 18:25:36 +00:00
Ying-Chieh Liao
798299e882 - Mark as BROKEN on 4-stable (requires readline 4.2 or newer)
- Do not install useless .la file
- Support LDCONFIG_DIRS properly

PR:		52931
Submitted by:	Ports Fury
2003-06-07 04:57:30 +00:00
Ying-Chieh Liao
ede1d7c706 upgrade to 0.5.5 2003-06-03 14:43:14 +00:00
Joe Marcus Clarke
daa68ed157 Remove USE_GNOMENG. 2003-04-18 21:20:06 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Kris Kennaway
dd37f65cec Depend on libgmp-freebsd to fix build on -current 2002-09-07 02:03:46 +00:00
Joe Marcus Clarke
8e9366c679 Use USE_GNOMENG. 2002-07-27 22:58:47 +00:00
Ying-Chieh Liao
471cc5bc1d Replace ${PERL} with ${REINPLACE_CMD} in
PR:		39566
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-20 19:04:20 +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
aba8cbd046 Release a few more ports so I can concentrate more on GNOME 2000-11-17 17:00:49 +00:00
Jeremy Lea
b7bdcd418e Implement USE_GNOME, part 1. 2000-10-05 07:10:50 +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
25b02bfce6 Remove directory that got left behind
Submitted by:	bento
2000-06-26 16:15:50 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00