ports/58331: [MAINTAINER] misc/libhome: update to 0.7.1

Xavier Beaudouin kiwi at oav.net
Tue Oct 21 13:10:18 UTC 2003


>Number:         58331
>Category:       ports
>Synopsis:       [MAINTAINER] misc/libhome: update to 0.7.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 21 06:10:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD akira.oav.net 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #0: Sun Oct 19 15:32:47 CEST 2003
>Description:
- Update to 0.7.1

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- libhome-0.7.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/misc/libhome.old/Makefile /usr/ports/misc/libhome/Makefile
--- /usr/ports/misc/libhome.old/Makefile	Tue Oct 21 14:07:40 2003
+++ /usr/ports/misc/libhome/Makefile	Tue Oct 21 15:06:42 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libhome
-PORTVERSION=	0.7
+PORTVERSION=	0.7.1
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pll
@@ -15,12 +15,21 @@
 COMMENT=	Libhome is a library providing a getpwname() emulation
 
 LIB_DEPENDS+=	ldap:${PORTSDIR}/net/openldap21-client \
-		mysqlclient:${PORTSDIR}/databases/mysql323-client
+		mysqlclient:${PORTSDIR}/databases/mysql323-client \
+		db3.3:${PORTSDIR}/databases/db3
 
 GNU_CONFIGURE=	YES
 
-CONFIGURE_ARGS+=	--without-db3 --without-db4 --with-ldap --with-mysql
+CONFIGURE_ARGS+=	--with-db3 --without-db4 --with-ldap --with-mysql
+
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" home_finger
 
 MAN5=		home.conf.5
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/home_finger ${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/home.conf ${PREFIX}/etc/home.conf.dist
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/misc/libhome.old/distinfo /usr/ports/misc/libhome/distinfo
--- /usr/ports/misc/libhome.old/distinfo	Tue Oct 21 14:07:40 2003
+++ /usr/ports/misc/libhome/distinfo	Tue Oct 21 14:08:09 2003
@@ -1 +1 @@
-MD5 (libhome-0.7.tar.gz) = 6ea5b9b2b65a82b2f4061a980487c2e1
+MD5 (libhome-0.7.1.tar.gz) = 8047114e6795758c95be8bd2a007fe3c
diff -ruN --exclude=CVS /usr/ports/misc/libhome.old/pkg-plist /usr/ports/misc/libhome/pkg-plist
--- /usr/ports/misc/libhome.old/pkg-plist	Tue Oct 21 14:07:40 2003
+++ /usr/ports/misc/libhome/pkg-plist	Tue Oct 21 15:05:08 2003
@@ -4,4 +4,6 @@
 include/home/home_version.h
 lib/libhome.a
 bin/libhome.sh
+bin/home_finger
+etc/home.conf.dist
 @dirrm include/home
--- libhome-0.7.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list