diff options
author | ijliao <ijliao@FreeBSD.org> | 2005-08-30 11:25:29 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2005-08-30 11:25:29 +0800 |
commit | 09518606b734fb7d9284787ef97d7e2eb8fc118e (patch) | |
tree | d88304914d3bf4871cf22ae0bf83a6b98f926192 /misc/libhome | |
parent | b5afcb5a8a3485061fd6a5e9eaec0ba9e5f2f1a2 (diff) | |
download | freebsd-ports-gnome-09518606b734fb7d9284787ef97d7e2eb8fc118e.tar.gz freebsd-ports-gnome-09518606b734fb7d9284787ef97d7e2eb8fc118e.tar.zst freebsd-ports-gnome-09518606b734fb7d9284787ef97d7e2eb8fc118e.zip |
upgrade to 0.10
PR: 85394
Submitted by: maintainer
Diffstat (limited to 'misc/libhome')
-rw-r--r-- | misc/libhome/Makefile | 13 | ||||
-rw-r--r-- | misc/libhome/distinfo | 4 | ||||
-rw-r--r-- | misc/libhome/pkg-plist | 6 |
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 |