- Add pkgconfig to BUILD_DEPENDS

- Disable hot plugging in config file
- Bump PKGNAME
- Remove MODGNU_SHARED_LIBS while here

from Douglas Santos <dsantos@hydroxyl.org> (MAINTAINER)
This commit is contained in:
alek 2006-01-08 13:33:22 +00:00
parent 2b7069b609
commit a4172630d6
2 changed files with 15 additions and 3 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2006/01/05 22:31:23 espie Exp $
# $OpenBSD: Makefile,v 1.5 2006/01/08 13:33:22 alek Exp $
COMMENT= "drivers for several smart card readers"
DISTNAME= openct-0.6.6
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= security
SHARED_LIBS= openct 1.0
MODGNU_SHARED_LIBS=openct ''
HOMEPAGE= http://www.opensc.org/openct
@ -21,6 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.opensc.org/files/
WANTLIB= c pthread
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= usb.8::devel/libusb \
ltdl.4::devel/libtool,-ltdl

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-etc_openct_conf_in,v 1.1 2006/01/08 13:33:22 alek Exp $
--- etc/openct.conf.in.orig Sun Jan 8 14:13:06 2006
+++ etc/openct.conf.in Sun Jan 8 14:13:09 2006
@@ -2,7 +2,7 @@
debug = 0;
#
# Enable hot plugging
-hotplug = yes;
+hotplug = no;
#
# Path to ifdhandler
ifdhandler = SBINDIR/ifdhandler;