From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 4 14:30:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 77015AC6 for ; Fri, 4 Apr 2014 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51F2D641 for ; Fri, 4 Apr 2014 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s34EU16C032521 for ; Fri, 4 Apr 2014 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s34EU1V3032520; Fri, 4 Apr 2014 14:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 4 Apr 2014 14:30:01 GMT Resent-Message-Id: <201404041430.s34EU1V3032520@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov 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 591908F7 for ; Fri, 4 Apr 2014 14:24:50 +0000 (UTC) Received: from smtpout3.timeweb.ru (smtpout3.timeweb.ru [92.53.117.25]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E1475F8 for ; Fri, 4 Apr 2014 14:24:49 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1WW52t-0002OP-Kl; Fri, 04 Apr 2014 18:24:39 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 4691DCF3; Fri, 4 Apr 2014 18:24:39 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 2F6EF372C; Fri, 4 Apr 2014 18:24:39 +0400 (MSK) Message-Id: <20140404142439.2F6EF372C@hades.panopticon> Date: Fri, 4 Apr 2014 18:24:39 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/188258: [PATCH] devel/avra: install includes, other fixes Cc: graudeejs@gmail.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 14:30:01 -0000 >Number: 188258 >Category: ports >Synopsis: [PATCH] devel/avra: install includes, other fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 04 14:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK >Description: - Install includes - Convert USE_BZIP2 to USES - Respect user-set LDFLAGS - Whitespace fix in pkg-descr Port maintainer (graudeejs@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- avra-1.3.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 350026) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= avra PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -16,13 +17,13 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src -USES= gmake -USE_BZIP2= yes +USES= tar:bzip2 gmake MAKEFILE= ${WRKSRC}/makefiles/Makefile.linux -MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="" +MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" PORTDOCS= * PORTEXAMPLES= * +PORTDATA= * PLIST_FILES= bin/avra do-install: @@ -31,5 +32,7 @@ (cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/../examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/.. && ${COPYTREE_SHARE} includes ${STAGEDIR}${DATADIR}) .include Index: pkg-descr =================================================================== --- pkg-descr (revision 350026) +++ pkg-descr (working copy) @@ -1,4 +1,4 @@ avra is an GNU GPL'ed assembler for the Atmel AVR microcontrollers. See the file COPYING for more information regarding the license. -WWW: http://avra.sourceforge.net/ +WWW: http://avra.sourceforge.net/ --- avra-1.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: