From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 14 18:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 843012BF for ; Fri, 14 Jun 2013 18:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 663B51104 for ; Fri, 14 Jun 2013 18:20:01 +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 r5EIK1XM047328 for ; Fri, 14 Jun 2013 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5EIK1eH047327; Fri, 14 Jun 2013 18:20:01 GMT (envelope-from gnats) Date: Fri, 14 Jun 2013 18:20:01 GMT Message-Id: <201306141820.r5EIK1eH047327@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178386: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 18:20:01 -0000 The following reply was made to PR ports/178386; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178386: commit references a PR Date: Fri, 14 Jun 2013 18:12:09 +0000 (UTC) Author: rakuco Date: Fri Jun 14 18:11:55 2013 New Revision: 320958 URL: http://svnweb.freebsd.org/changeset/ports/320958 Log: Update to 3.08. PR: ports/178386 Submitted by: Jukka Ukkonen Approved by: maintainer timeout (38 days) Added: head/emulators/hercules/files/patch-libtool - copied, changed from r320955, head/emulators/hercules/files/patch-libtool22 Deleted: head/emulators/hercules/files/patch-libtool22 Modified: head/emulators/hercules/Makefile head/emulators/hercules/distinfo head/emulators/hercules/pkg-descr head/emulators/hercules/pkg-plist Modified: head/emulators/hercules/Makefile ============================================================================== --- head/emulators/hercules/Makefile Fri Jun 14 18:11:36 2013 (r320957) +++ head/emulators/hercules/Makefile Fri Jun 14 18:11:55 2013 (r320958) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= hercules -PORTVERSION= 3.07 +PORTVERSION= 3.08 CATEGORIES= emulators -MASTER_SITES= http://www.hercules-390.org/ +MASTER_SITES= http://downloads.hercules-390.eu/ MAINTAINER= bzeeb+freebsdports@zabbadoz.net COMMENT= System/370, ESA/390, and z/Architecture Emulator Modified: head/emulators/hercules/distinfo ============================================================================== --- head/emulators/hercules/distinfo Fri Jun 14 18:11:36 2013 (r320957) +++ head/emulators/hercules/distinfo Fri Jun 14 18:11:55 2013 (r320958) @@ -1,2 +1,2 @@ -SHA256 (hercules-3.07.tar.gz) = 02d5f6c66d699d413a4db9ef5a799249a6645ac10f2af1edb37992e7fa1f7724 -SIZE (hercules-3.07.tar.gz) = 2701835 +SHA256 (hercules-3.08.tar.gz) = 85e217773587f2278d4b6cb6bc815e042cfc982d0fc14baa0da4a84dea399e9d +SIZE (hercules-3.08.tar.gz) = 2684844 Copied and modified: head/emulators/hercules/files/patch-libtool (from r320955, head/emulators/hercules/files/patch-libtool22) ============================================================================== --- head/emulators/hercules/files/patch-libtool22 Fri Jun 14 17:21:30 2013 (r320955, copy source) +++ head/emulators/hercules/files/patch-libtool Fri Jun 14 18:11:55 2013 (r320958) @@ -1,63 +1,48 @@ ---- crypto/Makefile.in.orig 2009-07-13 15:39:40.000000000 -0500 -+++ crypto/Makefile.in 2009-07-13 15:39:44.000000000 -0500 -@@ -244,7 +244,7 @@ - @OPTION_DYNAMIC_LOAD_FALSE@DYNSRC = $(dyndev_SRC) - @OPTION_DYNAMIC_LOAD_TRUE@DYNSRC = - @OPTION_DYNAMIC_LOAD_FALSE@LTDL = --@OPTION_DYNAMIC_LOAD_TRUE@LTDL = ../ltdl.c -+@OPTION_DYNAMIC_LOAD_TRUE@LTDL = - @OPTION_DYNAMIC_LOAD_FALSE@DYNMOD_LD_FLAGS = - @OPTION_DYNAMIC_LOAD_TRUE@DYNMOD_LD_FLAGS = -module \ - @OPTION_DYNAMIC_LOAD_TRUE@ -no-undefined \ ---- decNumber/Makefile.in.orig 2009-07-13 15:40:23.000000000 -0500 -+++ decNumber/Makefile.in 2009-07-13 15:40:25.000000000 -0500 -@@ -258,7 +258,7 @@ - @BUILD_SHARED_FALSE@XSTATIC = -static - @BUILD_SHARED_TRUE@XSTATIC = - @OPTION_DYNAMIC_LOAD_FALSE@LTDL = --@OPTION_DYNAMIC_LOAD_TRUE@LTDL = ../ltdl.c -+@OPTION_DYNAMIC_LOAD_TRUE@LTDL = - @OPTION_DYNAMIC_LOAD_FALSE@LIB_LD_FLAGS = $(XSTATIC) \ - @OPTION_DYNAMIC_LOAD_FALSE@ -no-undefined \ - @OPTION_DYNAMIC_LOAD_FALSE@ -avoid-version ---- Makefile.in.orig 2010-03-07 14:04:49.000000000 +0200 -+++ Makefile.in 2012-10-14 17:27:30.565513737 +0300 -@@ -304,13 +304,13 @@ +--- Makefile.in.orig 2013-04-04 14:07:19.184726980 +0300 ++++ Makefile.in 2013-04-04 14:08:33.594716391 +0300 +@@ -370,10 +370,10 @@ libhercu_la_DEPENDENCIES = $(am__DEPENDENCIES_1) libhercs.la am__libhercu_la_SOURCES_DIST = version.c hscutl.c hscutl2.c codepage.c \ logger.c logmsg.c hdl.c hostinfo.c hsocket.c memrchr.c \ -- parser.c pttrace.c fthreads.c fishhang.c ltdl.c -+ parser.c pttrace.c fthreads.c fishhang.c +- parser.c pttrace.c fthreads.c ltdl.c ++ parser.c pttrace.c fthreads.c am__objects_5 = fthreads.lo - @BUILD_FTHREADS_TRUE@am__objects_8 = $(am__objects_5) - am__objects_6 = fishhang.lo - @BUILD_FISHHANG_TRUE@@BUILD_FTHREADS_TRUE@am__objects_9 = \ - @BUILD_FISHHANG_TRUE@@BUILD_FTHREADS_TRUE@ $(am__objects_6) --@OPTION_DYNAMIC_LOAD_TRUE@am__objects_10 = ltdl.lo -+@OPTION_DYNAMIC_LOAD_TRUE@am__objects_10 = + @BUILD_FTHREADS_TRUE@am__objects_6 = $(am__objects_5) +-@OPTION_DYNAMIC_LOAD_TRUE@am__objects_7 = ltdl.lo ++#@OPTION_DYNAMIC_LOAD_TRUE@am__objects_7 = ltdl.lo am_libhercu_la_OBJECTS = version.lo hscutl.lo hscutl2.lo codepage.lo \ logger.lo logmsg.lo hdl.lo hostinfo.lo hsocket.lo memrchr.lo \ - parser.lo pttrace.lo $(am__objects_8) $(am__objects_9) \ -@@ -687,7 +687,7 @@ + parser.lo pttrace.lo $(am__objects_6) $(am__objects_7) +@@ -833,8 +833,8 @@ + @BUILD_SHARED_TRUE@XSTATIC = @OPTION_DYNAMIC_LOAD_FALSE@DYNSRC = $(dyndev_SRC) @OPTION_DYNAMIC_LOAD_TRUE@DYNSRC = - @OPTION_DYNAMIC_LOAD_FALSE@LTDL = +-@OPTION_DYNAMIC_LOAD_FALSE@LTDL = -@OPTION_DYNAMIC_LOAD_TRUE@LTDL = ltdl.c -+@OPTION_DYNAMIC_LOAD_TRUE@LTDL = ++#@OPTION_DYNAMIC_LOAD_FALSE@LTDL = ++#@OPTION_DYNAMIC_LOAD_TRUE@LTDL = ltdl.c @OPTION_DYNAMIC_LOAD_FALSE@DYNMOD_LD_FLAGS = @OPTION_DYNAMIC_LOAD_TRUE@DYNMOD_LD_FLAGS = -module \ @OPTION_DYNAMIC_LOAD_TRUE@ -no-undefined \ -@@ -913,8 +913,7 @@ - memrchr.c \ +@@ -984,7 +984,7 @@ + parser.c \ + pttrace.c \ + $(FTHREADS) \ +- $(LTDL) ++# $(LTDL) + + libhercu_la_LDFLAGS = $(LIB_LD_FLAGS) + libhercu_la_LIBADD = $(LDADD) libhercs.la +@@ -1059,7 +1059,7 @@ $(dynamic_SRC) \ $(extra_SRC) \ -- $(dyndev_SRC) \ + $(dyndev_SRC) \ - ltdl.c -+ $(dyndev_SRC) ++# ltdl.c libherc_la_LDFLAGS = $(LIB_LD_FLAGS) libherc_la_LIBADD = libhercs.la \ -@@ -1166,7 +1165,6 @@ +@@ -1302,7 +1302,6 @@ hdl.h \ crypto.h \ sockdev.h \ @@ -65,11 +50,12 @@ herc_getopt.h \ service.h \ chsc.h \ -@@ -1552,7 +1550,6 @@ +@@ -1711,7 +1710,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logmsg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/losc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ltdl.Plo@am__quote@ ++#@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ltdl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/machchk.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memrchr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omatape.Plo@am__quote@ Modified: head/emulators/hercules/pkg-descr ============================================================================== --- head/emulators/hercules/pkg-descr Fri Jun 14 18:11:36 2013 (r320957) +++ head/emulators/hercules/pkg-descr Fri Jun 14 18:11:55 2013 (r320958) @@ -7,6 +7,6 @@ Jaeger designed and implemented many of including dynamic reconfiguration, integrated console, interpretive execution and z/Architecture support. -WWW: http://www.hercules-390.org/ +WWW: http://www.hercules-390.eu/ -phk@FreeBSD.org Modified: head/emulators/hercules/pkg-plist ============================================================================== --- head/emulators/hercules/pkg-plist Fri Jun 14 18:11:36 2013 (r320957) +++ head/emulators/hercules/pkg-plist Fri Jun 14 18:11:55 2013 (r320958) @@ -1,3 +1,4 @@ +bin/bldlvlck bin/cckd2ckd bin/cckdcdsk bin/cckdcomp @@ -5,7 +6,6 @@ bin/cckddiag bin/cckdswap bin/cfba2fba bin/ckd2cckd -bin/cvslvlck bin/dasdcat bin/dasdconv bin/dasdcopy _______________________________________________ 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"