From owner-freebsd-ports Wed Nov 24 22: 1:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AD8D14BFE for ; Wed, 24 Nov 1999 22:01:31 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA05712; Wed, 24 Nov 1999 22:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id 9054614D5A for ; 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 Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: jedgar@fxp.org X-Send-Pr-Version: 3.2 Subject: ports/15085: fixing-upgrading the editors/xenon port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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