aboutsummaryrefslogtreecommitdiff
path: root/textproc/pdftohtml
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-22 18:10:18 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-22 18:10:18 +0000
commit88f2f815d37b8a986e7bf3662617a27547c09a1c (patch)
tree3cfad11df9f6d51efde295b35ebe00db3fb7ef09 /textproc/pdftohtml
parent6357cc6722acb9cad06bbdcc605e3c265b78591a (diff)
downloadports-88f2f815d37b8a986e7bf3662617a27547c09a1c.tar.gz
ports-88f2f815d37b8a986e7bf3662617a27547c09a1c.zip
Keep checksum current: author rerolled distfile and the only change is to
not define HAVE_MKSTEMPS by default. Add a patch to define HAVE_MKSTEMPS since we have it in our implementation. PR: ports/39582 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61747
Diffstat (limited to 'textproc/pdftohtml')
-rw-r--r--textproc/pdftohtml/Makefile2
-rw-r--r--textproc/pdftohtml/distinfo2
-rw-r--r--textproc/pdftohtml/files/patch-aconf.h11
3 files changed, 13 insertions, 2 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile
index 654d055f76f4..dc7f8306113f 100644
--- a/textproc/pdftohtml/Makefile
+++ b/textproc/pdftohtml/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= erwin@lansing.dk
RUN_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${DISTNAME}
pre-patch:
.for file in goo/Makefile xpdf/Makefile
diff --git a/textproc/pdftohtml/distinfo b/textproc/pdftohtml/distinfo
index af5f705869d6..8f9b5bccd499 100644
--- a/textproc/pdftohtml/distinfo
+++ b/textproc/pdftohtml/distinfo
@@ -1 +1 @@
-MD5 (pdftohtml_0_34.tar.gz) = f124178552a2e6a5b37b89643e679718
+MD5 (pdftohtml_0_34.tar.gz) = b380737f9197a77d59e044b783054ed6
diff --git a/textproc/pdftohtml/files/patch-aconf.h b/textproc/pdftohtml/files/patch-aconf.h
new file mode 100644
index 000000000000..dadd74ce0d87
--- /dev/null
+++ b/textproc/pdftohtml/files/patch-aconf.h
@@ -0,0 +1,11 @@
+--- aconf.h Thu Jun 20 03:44:31 2002
++++ /home/meshko/xpdf/work/pdftohtml/aconf.h Tue Apr 16 18:02:02 2002
+@@ -51,7 +51,7 @@
+ /* #undef HAVE_BSTRING_H */
+ #define HAVE_POPEN 1
+ #define HAVE_MKSTEMP 1
+-/* #define HAVE_MKSTEMPS 1 */
++#define HAVE_MKSTEMPS 1
+ /* #undef SELECT_TAKES_INT */
+ #define GHOSTSCRIPT "gs"
+