Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 1999 00:52:08 -0500 (EST)
From:      Mikhail Teterin <mi@kot.ne.mediaone.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jedgar@fxp.org
Subject:   ports/15085: fixing-upgrading the editors/xenon port
Message-ID:  <199911250552.AAA14071@rtfm.newton>

next in thread | raw e-mail | index | archive | help

>Number:         15085
>Category:       ports
>Synopsis:       fixing-upgrading the editors/xenon port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 22:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911250552.AAA14071>