Bug 188258 - [PATCH] devel/avra: install includes, other fixes
Summary: [PATCH] devel/avra: install includes, other fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 15:30 UTC by Dmitry Marakasov
Modified: 2014-04-23 02:10 UTC (History)
1 user (show)

See Also:


Attachments
avra-1.3.0.patch (1.33 KB, patch)
2014-04-04 15:30 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-04-04 15:30:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-04 15:30:04 UTC
Maintainer of devel/avra,

Please note that PR ports/188258 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188258

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-04 15:30:05 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-23 02:00:54 UTC
State Changed
From-To: feedback->closed

Committed.  Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-23 02:00:56 UTC
Author: amdmi3
Date: Wed Apr 23 01:00:52 2014
New Revision: 351895
URL: http://svnweb.freebsd.org/changeset/ports/351895
QAT: https://qat.redports.org/buildarchive/r351895/

Log:
  - Install includes
  - Convert USE_BZIP2 to USES
  - Respect user-set LDFLAGS
  - Whitespace fix in pkg-descr
  
  PR:		188258
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/devel/avra/Makefile
  head/devel/avra/pkg-descr

Modified: head/devel/avra/Makefile
==============================================================================
--- head/devel/avra/Makefile	Wed Apr 23 00:59:06 2014	(r351894)
+++ head/devel/avra/Makefile	Wed Apr 23 01:00:52 2014	(r351895)
@@ -3,6 +3,7 @@
 
 PORTNAME=	avra
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
@@ -16,13 +17,13 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 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 @@ do-install:
 	(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 <bsd.port.mk>

Modified: head/devel/avra/pkg-descr
==============================================================================
--- head/devel/avra/pkg-descr	Wed Apr 23 00:59:06 2014	(r351894)
+++ head/devel/avra/pkg-descr	Wed Apr 23 01:00:52 2014	(r351895)
@@ -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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"