From owner-freebsd-ports Thu Feb 17 9: 0:24 2000 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 9B92A37B7C1 for ; Thu, 17 Feb 2000 09:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA39421; Thu, 17 Feb 2000 09:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw3.prontomail.com (mailgw3.prontomail.com [209.185.149.199]) by hub.freebsd.org (Postfix) with ESMTP id D2F0037B7B1 for ; Thu, 17 Feb 2000 08:55:45 -0800 (PST) (envelope-from tkato@prontomail.ne.jp) Received: from mail46.prontomail.com (209.185.149.146) by mailgw3.prontomail.com (NPlex 2.0.123) for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Feb 2000 08:50:09 -0800 Received: from web22 (209.185.149.222) by mail46.prontomail.com (NPlex 2.0.123) for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Feb 2000 08:55:11 -0800 Message-Id: <7A720644445E3D11787100807CFB3258@tkato.prontomail.ne.jp> Date: Fri, 18 Feb 2000 01:55:31 +0900 From: "KATO Tsuguru" To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16782: Update port: editors/xenon to 0.6.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 # # $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 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