ports/59112: [maintainer patch] sysutils/ldap-account-manager: remove useless check which prevent the port from building

Clement Laforet sheepkiller at cultdeadsheep.org
Mon Nov 10 11:30:22 UTC 2003


>Number:         59112
>Category:       ports
>Synopsis:       [maintainer patch] sysutils/ldap-account-manager: remove useless check which prevent the port from building
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 10 03:30:19 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
ports
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Sun Nov 9 13:26:28 CET 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	On a fresh install, ldap-account-manager is marked as IGNORE, since checks are performed before RUN_DEPENDS (or 
	BUILD_DEPENDS)
	Since the port now depends on lang/php4-horde, we can safely remove them.
	We don't need to bump PORTREVISION.
	
	Noticed by: Rolandas Naujikas <rolnas at takas.lt>

>How-To-Repeat:
	try to build ldap-account-manager on a fresh install.

>Fix:

	

--- ldap-account-manager.diff begins here ---
Index: ldap-account-manager/Makefile
===================================================================
RCS file: /WORK/REPO/FreeBSD/ports/sysutils/ldap-account-manager/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ldap-account-manager/Makefile	9 Nov 2003 14:21:21 -0000	1.3
+++ ldap-account-manager/Makefile	10 Nov 2003 11:16:05 -0000
@@ -29,20 +29,6 @@
 MOD_DIR=	libexec/apache
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if !exists(${LOCALBASE}/lib/libldap.so.2)
-IGNORE+=	"OpenLDAP support is required \(2.0 or greater\)"
-.endif
-
-.if !exists(${LOCALBASE}/lib/libmcrypt.so)
-IGNORE+=	"mcrypt support is required"
-.endif
-
-.if !exists(${LOCALBASE}/lib/libintl.so)
-IGNORE+=	"gettext support is required"
-.endif
-
 WWW_ROOT?=	www/lam
 PLIST_SUB+=	WWWROOT=${WWW_ROOT}
 WWW_USER?=	www
@@ -84,4 +70,4 @@
 	@${ECHO_MSG} "     include       ${LOCALBASE}/etc/openldap/schema/samba.schema"
 	@${ECHO_MSG} ""
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- ldap-account-manager.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list