aboutsummaryrefslogtreecommitdiff
path: root/misc/libhome
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2005-08-30 03:25:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2005-08-30 03:25:29 +0000
commit8cc647ca0628c92ca96c813dadf21054ab7f4231 (patch)
treea968df6f5bf12292d70ffcb4bf44843e0b71560e /misc/libhome
parentf6a2177cda0f8e357e5bf92de810bb117264a9a4 (diff)
downloadports-8cc647ca0628c92ca96c813dadf21054ab7f4231.tar.gz
ports-8cc647ca0628c92ca96c813dadf21054ab7f4231.zip
upgrade to 0.10
PR: 85394 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=141400
Diffstat (limited to 'misc/libhome')
-rw-r--r--misc/libhome/Makefile13
-rw-r--r--misc/libhome/distinfo4
-rw-r--r--misc/libhome/pkg-plist6
3 files changed, 13 insertions, 10 deletions
diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile
index f7ead6f5fbe2..f49c2dba0998 100644
--- a/misc/libhome/Makefile
+++ b/misc/libhome/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libhome
-PORTVERSION= 0.9
+PORTVERSION= 0.10
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pll
@@ -19,7 +19,6 @@ OPTIONS+= MYSQL "Support for MySQL queries" on
OPTIONS+= DB3 "Support for DB3" on
OPTIONS+= DB4 "Support for DB4" off
OPTIONS+= PAM "Support for PAM (Experimental)" off
-OPTIONS+= PROXY "Support for Proxy Driver (Experimental)" off
OPTIONS+= PGSQL "Support for PostgreSQL (Experimental)" off
USE_LIBTOOL_VER= 15
@@ -32,6 +31,8 @@ INSTALLS_SHLIB= yes
.error You cannot use DB3 and DB4 in the same time.
.endif
+CONFIGURE_ARGS+= --with-proxy --with-nss
+
.if !defined(WITHOUT_LDAP)
USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}/include
@@ -66,12 +67,6 @@ CONFIGURE_ARGS+= --with-pam
CONFIGURE_ARGS+= --without-pam
.endif
-.if defined(WITH_PROXY)
-CONFIGURE_ARGS+= --with-proxy
-.else
-CONFIGURE_ARGS+= --without-proxy
-.endif
-
.if defined(WITH_PGSQL)
CONFIGURE_ARGS+= --with-pgsql
USE_PGSQL= YES
@@ -80,8 +75,10 @@ CONFIGURE_ARGS+= --without-pgsql
.endif
MAN5= home.conf.5
+MAN8= home_proxy.8
post-install:
${INSTALL_DATA} ${WRKSRC}/home.conf ${PREFIX}/etc/home.conf.dist
+ ${INSTALL_SCRIPT} ${WRKSRC}/rc/freebsd/home_proxy.sh ${PREFIX}/etc/rc.d/home_proxy.sh
.include <bsd.port.post.mk>
diff --git a/misc/libhome/distinfo b/misc/libhome/distinfo
index 51c5fbdc1f04..0880189a915a 100644
--- a/misc/libhome/distinfo
+++ b/misc/libhome/distinfo
@@ -1,2 +1,2 @@
-MD5 (libhome-0.9.tar.gz) = 6457341b887dac2f1dfc3d76117e2886
-SIZE (libhome-0.9.tar.gz) = 274081
+MD5 (libhome-0.10.tar.gz) = 011df6c6ad8e1b93442d3c2e649b93a5
+SIZE (libhome-0.10.tar.gz) = 282408
diff --git a/misc/libhome/pkg-plist b/misc/libhome/pkg-plist
index e66e9c5cb891..82e8f17cc618 100644
--- a/misc/libhome/pkg-plist
+++ b/misc/libhome/pkg-plist
@@ -1,7 +1,9 @@
bin/home_finger
bin/home_su
bin/libhome.sh
+sbin/home_proxy
etc/home.conf.dist
+etc/rc.d/home_proxy.sh
include/home/home_version.h
include/home/hparam.h
include/home/hpwd.h
@@ -15,3 +17,7 @@ lib/libhome-preload.a
lib/libhome-preload.la
lib/libhome-preload.so
lib/libhome-preload.so.1
+lib/nss_home_proxy.a
+lib/nss_home_proxy.la
+lib/nss_home_proxy.so
+lib/nss_home_proxy.so.1