From owner-freebsd-ports Tue Dec 7 7:40:39 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 88C8215398 for ; Tue, 7 Dec 1999 07:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA58081; Tue, 7 Dec 1999 07:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D2CC414BE7; Tue, 7 Dec 1999 07:34:54 -0800 (PST) Message-Id: <19991207153454.D2CC414BE7@hub.freebsd.org> Date: Tue, 7 Dec 1999 07:34:54 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15336: Update port: graphics/epstool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15336 >Category: ports >Synopsis: Update port: graphics/epstool >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: Tue Dec 7 07:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Modified patches to support CC/X11BASE properly * Added WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/epstool/Makefile graphics/epstool/Makefile --- /usr/ports/graphics/epstool/Makefile Sat Nov 27 05:25:32 1999 +++ graphics/epstool/Makefile Tue Dec 7 00:58:13 1999 @@ -20,8 +20,7 @@ WRKSRC= ${WRKDIR}/epstool post-install: - ${MKDIR} ${PREFIX}/bin ${PREFIX}/share/doc/epstool - ${INSTALL_DATA} ${WRKSRC}/epstool.txt \ - ${PREFIX}/share/doc/epstool/epstool.txt + @${MKDIR} ${PREFIX}/share/doc/epstool + ${INSTALL_DATA} ${WRKSRC}/epstool.txt ${PREFIX}/share/doc/epstool .include diff -urN /usr/ports/graphics/epstool/patches/patch-aa graphics/epstool/patches/patch-aa --- /usr/ports/graphics/epstool/patches/patch-aa Sat Nov 27 05:25:32 1999 +++ graphics/epstool/patches/patch-aa Tue Dec 7 00:51:09 1999 @@ -1,21 +1,27 @@ ---- makefile.unx.orig Sat Oct 23 18:00:19 1999 -+++ makefile.unx Sat Oct 23 19:24:37 1999 -@@ -20,8 +20,8 @@ +--- makefile.unx.orig Sun Aug 23 05:14:04 1998 ++++ makefile.unx Tue Dec 7 00:50:56 1999 +@@ -20,13 +20,13 @@ RM=/bin/rm -f SHELL=/bin/sh -BINDIR=/usr/local/bin -INCLUDES=-I/usr/openwin/include +BINDIR=${PREFIX}/bin -+INCLUDES=-I/usr/X11R6/include ++INCLUDES=-I${X11BASE}/include LIBS= # if you have a strict ANSI compiler, add -D__STDC__ DEFINES=-DUNIX -DEPSTOOL -DHAVE_UNISTD_H + OBJ=o +-CC=gcc ++#CC=gcc + + OBJS=epstool.$(OBJ) gvceps.$(OBJ) ps.$(OBJ) + @@ -54,5 +54,5 @@ -$(RM) epstool install: epstool - cp epstool $(BINDIR) - chmod 755 $(BINDIR)/epstool -+ install -c -s -g bin -o root -m 755 epstool $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} epstool $(BINDIR) + diff -urN /usr/ports/graphics/epstool/pkg/DESCR graphics/epstool/pkg/DESCR --- /usr/ports/graphics/epstool/pkg/DESCR Sat Nov 27 05:25:32 1999 +++ graphics/epstool/pkg/DESCR Tue Dec 7 00:48:50 1999 @@ -11,3 +11,5 @@ Please read text '/usr/local/share/doc/epstool/epstool.txt' - Yuzo FURUKAWA + +WWW: http://www.cs.wisc.edu/~ghost/gsview/epstool.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message