From owner-svn-ports-head@FreeBSD.ORG Fri Oct 25 18:38:05 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 03C27B3E; Fri, 25 Oct 2013 18:38:05 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 E452C2949; Fri, 25 Oct 2013 18:38:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9PIc4X2081056; Fri, 25 Oct 2013 18:38:04 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9PIc4Dv081053; Fri, 25 Oct 2013 18:38:04 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310251838.r9PIc4Dv081053@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Fri, 25 Oct 2013 18:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331623 - head/emulators/hercules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 18:38:05 -0000 Author: danilo Date: Fri Oct 25 18:38:03 2013 New Revision: 331623 URL: http://svnweb.freebsd.org/changeset/ports/331623 Log: - Update from 3.08 to 3.09 - Define DOCS and OPTIMIZATIONS options - Remove NLS option - Add stage support Modified: head/emulators/hercules/Makefile head/emulators/hercules/distinfo head/emulators/hercules/pkg-plist Modified: head/emulators/hercules/Makefile ============================================================================== --- head/emulators/hercules/Makefile Fri Oct 25 18:33:35 2013 (r331622) +++ head/emulators/hercules/Makefile Fri Oct 25 18:38:03 2013 (r331623) @@ -2,25 +2,31 @@ # $FreeBSD$ PORTNAME= hercules -PORTVERSION= 3.08 +PORTVERSION= 3.09 CATEGORIES= emulators MASTER_SITES= http://downloads.hercules-390.eu/ MAINTAINER= ports@FreeBSD.org COMMENT= System/370, ESA/390, and z/Architecture Emulator -OPTIONS_DEFINE= DEBUG NLS PTHREADS -OPTIONS_DEFAULT= NLS PTHREADS +OPTIONS_DEFINE= DEBUG PTHREADS OPTIMIZATIONS DOCS +OPTIONS_DEFAULT= PTHREADS PTHREADS_DESC= Build with pthreads instead of fthreads +OPTIMIZATIONS_DESC= Enable optimizations USE_AUTOTOOLS= libtool libltdl GNU_CONFIGURE= yes USE_LDCONFIG= yes +CFLAGS+= -I/usr/local/include +LDFLAGS+= -L/usr/local/lib + PORTDOCS= * -NO_STAGE= yes -.include +DEBUG_CFLAGS= -g +PTHREADS_CONFIGURE_ON= --disable-fthreads +OPTIMIZATIONS_CONFIGURE_ON= --enable-optimization="yes" +OPTIMIZATIONS_CONFIGURE_OFF= --enable-optimization="no" post-extract: @${RM} ${WRKSRC}/ltdl.* @@ -28,39 +34,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's@SOL_TCP@IPPROTO_TCP@g' ${WRKSRC}/hscutl.c -.if empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} -e 's,^SUBDIRS = decNumber m4 po util html man . crypto,SUBDIRS = decNumber m4 po util man . crypto,g' ${WRKSRC}/Makefile.in -.else @${REINPLACE_CMD} -e 's,^datadir = @datadir@,datadir = ${PREFIX}/share/doc/,' ${WRKSRC}/html/Makefile.in -.endif @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ '/^libherc_la_LIBADD/s|=|= -lltdl |g' -MAN1= cckddiag.1 dasdseq.1 -MAN4= cckd.4 - -post-install: - @${CAT} ${PKGMESSAGE} - -.if ${PORT_OPTIONS:MDEBUG} -CFLAGS+= -g -.endif - -.if ${PORT_OPTIONS:MPTHREADS} -CONFIGURE_ARGS+= --disable-fthreads -.endif - -.if empty(PORT_OPTIONS:MNLS) -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= GETTEXT="@comment " -.else -CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} -USES+= gettext -PLIST_SUB+= GETTEXT="" -.endif - -.if defined(CFLAGS) -CONFIGURE_ARGS+= --enable-optimization="no" -.endif - .include Modified: head/emulators/hercules/distinfo ============================================================================== --- head/emulators/hercules/distinfo Fri Oct 25 18:33:35 2013 (r331622) +++ head/emulators/hercules/distinfo Fri Oct 25 18:38:03 2013 (r331623) @@ -1,2 +1,2 @@ -SHA256 (hercules-3.08.tar.gz) = 85e217773587f2278d4b6cb6bc815e042cfc982d0fc14baa0da4a84dea399e9d -SIZE (hercules-3.08.tar.gz) = 2684844 +SHA256 (hercules-3.09.tar.gz) = 98a6029d908943451635ba53acf97ed61fdf6ebafc4402be7137c620851fe4e7 +SIZE (hercules-3.09.tar.gz) = 2567052 Modified: head/emulators/hercules/pkg-plist ============================================================================== --- head/emulators/hercules/pkg-plist Fri Oct 25 18:33:35 2013 (r331622) +++ head/emulators/hercules/pkg-plist Fri Oct 25 18:38:03 2013 (r331623) @@ -72,7 +72,10 @@ lib/hercules/hdteq.la lib/hercules/hdteq.so lib/hercules/hdtqeth.la lib/hercules/hdtqeth.so -@dirrm lib/hercules +man/man1/cckddiag.1.gz +man/man1/dasdseq.1.gz +man/man1/hercules.1.gz +man/man4/cckd.4.gz %%DATADIR%%/TMOUNT.txt %%DATADIR%%/awssl-v19g %%DATADIR%%/awswrite.jcl @@ -81,6 +84,5 @@ lib/hercules/hdtqeth.so %%DATADIR%%/rawstape.jcl %%DATADIR%%/tapeconv.jcl %%DATADIR%%/zzsacard.bin -@dirrm share/hercules -%%GETTEXT%%share/locale/de/LC_MESSAGES/hercules.mo -%%GETTEXT%%share/locale/nl/LC_MESSAGES/hercules.mo +@dirrm %%DATADIR%% +@dirrm lib/hercules