diff options
author | hrs <hrs@FreeBSD.org> | 2012-02-13 02:46:35 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2012-02-13 02:46:35 +0800 |
commit | b264fc0195ac7b2614c42326bbdc3f88868da63e (patch) | |
tree | eee5dca7e2199eb37b06dc253475e82dcbde8a97 /print/ghostscript8/files | |
parent | 9fbb9d9d2baf9330a268fcc672b8d417685fc82c (diff) | |
download | freebsd-ports-gnome-b264fc0195ac7b2614c42326bbdc3f88868da63e.tar.gz freebsd-ports-gnome-b264fc0195ac7b2614c42326bbdc3f88868da63e.tar.zst freebsd-ports-gnome-b264fc0195ac7b2614c42326bbdc3f88868da63e.zip |
- Update MASTER_SITES.
- Add a patch to suppress a warning message.
- Style fixes.
Diffstat (limited to 'print/ghostscript8/files')
-rw-r--r-- | print/ghostscript8/files/Makefile.epag | 7 | ||||
-rw-r--r-- | print/ghostscript8/files/patch-epag-ert.c | 11 |
2 files changed, 13 insertions, 5 deletions
diff --git a/print/ghostscript8/files/Makefile.epag b/print/ghostscript8/files/Makefile.epag index ad9a7a5c150a..94be6f560194 100644 --- a/print/ghostscript8/files/Makefile.epag +++ b/print/ghostscript8/files/Makefile.epag @@ -9,15 +9,12 @@ PORTDOC_FILES+= epag/ert.txt epag/gdevepag.txt epag/ChangeLog \ pre-build-epag: ${LN} -s -f ${WRKSRC}/${EPAG_NAME}/gdevepag.c ${WRKSRC}/base + ${MKDIR} ${WRKSRC}/contrib/epag + ${INSTALL_DATA} ${WRKSRC}/${EPAG_NAME}/* ${WRKSRC}/contrib/epag post-build-epag: cd ${WRKSRC}/${EPAG_NAME} && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile -post-install-docs-epag: - ${MKDIR} ${WRKSRC}/contrib/epag - ${INSTALL_DATA} ${WRKSRC}/${EPAG_NAME}/* ${WRKSRC}/contrib/epag - pre-build: pre-build-epag post-build: post-build-epag -post-install-docs: post-install-docs-epag diff --git a/print/ghostscript8/files/patch-epag-ert.c b/print/ghostscript8/files/patch-epag-ert.c new file mode 100644 index 000000000000..f063aeddabc2 --- /dev/null +++ b/print/ghostscript8/files/patch-epag-ert.c @@ -0,0 +1,11 @@ +--- epag-3.09/ert.c.orig 2000-07-08 13:33:09.000000000 +0900 ++++ epag/ert.c 2012-02-13 03:38:07.000000000 +0900 +@@ -1,6 +1,8 @@ + /* $Id: ert.c,v 1.3 1998/11/20 10:51:12 nari Exp $ */ + + #include <stdio.h> ++#include <stdlib.h> ++#include <string.h> + + /* + * EPSON Remoteのコマンドを出力するコマンド |