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

(-)/usr/ports/misc/libhome/Makefile (-8 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libhome
8
PORTNAME=	libhome
9
PORTVERSION=	0.9
9
PORTVERSION=	0.10
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-25 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
OPTIONS+=	PGSQL "Support for PostgreSQL (Experimental)" off
24
23
25
USE_LIBTOOL_VER=	15
24
USE_LIBTOOL_VER=	15
Lines 32-37 Link Here
32
.error You cannot use DB3 and DB4 in the same time.
31
.error You cannot use DB3 and DB4 in the same time.
33
.endif
32
.endif
34
33
34
CONFIGURE_ARGS+=	--with-proxy --with-nss
35
35
.if !defined(WITHOUT_LDAP)
36
.if !defined(WITHOUT_LDAP)
36
USE_OPENLDAP=	yes
37
USE_OPENLDAP=	yes
37
CONFIGURE_ARGS+=	--with-ldap=${LOCALBASE}/include
38
CONFIGURE_ARGS+=	--with-ldap=${LOCALBASE}/include
Lines 66-77 Link Here
66
CONFIGURE_ARGS+=	--without-pam
67
CONFIGURE_ARGS+=	--without-pam
67
.endif
68
.endif
68
69
69
.if defined(WITH_PROXY)
70
CONFIGURE_ARGS+=	--with-proxy
71
.else
72
CONFIGURE_ARGS+=	--without-proxy
73
.endif
74
75
.if defined(WITH_PGSQL)
70
.if defined(WITH_PGSQL)
76
CONFIGURE_ARGS+=	--with-pgsql
71
CONFIGURE_ARGS+=	--with-pgsql
77
USE_PGSQL=	YES
72
USE_PGSQL=	YES
Lines 80-87 Link Here
80
.endif
75
.endif
81
76
82
MAN5=		home.conf.5
77
MAN5=		home.conf.5
78
MAN8=		home_proxy.8
83
79
84
post-install:
80
post-install:
85
	${INSTALL_DATA} ${WRKSRC}/home.conf ${PREFIX}/etc/home.conf.dist
81
	${INSTALL_DATA} ${WRKSRC}/home.conf ${PREFIX}/etc/home.conf.dist
82
	${INSTALL_SCRIPT} ${WRKSRC}/rc/freebsd/home_proxy.sh ${PREFIX}/etc/rc.d/home_proxy.sh
86
83
87
.include <bsd.port.post.mk>
84
.include <bsd.port.post.mk>
(-)/usr/ports/misc/libhome/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libhome-0.9.tar.gz) = 6457341b887dac2f1dfc3d76117e2886
1
MD5 (libhome-0.10.tar.gz) = 011df6c6ad8e1b93442d3c2e649b93a5
2
SIZE (libhome-0.9.tar.gz) = 274081
2
SIZE (libhome-0.10.tar.gz) = 282408
(-)/usr/ports/misc/libhome/pkg-plist (+6 lines)
Lines 1-7 Link Here
1
bin/home_finger
1
bin/home_finger
2
bin/home_su
2
bin/home_su
3
bin/libhome.sh
3
bin/libhome.sh
4
sbin/home_proxy
4
etc/home.conf.dist
5
etc/home.conf.dist
6
etc/rc.d/home_proxy.sh
5
include/home/home_version.h
7
include/home/home_version.h
6
include/home/hparam.h
8
include/home/hparam.h
7
include/home/hpwd.h
9
include/home/hpwd.h
Lines 15-17 Link Here
15
lib/libhome-preload.la
17
lib/libhome-preload.la
16
lib/libhome-preload.so
18
lib/libhome-preload.so
17
lib/libhome-preload.so.1
19
lib/libhome-preload.so.1
20
lib/nss_home_proxy.a
21
lib/nss_home_proxy.la
22
lib/nss_home_proxy.so
23
lib/nss_home_proxy.so.1

Return to bug 85394