View | Details | Raw Unified | Return to bug 103863
Collapse All | Expand All

(-)/usr/home/emma/ports/security/openvpn/Makefile (-3 / +3 lines)
Lines 10-19 Link Here
10
# DO NOT BOTHER TO SEND NOTICES ABOUT 2.0.8 AS IT FIXES
10
# DO NOT BOTHER TO SEND NOTICES ABOUT 2.0.8 AS IT FIXES
11
# WINDOWS-ONLY BUGS THAT DON'T AFFECT *BSD AND THUS
11
# WINDOWS-ONLY BUGS THAT DON'T AFFECT *BSD AND THUS
12
# DOES NOT WARRANT A PORT UPGRADE! AND UPGRADE REQUESTS
12
# DOES NOT WARRANT A PORT UPGRADE! AND UPGRADE REQUESTS
13
# WILL BE DROPPED.       -- Matthias Andree, 2006-09-13
13
# WILL BE DROPPED.       -- Matthias Andree, 2006-10-01
14
# -----------------------------------------------------
14
# -----------------------------------------------------
15
PORTVERSION=	2.0.6
15
PORTVERSION=	2.0.6
16
PORTREVISION=	3
16
PORTREVISION=	4
17
CATEGORIES=	security net
17
CATEGORIES=	security net
18
# MASTER_SITES points to hosts in distinct data centers,
18
# MASTER_SITES points to hosts in distinct data centers,
19
# so just one MASTER_SITES entry should be OK.
19
# so just one MASTER_SITES entry should be OK.
Lines 65-71 Link Here
65
65
66
post-build:
66
post-build:
67
	cd ${WRKSRC}/plugin/down-root && ${MAKE}
67
	cd ${WRKSRC}/plugin/down-root && ${MAKE}
68
	cd ${WRKSRC}/plugin/auth-pam && ${CC} ${CFLAGS} ${CPPFLAGS} -I../.. -DDLOPEN_PAM=0 -shared -Wl,-soname,openvpn-auth-pam.so -o openvpn-auth-pam.so auth-pam.c pamdl.c -lc -lpam
68
	cd ${WRKSRC}/plugin/auth-pam && ${CC} ${CPPFLAGS} -I../.. -DDLOPEN_PAM=0 ${CFLAGS} -fPIC -shared -Wl,-soname,openvpn-auth-pam.so -o openvpn-auth-pam.so auth-pam.c pamdl.c -lc -lpam
69
	@# self-tests here
69
	@# self-tests here
70
.if !defined(WITHOUT_CHECK)
70
.if !defined(WITHOUT_CHECK)
71
	cd ${WRKSRC} && ${MAKE} check
71
	cd ${WRKSRC} && ${MAKE} check

Return to bug 103863