From mi@kot.ne.mediaone.net Wed Nov 24 21:52:42 1999
Return-Path: <mi@kot.ne.mediaone.net>
Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190])
	by hub.freebsd.org (Postfix) with ESMTP id 9054614D5A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Nov 1999 21:52:39 -0800 (PST)
	(envelope-from mi@kot.ne.mediaone.net)
Received: from rtfm.newton (rtfm.newton [10.10.0.1])
	by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id AAA39305;
	Thu, 25 Nov 1999 00:52:09 -0500 (EST)
Received: (from mi@localhost)
	by rtfm.newton (8.9.3/8.9.3) id AAA14071;
	Thu, 25 Nov 1999 00:52:08 -0500 (EST)
	(envelope-from mi@kot.ne.mediaone.net)
Message-Id: <199911250552.AAA14071@rtfm.newton>
Date: Thu, 25 Nov 1999 00:52:08 -0500 (EST)
From: Mikhail Teterin <mi@kot.ne.mediaone.net>
Reply-To: mi@aldan.algebra.com
To: FreeBSD-gnats-submit@freebsd.org
Cc: jedgar@fxp.org
Subject: fixing-upgrading the editors/xenon port
X-Send-Pr-Version: 3.2

>Number:         15085
>Category:       ports
>Synopsis:       fixing-upgrading the editors/xenon port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jedgar
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 22:00:00 PST 1999
>Closed-Date:    Wed Dec 22 06:08:07 PST 1999
>Last-Modified:  Wed Dec 22 06:09:13 PST 1999
>Originator:     Mikhail Teterin
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	The existing port needlessly  requires the use of GMAKE,
	which results  in the local settings  for CXXFLAGS being
	ignored, despite efforts to ensure the opposite.

	As a bonus,  the attached patch also brings  the port up
	to the released two days ago xenon-0.6.6.

>How-To-Repeat:

>Fix:

+++ patches/patch-ab	Thu Nov 25 00:17:11 1999
@@ -25,0 +26,5 @@
+@@ -29,4 +29,3 @@
+ floppy:
+ 	cd ..;tar -cvzf /dev/fd0 $(BACKUP)
+ 
+--include $(DEPEND)
+++ Makefile	Thu Nov 25 00:35:06 1999
@@ -9,1 +9,1 @@
-DISTNAME=	xenon-0.6.5
+DISTNAME=	xenon-0.6.6
@@ -18,1 +17,0 @@
-USE_GMAKE=	yes
@@ -25,2 +25,3 @@
 do-configure:
 	@cd ${WRKSRC}; ${LN} -sf makefiles/Makefile.FreeBSD Makefile
+	@cd ${WRKSRC}; ${MAKE} depend # no need for this, really
+++ files/md5	Thu Nov 25 00:37:41 1999
@@ -1 +1 @@
-MD5 (xenon-0.6.5.tar.gz) = 175acb902f57976d497cabe0e7174636
+MD5 (xenon-0.6.6.tar.gz) = c7f628966ea77bfdcb9ea98957e82508

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->jedgar 
Responsible-Changed-By: jedgar 
Responsible-Changed-When: Thu Dec 16 14:14:05 PST 1999 
Responsible-Changed-Why:  
Over to port's maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: jedgar 
State-Changed-When: Wed Dec 22 06:08:07 PST 1999 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
