diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-05-16 10:49:31 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-05-16 10:49:31 +0800 |
commit | daa919951c558d52521b293b26ce24bfc65ba541 (patch) | |
tree | da7f4bd201d913064c2890b7de35f4bbf33e2ae6 /misc | |
parent | fdd09e46ef5e60d23deed526d96c36c31dc5e9fb (diff) | |
download | freebsd-ports-gnome-daa919951c558d52521b293b26ce24bfc65ba541.tar.gz freebsd-ports-gnome-daa919951c558d52521b293b26ce24bfc65ba541.tar.zst freebsd-ports-gnome-daa919951c558d52521b293b26ce24bfc65ba541.zip |
- Update to 0.9
PR: ports/81023
Submitted by: maintainer
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libhome/Makefile | 17 | ||||
-rw-r--r-- | misc/libhome/distinfo | 4 | ||||
-rw-r--r-- | misc/libhome/pkg-plist | 1 |
3 files changed, 19 insertions, 3 deletions
diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile index bc5ac57f5d57..1490d3d0a776 100644 --- a/misc/libhome/Makefile +++ b/misc/libhome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libhome -PORTVERSION= 0.8.1 +PORTVERSION= 0.9 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pll @@ -19,6 +19,8 @@ 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 HAS_CONFIGURE= yes INSTALLS_SHLIB= yes @@ -63,6 +65,19 @@ 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 +.else +CONFIGURE_ARGS+= --without-pgsql +.endif + GNU_CONFIGURE= YES CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" home_finger diff --git a/misc/libhome/distinfo b/misc/libhome/distinfo index 85bfbd4e4b28..51c5fbdc1f04 100644 --- a/misc/libhome/distinfo +++ b/misc/libhome/distinfo @@ -1,2 +1,2 @@ -MD5 (libhome-0.8.1.tar.gz) = 44f06ff97b594741f0558efb51960d29 -SIZE (libhome-0.8.1.tar.gz) = 251512 +MD5 (libhome-0.9.tar.gz) = 6457341b887dac2f1dfc3d76117e2886 +SIZE (libhome-0.9.tar.gz) = 274081 diff --git a/misc/libhome/pkg-plist b/misc/libhome/pkg-plist index 5910086f3950..183f61576999 100644 --- a/misc/libhome/pkg-plist +++ b/misc/libhome/pkg-plist @@ -1,4 +1,5 @@ bin/home_finger +bin/home_su bin/libhome.sh etc/home.conf.dist include/home/home_version.h |