Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2000 01:55:31 +0900
From:      "KATO Tsuguru" <tkato@prontomail.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16782: Update port: editors/xenon to 0.6.7
Message-ID:  <7A720644445E3D11787100807CFB3258@tkato.prontomail.ne.jp>

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

>Number:         16782
>Category:       ports
>Synopsis:       Update port: editors/xenon to 0.6.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 17 09:00:03 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
>Environment:

>Description:
- Update to version 0.6.7

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/editors/xenon/Makefile editors/xenon/Makefile
--- /usr/ports/editors/xenon/Makefile	Thu Dec 23 08:14:38 1999
+++ editors/xenon/Makefile	Wed Feb 16 22:40:55 2000
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	xenon
-# Version required:			0.6.6
+# Version required:			0.6.7
 # Date created:				22 October 1999
 # Whom:					Chris D. Faulhaber <jedgar@fxp.org>
 #
 # $FreeBSD: ports/editors/xenon/Makefile,v 1.4 1999/12/22 14:08:55 jedgar Exp $
 #
 
-DISTNAME=	xenon-0.6.6
+DISTNAME=	xenon-0.6.7
 CATEGORIES=	editors
 MASTER_SITES=	ftp://ftp.proximity.com.au/pub/xenon/
 
@@ -25,9 +25,9 @@
 	@cd ${WRKSRC}; ${LN} -sf makefiles/Makefile.FreeBSD Makefile
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/xe ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/xe.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/xe ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/xe.1 ${PREFIX}/man/man1
 	@${MKDIR} ${PREFIX}/share/examples/xe
-	@${INSTALL_DATA} ${WRKSRC}/xerc ${PREFIX}/share/examples/xe/sample.xerc
+	${INSTALL_DATA} ${WRKSRC}/xerc ${PREFIX}/share/examples/xe/sample.xerc
 
 .include <bsd.port.mk>
diff -urN /usr/ports/editors/xenon/files/md5 editors/xenon/files/md5
--- /usr/ports/editors/xenon/files/md5	Sat Nov 27 08:14:02 1999
+++ editors/xenon/files/md5	Wed Feb 16 22:42:27 2000
@@ -1 +1 @@
-MD5 (xenon-0.6.6.tar.gz) = c7f628966ea77bfdcb9ea98957e82508
+MD5 (xenon-0.6.7.tar.gz) = 66ac7e29b53cbf764d0be3d470a6b188
diff -urN /usr/ports/editors/xenon/patches/patch-ab editors/xenon/patches/patch-ab
--- /usr/ports/editors/xenon/patches/patch-ab	Thu Dec 23 08:14:39 1999
+++ editors/xenon/patches/patch-ab	Wed Feb 16 22:58:44 2000
@@ -1,6 +1,6 @@
---- makefiles/Makefile.FreeBSD.orig	Fri Oct 22 00:20:20 1999
-+++ makefiles/Makefile.FreeBSD	Fri Oct 22 18:36:19 1999
-@@ -6,18 +6,18 @@
+--- makefiles/Makefile.FreeBSD.orig	Wed Feb 16 22:55:41 2000
++++ makefiles/Makefile.FreeBSD	Wed Feb 16 22:58:34 2000
+@@ -6,19 +6,19 @@
  
  include makefiles/Makefile.common
  
@@ -9,22 +9,24 @@
  #CC = /usr/local/bin/c++
  
 -OPTIMIZER = -O2
-+#OPTIMIZER = -O2
++OPTIMIZER = $(CXXFLAGS)
  
  #ARCH = -b i586-pc-linux-gnulibc1
  ARCH = 
  
  # For making a dso, add -fPIC
 -CCFLAGS = $(OPTIMIZER) -pipe -Wall -fno-exceptions
-+CCFLAGS = $(CXXFLAGS) $(CFLAGS)
++CCFLAGS = $(OPTIMIZER)
  
 -INCLUDES = -I$(XEINC)
-+INCLUDES = -I$(XEINC) -I/usr/X11R6/include
- LIBS = -L/usr/X11R6/lib -lXpm -lX11
+-LIBS = -L/usr/X11R6/lib -lXpm -lX11
++INCLUDES = -I$(XEINC) -I${X11BASE}/include
++LIBS = -L${X11BASE}/lib -lXpm -lX11
  
  backup:
+ 	cd ..;tar -cvzf xenon.tar.gz $(BACKUP)
 @@ -29,4 +29,3 @@
  floppy:
-       cd ..;tar -cvzf /dev/fd0 $(BACKUP)
+ 	cd ..;tar -cvzf /dev/fd0 $(BACKUP)
  
 --include $(DEPEND)


Sent by Japanese ProntoMail

>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?7A720644445E3D11787100807CFB3258>