Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2001 13:46:32 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/28843: Update port: graphics/xfig
Message-ID:  <200107092046.f69KkWv30636@freefall.freebsd.org>

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

>Number:         28843
>Category:       ports
>Synopsis:       Update port: graphics/xfig
>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:   Mon Jul 09 13:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- pre-fetch -> pre-everything
- Fix typo

Note:
Updating print/transfig port (ports/28061, left alone for about a month)
is highly recommended for using with this version of xfig. Could someone
take care of that?

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/xfig/Makefile graphics/xfig/Makefile
--- /usr/ports/graphics/xfig/Makefile	Mon Jul  9 19:06:57 2001
+++ graphics/xfig/Makefile	Mon Jul  9 22:52:09 2001
@@ -30,14 +30,14 @@
 INSTALL_TARGET=	install install.all
 .endif
 
-post-extract:
-	@${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC}
-
-pre-fetch:
+pre-everything:
 .if !defined(WITHOUT_GHOSTSCRIPT)
 	@${ECHO_MSG} "To build this port without Ghostscript support,"
-	@${ECHO_MSG} "define \"NO_GSBIT\"."
+	@${ECHO_MSG} "define \"WITHOUT_GHOSTSCRIPT\"."
 .endif
+
+post-extract:
+	@${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC}
 
 post-patch:
 .if defined(WITHOUT_GHOSTSCRIPT)

>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?200107092046.f69KkWv30636>