diff options
author | steve <steve@FreeBSD.org> | 1999-11-27 01:24:40 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-27 01:24:40 +0800 |
commit | c0526816ccfc7efa4215ce918a7074fe1c7196cc (patch) | |
tree | cee023ab8e24e60bcdd4c00b8b97f86fefeb686e /editors/xenon | |
parent | 84a9381f7641491ac606f4882f3f8bd1e2ce2755 (diff) | |
download | freebsd-ports-gnome-c0526816ccfc7efa4215ce918a7074fe1c7196cc.tar.gz freebsd-ports-gnome-c0526816ccfc7efa4215ce918a7074fe1c7196cc.tar.zst freebsd-ports-gnome-c0526816ccfc7efa4215ce918a7074fe1c7196cc.zip |
Update to version 0.6.6.
PR: 15068
Submitted by: maintainer
Diffstat (limited to 'editors/xenon')
-rw-r--r-- | editors/xenon/Makefile | 4 | ||||
-rw-r--r-- | editors/xenon/distinfo | 2 | ||||
-rw-r--r-- | editors/xenon/files/patch-ab | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/editors/xenon/Makefile b/editors/xenon/Makefile index a5322d57cc4b..b203eaeafd2a 100644 --- a/editors/xenon/Makefile +++ b/editors/xenon/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xenon -# Version required: 0.6.5 +# Version required: 0.6.6 # Date created: 22 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= xenon-0.6.5 +DISTNAME= xenon-0.6.6 CATEGORIES= editors MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/ diff --git a/editors/xenon/distinfo b/editors/xenon/distinfo index c7869511e7bc..292d988df813 100644 --- a/editors/xenon/distinfo +++ b/editors/xenon/distinfo @@ -1 +1 @@ -MD5 (xenon-0.6.5.tar.gz) = 175acb902f57976d497cabe0e7174636 +MD5 (xenon-0.6.6.tar.gz) = c7f628966ea77bfdcb9ea98957e82508 diff --git a/editors/xenon/files/patch-ab b/editors/xenon/files/patch-ab index be2f0cf28ac9..9769c3c94e3a 100644 --- a/editors/xenon/files/patch-ab +++ b/editors/xenon/files/patch-ab @@ -16,7 +16,7 @@ # For making a dso, add -fPIC -CCFLAGS = $(OPTIMIZER) -pipe -Wall -fno-exceptions -+CCFLAGS = $(CXXFLAGS) ++CCFLAGS = $(CXXFLAGS) $(CFLAGS) -INCLUDES = -I$(XEINC) +INCLUDES = -I$(XEINC) -I/usr/X11R6/include |