Index: head/devel/avra/files/patch-src_makefiles_Makefile.linux =================================================================== --- head/devel/avra/files/patch-src_makefiles_Makefile.linux (revision 542742) +++ head/devel/avra/files/patch-src_makefiles_Makefile.linux (nonexistent) @@ -1,23 +0,0 @@ ---- src/makefiles/Makefile.linux.orig 2019-04-24 20:15:58 UTC -+++ src/makefiles/Makefile.linux -@@ -1,7 +1,7 @@ --CC = gcc --LD = gcc -static --CFLAGS = -Wall -O3 $(CDEFS) --LDFLAGS = -s -+CC ?= gcc -+CFLAGS ?= -Wall -O3 -+CFLAGS += $(CDEFS) -+LDFLAGS ?= -s - - SOURCES = avra.c \ - device.c \ -@@ -19,7 +19,7 @@ SOURCES = avra.c \ - OBJECTS = $(SOURCES:.c=.o) - - avra: $(OBJECTS) -- $(LD) -o $@ $(OBJECTS) $(LDFLAGS) -+ $(CC) -o $@ $(OBJECTS) $(LDFLAGS) - - clean: - rm -f avra *.o *.p *~ Property changes on: head/devel/avra/files/patch-src_makefiles_Makefile.linux ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/avra/files/patch-Makefile =================================================================== --- head/devel/avra/files/patch-Makefile (revision 542742) +++ head/devel/avra/files/patch-Makefile (nonexistent) @@ -1,13 +0,0 @@ ---- Makefile.orig 2019-04-24 20:15:58 UTC -+++ Makefile -@@ -11,8 +11,8 @@ DISTFILES = src \ - COPYING \ - Makefile \ - --PREFIX = /usr/local --TARGET_INCLUDE_PATH = $(PREFIX)/include/avr -+PREFIX ?= /usr/local -+TARGET_INCLUDE_PATH ?= $(PREFIX)/include/avr - - CDEFS = -DDEFAULT_INCLUDE_PATH='"$(TARGET_INCLUDE_PATH)"' \ - -DVERSION='"$(VERSION)"' Property changes on: head/devel/avra/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/avra/files/patch-tests_regression_runtests.sh =================================================================== --- head/devel/avra/files/patch-tests_regression_runtests.sh (revision 542742) +++ head/devel/avra/files/patch-tests_regression_runtests.sh (nonexistent) @@ -1,8 +0,0 @@ ---- tests/regression/runtests.sh.orig 2019-04-24 20:15:58 UTC -+++ tests/regression/runtests.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - AVRA_BIN="../../src/avra" - Property changes on: head/devel/avra/files/patch-tests_regression_runtests.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/avra/Makefile =================================================================== --- head/devel/avra/Makefile (revision 542742) +++ head/devel/avra/Makefile (revision 542743) @@ -1,39 +1,39 @@ # Created by: Wes Peters <@FreeBSD.org> # $FreeBSD$ PORTNAME= avra -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org COMMENT= Macro Assembler for Atmel AVR microcontrollers LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= hsoft USES= gmake MAKE_ENV= TARGET_INCLUDE_PATH="${DATADIR}/includes" TEST_TARGET= check PORTDOCS= AUTHORS CHANGELOG.md README.md TODO USAGE.md PORTEXAMPLES= * PORTDATA= * PLIST_FILES= bin/avra OPTIONS_DEFINE= DOCS EXAMPLES post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/avra do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/devel/avra/distinfo =================================================================== --- head/devel/avra/distinfo (revision 542742) +++ head/devel/avra/distinfo (revision 542743) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574960402 -SHA256 (hsoft-avra-1.4.1_GH0.tar.gz) = 0b92f3a2709d72b903fd95afee2c985ed3847440ad12cd651738afffa14ec69e -SIZE (hsoft-avra-1.4.1_GH0.tar.gz) = 386055 +TIMESTAMP = 1595332726 +SHA256 (hsoft-avra-1.4.2_GH0.tar.gz) = cc56837be973d1a102dc6936a0b7235a1d716c0f7cd053bf77e0620577cff986 +SIZE (hsoft-avra-1.4.2_GH0.tar.gz) = 392445