From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 22 10:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF401ABF for ; Sun, 22 Dec 2013 10:30:00 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 894471221 for ; Sun, 22 Dec 2013 10:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBMAU092087050 for ; Sun, 22 Dec 2013 10:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBMAU0mh087049; Sun, 22 Dec 2013 10:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 22 Dec 2013 10:30:00 GMT Resent-Message-Id: <201312221030.rBMAU0mh087049@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, Hardy Schumacher 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 77067935 for ; Sun, 22 Dec 2013 10:23:04 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5689F11F5 for ; Sun, 22 Dec 2013 10:23:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBMAN4vq022713 for ; Sun, 22 Dec 2013 10:23:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBMAN3wg022699; Sun, 22 Dec 2013 10:23:03 GMT (envelope-from nobody) Message-Id: <201312221023.rBMAN3wg022699@oldred.freebsd.org> Date: Sun, 22 Dec 2013 10:23:03 GMT From: Hardy Schumacher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185082: [UPDATE] devel/z80ex to v1.1.21 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: Sun, 22 Dec 2013 10:30:00 -0000 >Number: 185082 >Category: ports >Synopsis: [UPDATE] devel/z80ex to v1.1.21 >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: Sun Dec 22 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hardy Schumacher >Release: FreeBSD-9.2 >Organization: >Environment: FreeBSD gamma.low.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255996: Thu Oct 3 20:40:04 CEST 2013 root@gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA i386 >Description: Update for port devel/z80ex to v1.1.21 is available. It contains bugfixes and improvements. Furthermore I've added LICENSE information to port. >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 2013-09-21 20:12:01.000000000 +0200 +++ ./z80ex/Makefile 2013-12-22 11:09:08.000000000 +0100 @@ -2,21 +2,21 @@ # $FreeBSD: head/devel/z80ex/Makefile 327726 2013-09-20 17:17:44Z bapt $ PORTNAME= z80ex -PORTVERSION= 1.1.20.1 +PORTVERSION= 1.1.21 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/1.1.20rev1 -DISTNAME= ${PORTNAME}-1.1.20rev1 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= hardy.schumacher@gmx.de COMMENT= ZiLOG Z80 CPU emulator library +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= dos2unix +DOS2UNIX_FILES= Makefile USE_GMAKE= yes USE_LDCONFIG= yes NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's/$$(TOOLS_PREFIX)gcc/$${CC}/' \ - -e 's/$$(TOOLS_PREFIX)ar/$${AR}/' \ - -e 's/-O2//' ${WRKSRC}/Makefile .include diff -ruN /usr/ports/devel/z80ex/distinfo ./z80ex/distinfo --- /usr/ports/devel/z80ex/distinfo 2013-04-22 19:34:45.000000000 +0200 +++ ./z80ex/distinfo 2013-12-22 10:34:38.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (z80ex-1.1.20rev1.tar.gz) = be766a27beda1b78ae3a21e335ea1f8135043608b66c5570b2f345356a5e7f53 -SIZE (z80ex-1.1.20rev1.tar.gz) = 65745 +SHA256 (z80ex-1.1.21.tar.gz) = 6f5e521d068a614b41e10180ad4ae45b1bc258ec28c962543feb9078856c2530 +SIZE (z80ex-1.1.21.tar.gz) = 64313 diff -ruN /usr/ports/devel/z80ex/files/patch-Makefile ./z80ex/files/patch-Makefile --- /usr/ports/devel/z80ex/files/patch-Makefile 1970-01-01 01:00:00.000000000 +0100 +++ ./z80ex/files/patch-Makefile 2013-12-22 11:01:50.000000000 +0100 @@ -0,0 +1,19 @@ +--- Makefile.bak 2013-07-29 02:23:15.000000000 +0200 ++++ Makefile 2013-12-22 10:56:42.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 + diff -ruN /usr/ports/devel/z80ex/pkg-plist ./z80ex/pkg-plist --- /usr/ports/devel/z80ex/pkg-plist 2013-04-22 19:34:45.000000000 +0200 +++ ./z80ex/pkg-plist 2013-12-22 10:41:11.000000000 +0100 @@ -6,7 +6,7 @@ lib/libz80ex_dasm.a lib/libz80ex_dasm.so.1 lib/libz80ex.so -lib/libz80ex.so.1.1.20rev1 +lib/libz80ex.so.1.1.21 lib/libz80ex_dasm.so -lib/libz80ex_dasm.so.1.1.20rev1 +lib/libz80ex_dasm.so.1.1.21 @dirrm include/z80ex >Release-Note: >Audit-Trail: >Unformatted: