Date: Mon, 25 Jun 2001 15:11:51 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/28408: Update port: graphics/xfig Message-ID: <200106252211.f5PMBpX42033@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 28408 >Category: ports >Synopsis: Update port: graphics/xfig >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 25 15:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Fix build error >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xfig/Makefile graphics/xfig/Makefile --- /usr/ports/graphics/xfig/Makefile Mon Jun 18 19:05:06 2001 +++ graphics/xfig/Makefile Tue Jun 26 02:33:48 2001 @@ -36,6 +36,9 @@ @${ECHO_MSG} "define \"NO_GSBIT\"." .endif +post-extract: + @${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC} + post-patch: .if defined(NO_GSBIT) @${PERL} -pi -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile diff -urN /usr/ports/graphics/xfig/files/patch-aa graphics/xfig/files/patch-aa --- /usr/ports/graphics/xfig/files/patch-aa Mon Jun 18 19:05:06 2001 +++ graphics/xfig/files/patch-aa Tue Jun 26 00:25:52 2001 @@ -1,5 +1,5 @@ --- Imakefile.orig Wed May 30 03:32:11 2001 -+++ Imakefile Tue Jun 5 22:59:37 2001 ++++ Imakefile Tue Jun 26 00:25:33 2001 @@ -47,8 +47,8 @@ #ifdef USEJPEG @@ -70,3 +70,17 @@ I18N_SRC = w_i18n.c I18N_OBJ = w_i18n.o #endif +@@ -237,11 +237,13 @@ + $(HAVE_NO_STRCASECMP) \ + $(NEED_STRERROR) + ++/* + #ifdef InstallManPage + #undef InstallManPage + #endif + #define InstallManPage(file,dest) @@\ + InstallManPageLong(Doc/file,dest,file) ++*/ + + #ifdef USESMALLICONS + DUSESMALLICONS = -DUSE_SMALL_ICONS >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?200106252211.f5PMBpX42033>