Commit graph

83 commits

Author SHA1 Message Date
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
Joe Marcus Clarke
55b313b6fc Update to 0.96.1. 2007-03-29 16:57:40 +00:00
Joe Marcus Clarke
66deaefefe Update to 0.96. 2007-03-25 19:30:30 +00:00
Joe Marcus Clarke
025b7307c2 Fix the build after the removal of objformat.
Reported by:	pointyhat via kris
2007-02-04 01:50:32 +00:00
Jeremy Messenger
8e6360a5fc -Update to 0.95.1.
-USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix.
-Add desktopfileutils dependency and manual run update-desktop-database.
-Remove the locale dirs that aren't in the mtree.

Security:	Format string vulnerabilities
		http://bugzilla.gnome.org/show_bug.cgi?id=342111
2007-01-02 07:43:21 +00:00
Jeremy Messenger
1d6b90a2bd Add locale stuff in plist that aren't in mtree/BSD.x11-4.dist.
PR:		ports/101505
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-09-04 23:04:35 +00:00
Joe Marcus Clarke
a9c8f80cb7 Really fix the build by depending on docbook-xsl, and using the installed
docbook stylesheet rather than fetching it via HTTP.
2006-07-10 05:03:21 +00:00
Joe Marcus Clarke
2f4d8e1096 Add a BUILD_DEPENDS on Python. 2006-07-10 02:15:17 +00:00
Joe Marcus Clarke
a250ced4fd Update to 0.95. 2006-06-25 01:59:12 +00:00
Jeremy Messenger
6486c7771f Add USE_GETTEXT to appease portlint. 2006-05-15 22:23:04 +00:00
Marcus Alves Grando
fc8a8aad66 - Security fixes.
- Bump PORTREVISION

Approved by:	gnome (marcus)
Security:	VuXML b5fc63ad-c4c3-11da-9699-00123ffe8333
2006-04-05 17:37:04 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Volker Stolz
186b0436b6 Correct icon's suffix from .png to .xpm
PR:		ports/89279
Submitted by:	Frank Ruell
Approved by:	ahze
2005-11-23 10:23:55 +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
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +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
6b6d5bba20 Update to 0.94. This represents work by adamw, mezz, and
Tom McLaughlin <tmclaugh@sdf.lonestar.org>.

Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-08-20 19:49:01 +00:00
Alexander Nedotsukov
92f8cc057a Cleanup empty directiry installed by dia.
Reported by:	pointyhat
2004-08-17 06:20:30 +00:00
Jeremy Messenger
ac7299d8bf - Add install dia.xpm for the WindowMaker users. [1]
- Correct the version of libtool to 15 and remove lthack to avoid install the
  *.la files.
- Bump PORTREVISION, because of pkg-plist change.

PR:		ports/70289 [1]
Requested by:	David JULIEN <david.julien@gmail.com> [1]
2004-08-17 06:16:50 +00:00
Adam Weinberger
826d701d4c Remove the lthack bits from a configure patch. 2004-07-27 00:07:33 +00:00
Adam Weinberger
96dfca04c7 Use lthack. 2004-07-26 05:05:59 +00:00
Pav Lucistnik
511f9b6099 - Update WWW [1]
- While here, update description and kill attribution

Submitted by:	Kim Jorgensen <kimj@galnet.dk> [1]
2004-07-05 08:37:17 +00:00
Joe Marcus Clarke
78162686c9 One more fix to the help installation in the non-GNOME case.
Reported by:	pointyhat via kris
2004-05-12 02:15:10 +00:00
Joe Marcus Clarke
570af025bc Fix package build in the non-GNOME case.
Reported by:	bento via kris
2004-05-09 05:43:46 +00:00
Joe Marcus Clarke
e7d82464ff Update to 0.93. 2004-05-01 19:49:44 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
5912862942 Fix build with freetype2-2.1.7.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2004-03-19 07:39:31 +00:00
Pav Lucistnik
7d83787187 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:05: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
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
7524984514 Chase the libxslt shared lib version with a PORTREVISION bump. 2003-11-04 18:30:50 +00:00
Joe Marcus Clarke
c32b919f17 Update to 0.92.2. 2003-11-01 22:47:43 +00:00
Joe Marcus Clarke
4fe763e761 Update to 0.92.1. 2003-10-27 01:50:59 +00:00
Adam Weinberger
21a87cc3f1 Update distinfo checksum.
They rerolled the tarball to change the manpage. Looks like they added
a new dia.1 right before the release, and forgot to take the old one
out of the tarball.

Extra special thanks to the dia team for not bumping the version number ;;)

Submitted by:	"Florian C. Smeets" <flo@kasimir.com>
2003-10-20 21:10:25 +00:00
Adam Weinberger
1d1f418e92 Update to 0.92 release.
I had to add a PORTEPOCH bump secondary to a poor choice of prerelease
numbering schemes on my part.
2003-10-20 04:59:17 +00:00
Joe Marcus Clarke
7085c3005f Update to 0.92pre7. 2003-10-15 05:38:42 +00:00
Joe Marcus Clarke
88df7986ed Update to 0.92pre6. 2003-10-13 17:20:50 +00:00
Alexander Nedotsukov
b133fd5cee Update to 0.92-pre5 2003-10-12 03:32:07 +00:00
Alexander Nedotsukov
c8089a4b3f Update to 0.92-pre4 2003-09-28 01:54:07 +00:00
Adam Weinberger
1b831d306b Add forgotten patch.
Reminded by:	Mezz
2003-09-25 06:01:21 +00:00
Adam Weinberger
72032131a0 Update to 0.92-pre3. 2003-09-25 05:21:03 +00:00
Hye-Shik Chang
aff1614521 Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.

Submitted by:	olgeni
2003-08-23 01:03:50 +00:00
Joe Marcus Clarke
74c0a9561d Fix build with GCC 3.3.1.
Submitted by:	Jeremy Messenger <mezz7@cox.net> (based on)
2003-07-19 04:40:13 +00:00
Joe Marcus Clarke
ec1a6c7d9c Bump PORTREVISION after the last commit. 2003-06-15 23:34:23 +00:00
Joe Marcus Clarke
2fbfb69601 Make GNOME support optional.
Submitted by:	obraun
2003-06-15 23:33:45 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
6b23cb781c Convert to new GNOME infrastructure. 2003-05-17 21:40:26 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00