diff options
author | pat <pat@FreeBSD.org> | 2002-06-23 02:10:18 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-23 02:10:18 +0800 |
commit | f1d426cc4b0376c603414bf5c0799cce636f641d (patch) | |
tree | 9345d8e13bd3d7654ca030c553313a7d4ce9b501 /textproc | |
parent | e89377a679f276eebd4ee0fc9609f5c71d4a076c (diff) | |
download | freebsd-ports-gnome-f1d426cc4b0376c603414bf5c0799cce636f641d.tar.gz freebsd-ports-gnome-f1d426cc4b0376c603414bf5c0799cce636f641d.tar.zst freebsd-ports-gnome-f1d426cc4b0376c603414bf5c0799cce636f641d.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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdftohtml/Makefile | 2 | ||||
-rw-r--r-- | textproc/pdftohtml/distinfo | 2 | ||||
-rw-r--r-- | textproc/pdftohtml/files/patch-aconf.h | 11 |
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" + |