Add YAZ support (optional, off by default).

MAINTAINER timeout.
This commit is contained in:
Dmitry Sivachenko 2002-03-13 20:18:22 +00:00
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

View file

@ -53,6 +53,7 @@ sockets "sockets support" OFF \
sysvsem "System V semaphore support" OFF \ sysvsem "System V semaphore support" OFF \
sysvshm "System V shared memory support" OFF \ sysvshm "System V shared memory support" OFF \
transsid "Transparent session id" OFF \ transsid "Transparent session id" OFF \
yaz "YAZ support (ANSI/NISO Z39.50)" OFF \
2> $tempfile 2> $tempfile
retval=$? retval=$?
@ -297,6 +298,10 @@ EOF
\"transsid\") \"transsid\")
echo "CONFIGURE_ARGS+=--enable-trans-sid" 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 echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc

View file

@ -53,6 +53,7 @@ sockets "sockets support" OFF \
sysvsem "System V semaphore support" OFF \ sysvsem "System V semaphore support" OFF \
sysvshm "System V shared memory support" OFF \ sysvshm "System V shared memory support" OFF \
transsid "Transparent session id" OFF \ transsid "Transparent session id" OFF \
yaz "YAZ support (ANSI/NISO Z39.50)" OFF \
2> $tempfile 2> $tempfile
retval=$? retval=$?
@ -297,6 +298,10 @@ EOF
\"transsid\") \"transsid\")
echo "CONFIGURE_ARGS+=--enable-trans-sid" 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 echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc