mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add YAZ support (optional, off by default).
MAINTAINER timeout.
This commit is contained in:
parent
b2c7b1420e
commit
1ac9f63f67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56025
2 changed files with 10 additions and 0 deletions
|
@ -53,6 +53,7 @@ sockets "sockets support" OFF \
|
|||
sysvsem "System V semaphore support" OFF \
|
||||
sysvshm "System V shared memory support" OFF \
|
||||
transsid "Transparent session id" OFF \
|
||||
yaz "YAZ support (ANSI/NISO Z39.50)" OFF \
|
||||
2> $tempfile
|
||||
|
||||
retval=$?
|
||||
|
@ -297,6 +298,10 @@ EOF
|
|||
\"transsid\")
|
||||
echo "CONFIGURE_ARGS+=--enable-trans-sid"
|
||||
;;
|
||||
\"yaz\")
|
||||
echo "LIB_DEPENDS+= yaz.1:\${PORTSDIR}/net/yaz"
|
||||
echo "CONFIGURE_ARGS+=--with-yaz=\${LOCALBASE}/bin"
|
||||
;;
|
||||
*)
|
||||
echo "Invalid option(s): $*" > /dev/stderr
|
||||
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
|
||||
|
|
|
@ -53,6 +53,7 @@ sockets "sockets support" OFF \
|
|||
sysvsem "System V semaphore support" OFF \
|
||||
sysvshm "System V shared memory support" OFF \
|
||||
transsid "Transparent session id" OFF \
|
||||
yaz "YAZ support (ANSI/NISO Z39.50)" OFF \
|
||||
2> $tempfile
|
||||
|
||||
retval=$?
|
||||
|
@ -297,6 +298,10 @@ EOF
|
|||
\"transsid\")
|
||||
echo "CONFIGURE_ARGS+=--enable-trans-sid"
|
||||
;;
|
||||
\"yaz\")
|
||||
echo "LIB_DEPENDS+= yaz.1:\${PORTSDIR}/net/yaz"
|
||||
echo "CONFIGURE_ARGS+=--with-yaz=\${LOCALBASE}/bin"
|
||||
;;
|
||||
*)
|
||||
echo "Invalid option(s): $*" > /dev/stderr
|
||||
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
|
||||
|
|
Loading…
Add table
Reference in a new issue