From owner-cvs-all@FreeBSD.ORG Tue Nov 25 10:54:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D31DA16A4CE; Tue, 25 Nov 2003 10:54:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4373C43FBD; Tue, 25 Nov 2003 10:54:39 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPIsdXJ020648; Tue, 25 Nov 2003 10:54:39 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAPIscMT020647; Tue, 25 Nov 2003 10:54:38 -0800 (PST) (envelope-from netchild) Message-Id: <200311251854.hAPIscMT020647@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 25 Nov 2003 10:54:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/dhisd Makefile pkg-descr ports/dns/dhisd/files patch-Makefile patch-dhisd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 18:54:40 -0000 netchild 2003/11/25 10:54:38 PST FreeBSD ports repository Modified files: dns/dhisd Makefile pkg-descr dns/dhisd/files patch-Makefile patch-dhisd.h Log: - Fix compilation on FreeBSD 5.2-BETA. - Switch LIB_DEPENDS from math/libgmp-freebsd to math/libgmp4 on FreeBSD 5 only (the base libgmp 2.0.1 on FreeBSD 4 is fine) so this port buils on architectures other than alpha and i386 (tested on FreeBSD/sparc64). - Respect CC and CFLAGS. - Remove broken URL forgotten in Makefile 1.16 and pkg-descr 1.5. - Give maintainership to submitter. Submitted by: marius@alchemy.franken.de Approved by: portmgr Revision Changes Path 1.18 +11 -7 ports/dns/dhisd/Makefile 1.4 +24 -2 ports/dns/dhisd/files/patch-Makefile 1.3 +9 -0 ports/dns/dhisd/files/patch-dhisd.h 1.6 +0 -2 ports/dns/dhisd/pkg-descr