From owner-svn-ports-head@FreeBSD.ORG Thu Oct 10 00:03:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6E8BBEC6; Thu, 10 Oct 2013 00:03:45 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9E62FEE; Thu, 10 Oct 2013 00:03:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A03jkt021130; Thu, 10 Oct 2013 00:03:45 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9A03icv021122; Thu, 10 Oct 2013 00:03:44 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201310100003.r9A03icv021122@svn.freebsd.org> From: Guido Falsi Date: Thu, 10 Oct 2013 00:03:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329945 - in head/dns/adns: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 00:03:45 -0000 Author: madpilot Date: Thu Oct 10 00:03:44 2013 New Revision: 329945 URL: http://svnweb.freebsd.org/changeset/ports/329945 Log: - Convert to staging - Convert to USES=gmake Added: head/dns/adns/files/patch-client-Makefile.in (contents, props changed) head/dns/adns/files/patch-src-Makefile.in (contents, props changed) Modified: head/dns/adns/Makefile (contents, props changed) head/dns/adns/files/patch-dynamic-Makefile.in (contents, props changed) Modified: head/dns/adns/Makefile ============================================================================== --- head/dns/adns/Makefile Thu Oct 10 00:00:28 2013 (r329944) +++ head/dns/adns/Makefile Thu Oct 10 00:03:44 2013 (r329945) @@ -12,22 +12,16 @@ COMMENT= Easy to use asynchronous-capabl GNU_CONFIGURE= yes USE_LDCONFIG= yes - -USES= gmake +USES= gmake LIBVERSION= 1 PLIST_SUB+= LIBVERSION="${LIBVERSION}" DOCS= COPYING GPL-vs-LGPL INSTALL LICENCE.WAIVERS README README.html TODO changelog -NO_STAGE= yes -.include - post-install: - ${STRIP_CMD} ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/adnslogres ${STAGEDIR}${PREFIX}/bin/adnshost + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) .include Added: head/dns/adns/files/patch-client-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/adns/files/patch-client-Makefile.in Thu Oct 10 00:03:44 2013 (r329945) @@ -0,0 +1,14 @@ +--- client/Makefile.in.orig 2006-05-10 12:58:02.000000000 +0200 ++++ client/Makefile.in 2013-10-09 10:56:22.929654486 +0200 +@@ -58,9 +58,9 @@ + all: $(TARGETS) + + install: $(TARG_INSTALL) +- mkdir -p $(bindir) ++ mkdir -p $(DESTDIR)$(bindir) + set -xe; for f in $(TARG_INSTALL); \ +- do $(INSTALL_PROGRAM) $$f $(bindir)/$$f; done ++ do $(INSTALL_PROGRAM) $$f $(DESTDIR)$(bindir)/$$f; done + + uninstall: + for f in $(TARGETS); do rm -f $(bindir)/$$f; done Modified: head/dns/adns/files/patch-dynamic-Makefile.in ============================================================================== --- head/dns/adns/files/patch-dynamic-Makefile.in Thu Oct 10 00:00:28 2013 (r329944) +++ head/dns/adns/files/patch-dynamic-Makefile.in Thu Oct 10 00:03:44 2013 (r329945) @@ -1,10 +1,16 @@ ---- dynamic/Makefile.in.orig Tue Jul 4 11:34:55 2006 -+++ dynamic/Makefile.in Tue Jul 4 11:35:05 2006 -@@ -32,7 +32,6 @@ +--- dynamic/Makefile.in.orig 2006-05-10 12:58:02.000000000 +0200 ++++ dynamic/Makefile.in 2013-10-09 10:55:03.235655634 +0200 +@@ -30,10 +30,9 @@ + ALLOBJS= $(addsuffix _p.o, $(basename $(LIBOBJS))) + install: - mkdir -p $(libdir) - $(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE) +- mkdir -p $(libdir) +- $(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE) - ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBSONAME) - ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK) +- ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK) ++ mkdir -p $(DESTDIR)$(libdir) ++ $(INSTALL_PROGRAM) $(SHLIBFILE) $(DESTDIR)$(libdir)/$(SHLIBFILE) ++ (cd $(DESTDIR)$(libdir) && ln -sf $(SHLIBSONAME) $(SHLIBFORLINK)) uninstall: + rm -f $(libdir)/$(SHLIBFILE) $(libdir)/$(SHLIBSONAME) Added: head/dns/adns/files/patch-src-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/adns/files/patch-src-Makefile.in Thu Oct 10 00:03:44 2013 (r329945) @@ -0,0 +1,16 @@ +--- src/Makefile.in.orig 2006-05-10 12:58:03.000000000 +0200 ++++ src/Makefile.in 2013-10-09 10:46:18.314690101 +0200 +@@ -28,10 +28,10 @@ + include adns.make + + install: +- mkdir -p $(libdir) $(includedir) ++ mkdir -p $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) + set -xe; for f in $(TARGETS); \ +- do $(INSTALL_DATA) $$f $(libdir)/$$f; done +- $(INSTALL_DATA) $(srcdir)/../src/adns.h $(includedir)/adns.h ++ do $(INSTALL_DATA) $$f $(DESTDIR)$(libdir)/$$f; done ++ $(INSTALL_DATA) $(srcdir)/../src/adns.h $(DESTDIR)$(includedir)/adns.h + + uninstall: + for f in $(TARGETS); do rm -f $(libdir)/$$f; done