Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Dec 1999 07:34:54 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15336: Update port: graphics/epstool
Message-ID:  <19991207153454.D2CC414BE7@hub.freebsd.org>

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

>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 <bsd.port.mk>
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




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