1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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
This commit is contained in:
Patrick Li 2002-06-22 18:10:18 +00:00
parent 6357cc6722
commit 88f2f815d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61747
3 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (pdftohtml_0_34.tar.gz) = f124178552a2e6a5b37b89643e679718
MD5 (pdftohtml_0_34.tar.gz) = b380737f9197a77d59e044b783054ed6

View File

@ -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"