ports/110945: [PATCH] textproc/pdftohtml: use USE_GHOSTSCRIPT_RUN
Rong-En Fan
rafan at FreeBSD.org
Tue Mar 27 20:10:07 UTC 2007
>Number: 110945
>Category: ports
>Synopsis: [PATCH] textproc/pdftohtml: use USE_GHOSTSCRIPT_RUN
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 27 20:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Rong-En Fan
>Release: FreeBSD 6.2-STABLE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Use USE_GHOSTSCRIPT_RUN to simplify Makefile
Port maintainer (erwin at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- pdftohtml-0.39.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/textproc/pdftohtml/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile 25 Aug 2006 11:05:55 -0000 1.20
+++ Makefile 27 Mar 2007 20:01:23 -0000
@@ -15,14 +15,7 @@
MAINTAINER= erwin at FreeBSD.org
COMMENT= A command-line tool for converting pdf-files into html
-.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
-GSPORT?= print/ghostscript-afpl
-.else
-GSPORT?= print/ghostscript-gnu
-.endif
-
-RUN_DEPENDS+= ${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT}
-
+USE_GHOSTSCRIPT_RUN= yes
USE_GMAKE= yes
USE_MOTIF= yes
--- pdftohtml-0.39.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list