From owner-svn-ports-all@FreeBSD.ORG Mon Feb 17 21:24:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71BC7526; Mon, 17 Feb 2014 21:24:50 +0000 (UTC) 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 5BD9B12BB; Mon, 17 Feb 2014 21:24:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1HLOob4058161; Mon, 17 Feb 2014 21:24:50 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1HLOonv058159; Mon, 17 Feb 2014 21:24:50 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402172124.s1HLOonv058159@svn.freebsd.org> From: John Marino Date: Mon, 17 Feb 2014 21:24:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344823 - in head/devel/ahven: . 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 21:24:50 -0000 Author: marino Date: Mon Feb 17 21:24:49 2014 New Revision: 344823 URL: http://svnweb.freebsd.org/changeset/ports/344823 QAT: https://qat.redports.org/buildarchive/r344823/ Log: devel/ahven: Two more fixes Fix 1: It was building windows compat by default, switch to "unix" Fix 2: BSD_INSTALL_LIB was stripping all symbols out of static libary, switch to BSD_INSTALL_DATA to avoid that. Modified: head/devel/ahven/Makefile head/devel/ahven/files/patch-Makefile Modified: head/devel/ahven/Makefile ============================================================================== --- head/devel/ahven/Makefile Mon Feb 17 21:09:17 2014 (r344822) +++ head/devel/ahven/Makefile Mon Feb 17 21:24:49 2014 (r344823) @@ -3,7 +3,7 @@ PORTNAME= ahven PORTVERSION= 2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/Ahven%20${PORTVERSION} @@ -17,6 +17,7 @@ BUILD_DEPENDS= adactl:${PORTSDIR}/lang/a USES= ada ALL_TARGET= build_all +MAKE_ENV+= OS_VERSION=unix OPTIONS_DEFINE= DOCS Modified: head/devel/ahven/files/patch-Makefile ============================================================================== --- head/devel/ahven/files/patch-Makefile Mon Feb 17 21:09:17 2014 (r344822) +++ head/devel/ahven/files/patch-Makefile Mon Feb 17 21:24:49 2014 (r344823) @@ -16,7 +16,7 @@ + mkdir -p $(DESTDIR)$(PREFIX)/lib/gnat + $(BSD_INSTALL_DATA) $(SOURCES) $(DESTDIR)$(PREFIX)/include/ahven + $(BSD_INSTALL_DATA) $(ALI_FILES) $(DESTDIR)$(PREFIX)/lib/ahven -+ $(BSD_INSTALL_LIB) lib/$(STATIC_LIBRARY) $(DESTDIR)$(PREFIX)/lib/ahven ++ $(BSD_INSTALL_DATA) lib/$(STATIC_LIBRARY) $(DESTDIR)$(PREFIX)/lib/ahven + $(BSD_INSTALL_DATA) $(GPR_FILE) $(DESTDIR)$(PREFIX)/lib/gnat install_docs: userguide