Date: Thu, 15 May 2003 10:59:23 +0100 From: Simon Dick <simond@irrelevant.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52266: Maintainer port update: net/mydns Message-ID: <E19GFWF-000D67-L8@home.irrelevant.org> Resent-Message-ID: <200305151000.h4FA0Shs051390@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19GFWF-000D67-L8>