Date: Sun, 29 Sep 2013 11:44:55 GMT From: Fernando <fernando.apesteguia@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/182483: [maintainer update] update lang/basic256 to 0.9.9.68 Message-ID: <201309291144.r8TBitgk023871@oldred.freebsd.org> Resent-Message-ID: <201309291150.r8TBo07m011266@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182483 >Category: ports >Synopsis: [maintainer update] update lang/basic256 to 0.9.9.68 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 29 11:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Fernando >Release: 9.1-RELEASE >Organization: Open Sistemas >Environment: FreeBSD beastie 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Tue Jun 11 18:21:20 CEST 2013 root@beastie:/usr/obj/usr/src/sys/APEKERNEL-9.1 amd64 >Description: Updating lang/basic256 to 0.9.9.68 >How-To-Repeat: >Fix: Apply the attached patch. This new version adds a patch to remove the unused std namespace. That prevented the port from compiling in the build server. Tested on redports: https://redports.org/~fernape/20130929092701-57828-148092/basic256-0.9.9.68.log https://redports.org/~fernape/20130929092701-57828-148093/basic256-0.9.9.68.log Patch attached with submission follows: diff -ruN /usr/ports/lang/basic256/Makefile lang/basic256/Makefile --- /usr/ports/lang/basic256/Makefile 2013-09-20 21:53:09.000000000 +0200 +++ lang/basic256/Makefile 2013-09-28 18:14:24.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: lang/basic256/Makefile 327741 2013-09-20 19:53:09Z bapt $ PORTNAME= basic256 -PORTVERSION= 0.9.9.64 +PORTVERSION= 0.9.9.68 CATEGORIES= lang MASTER_SITES= SF MASTER_SITE_SUBDIR= kidbasic/${PORTNAME} diff -ruN /usr/ports/lang/basic256/distinfo lang/basic256/distinfo --- /usr/ports/lang/basic256/distinfo 2013-08-25 11:14:39.000000000 +0200 +++ lang/basic256/distinfo 2013-09-28 18:14:37.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (basic256_0.9.9.64.tgz) = 8a3a5f919502d98329e3922eb656d76bd69142e7bbb31c8cf5d78af1fbd3b991 -SIZE (basic256_0.9.9.64.tgz) = 1919053 +SHA256 (basic256_0.9.9.68.tgz) = 786698477299c78f0f00fead25812d5c3ddceb04da8757d5d8566ecd28908cb4 +SIZE (basic256_0.9.9.68.tgz) = 1923858 diff -ruN /usr/ports/lang/basic256/files/patch-BasicGraph.cpp lang/basic256/files/patch-BasicGraph.cpp --- /usr/ports/lang/basic256/files/patch-BasicGraph.cpp 1970-01-01 01:00:00.000000000 +0100 +++ lang/basic256/files/patch-BasicGraph.cpp 2013-09-28 18:26:30.000000000 +0200 @@ -0,0 +1,10 @@ +--- BasicGraph.cpp.orig 2013-09-28 18:25:56.000000000 +0200 ++++ BasicGraph.cpp 2013-09-28 18:26:06.000000000 +0200 +@@ -37,7 +37,6 @@ + #include <QPrinter> + #endif + +-using namespace std; + + #include "BasicGraph.h" + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309291144.r8TBitgk023871>