ports/52266: Maintainer port update: net/mydns

Simon Dick simond at irrelevant.org
Thu May 15 10:00:31 UTC 2003


>Number:         52266
>Category:       ports
>Synopsis:       Maintainer port update: net/mydns
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 15 03:00:28 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 4.7-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD nelly.internal.irrelevant.org 4.7-RELEASE-p4 FreeBSD 4.7-RELEASE-p4 #0: Wed Feb 19 17:49:30 GMT 2003 root at nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386


	
>Description:

Fix mydns dependencies and make it build properly under 5.1

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/nfs/ncvs/ports/net/mydns/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	12 May 2003 01:43:49 -0000	1.10
+++ Makefile	15 May 2003 09:57:58 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	mydns
 PORTVERSION=	0.9.10
+PORTREVISION=	1
 CATEGORIES=	net databases
 MASTER_SITES=	http://mydns.bboy.net/download/
 
@@ -14,7 +15,7 @@
 COMMENT=	DNS server designed to utilize the MySQL database
 
 LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext \
-		iconv.3:${PORTSDIR}/converters/iconv
+		iconv.3:${PORTSDIR}/converters/libiconv
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-confdir=${PREFIX}/etc
@@ -34,13 +35,12 @@
 CONFIGURE_ARGS+=--without-mysql
 PKGNAMESUFFIX=	-pg
 .else
-#LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
 CONFIGURE_ARGS+=--without-pgsql
 PKGNAMESUFFIX=	-mysql
 .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10)
-LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+LIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
 .else
-LIB_DEPENDS=	mysqlclient.12:${PORTSDIR}/databases/mysql40-client
+LIB_DEPENDS+=	mysqlclient.12:${PORTSDIR}/databases/mysql40-client
 .endif
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list