Index: head/security/opencryptoki/Makefile =================================================================== --- head/security/opencryptoki/Makefile (revision 265016) +++ head/security/opencryptoki/Makefile (revision 265017) @@ -1,67 +1,67 @@ # New ports collection makefile for: opencryptoki # Date created: 2010-07-16 # Whom: Ralf Meister # # $FreeBSD$ # PORTNAME= opencryptoki PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= nork@FreeBSD.org COMMENT= An open PKCS\#11 implementation library LIB_DEPENDS= tspi.2:${PORTSDIR}/security/trousers USE_BZIP2= YES USE_GMAKE= YES USE_LDCONFIG= YES USE_AUTOTOOLS= autoconf:268 libtool:22 automake:111 HAS_CONFIGURE= YES MAKE_JOBS_SAFE= YES USE_RC_SUBR= pkcsslotd SUB_FILES= pkg-message SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} MAN1= pkcs11_startup.1 pkcsconf.1 MAN5= pk_config_data.5 MAN7= opencryptoki.7 MAN8= pkcsslotd.8 USERS= _pkcs11 GROUPS= _pkcs11 LICENSE= CPL LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} CONFIGURE_ARGS= --enable-swtok --enable-tpmtok \ --disable-crtok --disable-aeptok \ --disable-ccatok --disable-bcomtok \ --disable-pkcscca_migrate \ --libdir=${PREFIX}/lib \ --sbindir=${PREFIX}/sbin \ --localstatedir=${PREFIX}/var \ --with-pkcs11user=${USERS} \ --with-pkcs11group=${GROUPS} CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" .include CFLAGS+= -I${LOCALBASE}/include run-autotools: run-autotools-autoreconf run-autotools-autoreconf: @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i post-install: @cd ${PREFIX}/lib && ${LN} -s opencryptoki/libopencryptoki* . @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/opencryptoki/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/opencryptoki/files/patch-usr-lib-Makefile.am =================================================================== --- head/security/opencryptoki/files/patch-usr-lib-Makefile.am (nonexistent) +++ head/security/opencryptoki/files/patch-usr-lib-Makefile.am (revision 265017) @@ -0,0 +1,13 @@ +--- usr/lib/Makefile.am.orig 2010-07-29 21:28:41.000000000 +0900 ++++ usr/lib/Makefile.am 2010-11-24 02:34:56.159978814 +0900 +@@ -1,10 +1,2 @@ + SUBDIRS = pkcs11 + +-install-data-hook: +- $(MKDIR_P) $(DESTDIR)/etc/ld.so.conf.d +- echo "$(libdir)/opencryptoki" >\ +- $(DESTDIR)/etc/ld.so.conf.d/opencryptoki-$(target_cpu).conf +- echo "$(libdir)/opencryptoki/stdll" >>\ +- $(DESTDIR)/etc/ld.so.conf.d/opencryptoki-$(target_cpu).conf +- echo "**** Remember you must run ldconfig before using the above settings ****" +- Property changes on: head/security/opencryptoki/files/patch-usr-lib-Makefile.am ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property