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

(-)/usr/ports/misc/libhome/Makefile (-1 / +16 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libhome
8
PORTNAME=	libhome
9
PORTVERSION=	0.8.1
9
PORTVERSION=	0.9
10
CATEGORIES=	misc
10
CATEGORIES=	misc
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	pll
12
MASTER_SITE_SUBDIR=	pll
Lines 19-24 Link Here
19
OPTIONS+=	DB3 "Support for DB3" on
19
OPTIONS+=	DB3 "Support for DB3" on
20
OPTIONS+=	DB4 "Support for DB4" off
20
OPTIONS+=	DB4 "Support for DB4" off
21
OPTIONS+=	PAM "Support for PAM (Experimental)" off
21
OPTIONS+=	PAM "Support for PAM (Experimental)" off
22
OPTIONS+=	PROXY "Support for Proxy Driver (Experimental)" off
23
OPTIONS+=	PGSQL "Support for PostgreSQL (Experimental)" off
22
24
23
HAS_CONFIGURE=	yes
25
HAS_CONFIGURE=	yes
24
INSTALLS_SHLIB=	yes
26
INSTALLS_SHLIB=	yes
Lines 61-66 Link Here
61
CONFIGURE_ARGS+=	--with-pam
63
CONFIGURE_ARGS+=	--with-pam
62
.else
64
.else
63
CONFIGURE_ARGS+=	--without-pam
65
CONFIGURE_ARGS+=	--without-pam
66
.endif
67
68
.if defined(WITH_PROXY)
69
CONFIGURE_ARGS+=	--with-proxy
70
.else
71
CONFIGURE_ARGS+=	--without-proxy
72
.endif
73
74
.if defined(WITH_PGSQL)
75
CONFIGURE_ARGS+=	--with-pgsql
76
USE_PGSQL=	YES
77
.else
78
CONFIGURE_ARGS+=	--without-pgsql
64
.endif
79
.endif
65
80
66
GNU_CONFIGURE=	YES
81
GNU_CONFIGURE=	YES
(-)/usr/ports/misc/libhome/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libhome-0.8.1.tar.gz) = 44f06ff97b594741f0558efb51960d29
1
MD5 (libhome-0.9.tar.gz) = 6457341b887dac2f1dfc3d76117e2886
2
SIZE (libhome-0.8.1.tar.gz) = 251512
2
SIZE (libhome-0.9.tar.gz) = 274081
(-)/usr/ports/misc/libhome/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/home_finger
1
bin/home_finger
2
bin/home_su
2
bin/libhome.sh
3
bin/libhome.sh
3
etc/home.conf.dist
4
etc/home.conf.dist
4
include/home/home_version.h
5
include/home/home_version.h

Return to bug 81023