mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- fix build
- require ghostscript
This commit is contained in:
parent
deb372b177
commit
d292591276
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233269
@ -24,6 +24,7 @@ CONFLICTS= LPRng-[0-9]*
|
||||
USE_LDCONFIG= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GHOSTSCRIPT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_RC_SUBR= cupsd
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
@ -34,6 +35,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" DSOFLAGS="${DSOFLAGS}
|
||||
CONFIGURE_ARGS+= --localstatedir=/var \
|
||||
--disable-slp \
|
||||
--disable-gssapi \
|
||||
--enable-pdftops \
|
||||
--with-pdftops=gs \
|
||||
--with-cups-user=${CUPSOWN} \
|
||||
--with-cups-group=${CUPSGRP} \
|
||||
--with-system-groups=${CUPSSYSGRP} \
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig 2008-04-01 23:59:43.000000000 +0200
|
||||
+++ configure 2008-04-02 15:36:59.000000000 +0200
|
||||
@@ -6281,6 +6281,7 @@
|
||||
--- configure.orig 2009-04-16 22:02:06.000000000 +0200
|
||||
+++ configure 2009-05-05 20:42:19.000000000 +0200
|
||||
@@ -6287,6 +6287,7 @@
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
$ac_includes_default
|
||||
@ -8,7 +8,7 @@
|
||||
#include <sys/ucred.h>
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
@@ -7637,7 +7638,7 @@
|
||||
@@ -7643,7 +7644,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
@ -17,7 +17,15 @@
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -16361,7 +16362,7 @@
|
||||
@@ -11782,6 +11783,7 @@
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
$ac_includes_default
|
||||
+#include <netinet/in.h>
|
||||
#include <resolv.h>
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
@@ -16791,7 +16793,7 @@
|
||||
|
||||
|
||||
if test x$ac_cv_header_pthread_h = xyes; then
|
||||
|
@ -135,6 +135,7 @@ sbin/reject
|
||||
%%DATADIR%%/charmaps/iso-8859-7.txt
|
||||
%%DATADIR%%/charmaps/iso-8859-8.txt
|
||||
%%DATADIR%%/charmaps/iso-8859-9.txt
|
||||
%%DATADIR%%/charmaps/jis-x0213.txt
|
||||
%%DATADIR%%/charmaps/koi8-r.txt
|
||||
%%DATADIR%%/charmaps/koi8-u.txt
|
||||
%%DATADIR%%/charmaps/mac-roman.txt
|
||||
|
Loading…
Reference in New Issue
Block a user