Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2013 20:04:16 GMT
From:      Hardy Schumacher <hardy.schumacher@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174955: [UPDATE] devel/z80ex to v1.1.20
Message-ID:  <201301032004.r03K4G7C075143@red.freebsd.org>
Resent-Message-ID: <201301032010.r03KA0fa068296@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174955
>Category:       ports
>Synopsis:       [UPDATE] devel/z80ex to v1.1.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 03 20:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hardy Schumacher
>Release:        FreeBSD-9.1
>Organization:
>Environment:
FreeBSD gamma.low.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r244739: Sat Dec 29 23:30:35 CET 2012     root@gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA  i386
>Description:
Update for port devel/z80ex to v1.1.20 is available.
>How-To-Repeat:
n/a
>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/devel/z80ex/Makefile ./z80ex/Makefile
--- /usr/ports/devel/z80ex/Makefile	2012-12-26 19:25:31.000000000 +0100
+++ ./z80ex/Makefile	2013-01-03 20:54:45.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	z80ex
-PORTVERSION=	1.1.19
+PORTVERSION=	1.1.20
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
diff -ruN /usr/ports/devel/z80ex/distinfo ./z80ex/distinfo
--- /usr/ports/devel/z80ex/distinfo	2012-12-26 19:25:31.000000000 +0100
+++ ./z80ex/distinfo	2013-01-03 20:59:23.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (z80ex-1.1.19.tar.gz) = 3a83f89937a747ad759f9fea6ae37a41601529fb61c30dffff0143e5fec9813e
-SIZE (z80ex-1.1.19.tar.gz) = 65722
+SHA256 (z80ex-1.1.20.tar.gz) = 2e2eb7b35e96ec002f8ae9b0112e900e860b0fd4520b49d240c719a4e7401b43
+SIZE (z80ex-1.1.20.tar.gz) = 65652
diff -ruN /usr/ports/devel/z80ex/files/patch-Makefile ./z80ex/files/patch-Makefile
--- /usr/ports/devel/z80ex/files/patch-Makefile	2012-12-26 19:25:31.000000000 +0100
+++ ./z80ex/files/patch-Makefile	2013-01-03 20:59:13.000000000 +0100
@@ -1,19 +1,19 @@
---- ./Makefile.orig	2010-02-03 19:56:53.000000000 +0100
-+++ ./Makefile	2010-02-03 19:57:20.000000000 +0100
-@@ -5,8 +5,7 @@
- #################################################################
- # You may tune these values to feet your setup:
- #################################################################
--INSTALL_PREFIX := /usr/local
--CC := gcc 
-+INSTALL_PREFIX := ${PREFIX}
- ALL_CFLAGS := -fPIC -fno-common -ansi -pedantic -Wall -pipe -O2 -I. -I./include 
- LINKER := gcc
- 
-@@ -93,4 +92,4 @@
- 	tar --exclude z80ex.geany --exclude obsolete --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE} --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz -hcf - ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}/ | gzip -f9 > ${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz
- 	rm -rf ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}
- 
--#EOF
-\ No newline at end of file
-+#EOF
+--- Makefile.orig	2013-01-03 20:58:47.000000000 +0100
++++ Makefile	2013-01-03 20:58:55.000000000 +0100
+@@ -5,12 +5,12 @@
+ #################################################################
+ # You may tune these values to fit your setup:
+ #################################################################
+-INSTALL_PREFIX := /usr/local
++INSTALL_PREFIX := ${PREFIX}
+ TOOLS_PREFIX :=
+ 
+-CC := $(TOOLS_PREFIX)gcc 
+-LINKER := $(TOOLS_PREFIX)gcc
+-AR := $(TOOLS_PREFIX)ar
++CC := ${CC}
++LINKER := ${CC}
++AR := ${AR}
+ 
+ ALL_CFLAGS := -fPIC -fno-common -ansi -pedantic -Wall -pipe -O2 -I. -I./include 
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301032004.r03K4G7C075143>