diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-23 01:34:57 +0800 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-23 01:34:57 +0800 |
commit | dff9c5716148f762a30ad84a572fe32abfed1beb (patch) | |
tree | d44cbc06d4f871cb6fe75129c6adcc82eb94ab80 /security/opensc-esteid | |
parent | a2e4a83ec1831e9a1f7f61f88a818162723a006f (diff) | |
download | freebsd-ports-gnome-dff9c5716148f762a30ad84a572fe32abfed1beb.tar.gz freebsd-ports-gnome-dff9c5716148f762a30ad84a572fe32abfed1beb.tar.zst freebsd-ports-gnome-dff9c5716148f762a30ad84a572fe32abfed1beb.zip |
- Add -fPIC
- SIZEify
- Switch to OpenLDAP 2.2
PR: 64513
Submitted by: Sven Petai <hadara@bsd.ee> (maintainer)
Diffstat (limited to 'security/opensc-esteid')
-rw-r--r-- | security/opensc-esteid/Makefile | 10 | ||||
-rw-r--r-- | security/opensc-esteid/distinfo | 1 |
2 files changed, 4 insertions, 7 deletions
diff --git a/security/opensc-esteid/Makefile b/security/opensc-esteid/Makefile index 9d6f715adc90..ba2e7ac44389 100644 --- a/security/opensc-esteid/Makefile +++ b/security/opensc-esteid/Makefile @@ -18,7 +18,7 @@ COMMENT= ISO 7816 Smartcard API Library (OpenSSH Compatible) LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite -USE_OPENLDAP_VER= 20 +USE_OPENLDAP_VER= 22 INSTALLS_SHLIB= yes USE_OPENSSL= yes USE_LIBTOOL_VER=13 @@ -35,10 +35,6 @@ MAN1= pkcs15-crypt.1 pkcs15-init.1 pkcs15-tool.1 \ MAN5= pkcs15-profile.5 MAN7= pkcs15.7 opensc.7 -.include <bsd.port.pre.mk> +CFLAGS+= -fPIC -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 (missing -fPIC)" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/opensc-esteid/distinfo b/security/opensc-esteid/distinfo index 4c3fefae03ec..b1e17abd7ad4 100644 --- a/security/opensc-esteid/distinfo +++ b/security/opensc-esteid/distinfo @@ -1 +1,2 @@ MD5 (opensc-esteid-0.7.0-1.tar.gz) = c9cd7d60d4da970d618ec48ed65694e8 +SIZE (opensc-esteid-0.7.0-1.tar.gz) = 818980 |