Sync wantlib after kerberos removal from cups.

This commit is contained in:
ajacoutot 2014-04-21 12:23:22 +00:00
parent 3b848d3597
commit dda46ec637
2 changed files with 15 additions and 14 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.62 2013/10/01 08:59:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.63 2014/04/21 12:24:07 ajacoutot Exp $
BROKEN-alpha = ICE hp5590.c:1141: error: unrecognizable insn
COMMENT= API for accessing scanners, backends
DISTNAME= sane-backends-1.0.24
REVISION= 0
SHARED_LIBS += sane 2.0 # unknown
@ -17,9 +18,8 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += asn1 c crypto cups gssapi jpeg krb5 m pthread ssl tiff
WANTLIB += usb usb-1.0 z avahi-client avahi-common dbus-1
WANTLIB += com_err heimbase roken wind
WANTLIB += avahi-client avahi-common c crypto cups dbus-1 jpeg
WANTLIB += m pthread ssl tiff usb usb-1.0 z
MASTER_SITES= https://distfiles.bsdfrog.org/ \
ftp://ftp2.sane-project.org/pub/sane/${DISTNAME}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.112 2014/04/13 07:47:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.113 2014/04/21 12:23:22 ajacoutot Exp $
SHARED_ONLY= Yes
@ -20,6 +20,10 @@ PKGNAME-hpcups= hpcups-${V}
PKGNAME-hpijs= hpijs-${V}
PKGNAME-gui= hplip-gui-${V}
REVISION-main= 0
REVISION-hpaio= 0
REVISION-hpcups= 0
SHARED_LIBS += hpmud 2.0 # 0.6
SHARED_LIBS += hpip 2.0 # 0.1
@ -45,9 +49,8 @@ cWANTLIB += crypto m pthread
### -main
WANTLIB-main += ${WANTLIB} ${cWANTLIB}
WANTLIB-main += asn1 avahi-client avahi-common com_err cups dbus-1
WANTLIB-main += gssapi heimbase hpmud krb5 netsnmp roken ssl usb-1.0
WANTLIB-main += wind z
WANTLIB-main += avahi-client avahi-common cups dbus-1 hpmud netsnmp
WANTLIB-main += ssl usb-1.0 z
LIB_DEPENDS-main= ${LIB_DEPENDS} \
print/cups,-libs \
@ -74,9 +77,8 @@ RUN_DEPENDS-common= #empty
### -hpaio
WANTLIB-hpaio += ${WANTLIB} ${cWANTLIB}
WANTLIB-hpaio += asn1 avahi-client avahi-common com_err cups dbus-1
WANTLIB-hpaio += gssapi heimbase hpip hpmud jpeg krb5 netsnmp roken
WANTLIB-hpaio += sane ssl tiff usb usb-1.0 wind z
WANTLIB-hpaio += avahi-client avahi-common cups dbus-1 hpip hpmud
WANTLIB-hpaio += jpeg netsnmp sane ssl tiff usb usb-1.0 z
LIB_DEPENDS-hpaio= print/hplip,-common \
graphics/sane-backends
@ -84,10 +86,9 @@ LIB_DEPENDS-hpaio= print/hplip,-common \
RUN_DEPENDS-hpaio= ${MODGETTEXT_RUN_DEPENDS}
### -hpcups
WANTLIB-hpcups += ${WANTLIB} ${cWANTLIB} z asn1 gssapi krb5 ssl
WANTLIB-hpcups += ${WANTLIB} ${cWANTLIB} z ssl netsnmp
WANTLIB-hpcups += c jpeg stdc++ hpip cups cupsimage dbus-1
WANTLIB-hpcups += com_err heimbase roken wind usb-1.0
WANTLIB-hpcups += avahi-client avahi-common hpmud netsnmp
WANTLIB-hpcups += z ssl usb-1.0 avahi-client avahi-common hpmud
LIB_DEPENDS-hpcups= graphics/jpeg \
print/hplip,-common \