From owner-svn-ports-all@freebsd.org Tue Feb 13 21:11:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0AE1F00D64; Tue, 13 Feb 2018 21:11:25 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9507A719C1; Tue, 13 Feb 2018 21:11:25 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90010261D1; Tue, 13 Feb 2018 21:11:25 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1DLBP1a005113; Tue, 13 Feb 2018 21:11:25 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1DLBPi0005109; Tue, 13 Feb 2018 21:11:25 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201802132111.w1DLBPi0005109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 13 Feb 2018 21:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461750 - in head/cad/xcircuit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/cad/xcircuit: . files X-SVN-Commit-Revision: 461750 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 21:11:26 -0000 Author: danilo Date: Tue Feb 13 21:11:24 2018 New Revision: 461750 URL: https://svnweb.freebsd.org/changeset/ports/461750 Log: - Update to 3.10.8 Modified: head/cad/xcircuit/Makefile head/cad/xcircuit/distinfo head/cad/xcircuit/files/patch-Makefile.in head/cad/xcircuit/pkg-plist Modified: head/cad/xcircuit/Makefile ============================================================================== --- head/cad/xcircuit/Makefile Tue Feb 13 21:09:37 2018 (r461749) +++ head/cad/xcircuit/Makefile Tue Feb 13 21:11:24 2018 (r461750) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xcircuit -PORTVERSION= 3.10.4 +PORTVERSION= 3.10.8 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \ Modified: head/cad/xcircuit/distinfo ============================================================================== --- head/cad/xcircuit/distinfo Tue Feb 13 21:09:37 2018 (r461749) +++ head/cad/xcircuit/distinfo Tue Feb 13 21:11:24 2018 (r461750) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508280174 -SHA256 (xcircuit-3.10.4.tgz) = c0b4eb73cd47fef42f5d74feb82dac429cadb7240988ef395d570b20758dc54a -SIZE (xcircuit-3.10.4.tgz) = 1609189 +TIMESTAMP = 1518353121 +SHA256 (xcircuit-3.10.8.tgz) = ada9b2f073ee75da649ccd7534335ed430b09d36065e9512810d7d0b2c9ec9d9 +SIZE (xcircuit-3.10.8.tgz) = 1612060 Modified: head/cad/xcircuit/files/patch-Makefile.in ============================================================================== --- head/cad/xcircuit/files/patch-Makefile.in Tue Feb 13 21:09:37 2018 (r461749) +++ head/cad/xcircuit/files/patch-Makefile.in Tue Feb 13 21:11:24 2018 (r461750) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2009-07-08 00:47:22.000000000 +0900 -+++ Makefile.in 2009-11-09 22:34:02.000000000 +0900 -@@ -227,8 +227,8 @@ +--- Makefile.in.orig 2018-02-11 12:50:50 UTC ++++ Makefile.in +@@ -372,8 +372,8 @@ ac_aux_dir = dist tmpdir = /tmp # Directories for app-defaults file and manual page @@ -8,10 +8,10 @@ -appmandir = $(libdir)/$(PACKAGE)-$(VERSION)/man +appdefaultsdir = $(libdir)/X11/app-defaults +appmandir = $(man1dir) - PATHNAMES = -DPROG_VERSION=$(VERSION) \ - -DPROG_REVISION=$(REVISION) \ + PATHNAMES = -DPROG_VERSION=\"$(VERSION)\" \ + -DPROG_REVISION=\"$(REVISION)\" \ -DCAD_DIR=\"$(libdir)\" \ -@@ -260,8 +260,8 @@ +@@ -409,8 +409,8 @@ man_MANS = lib/xcircuit.1 INCLUDES = -IXw ${INC_SPECS} # Library directory and files @@ -21,10 +21,10 @@ +scriptsdir = $(pkgdatadir) USER_RC_FILE = .xcircuitrc PROLOGUE_FILE = xcircps2.pro - LGF_LIB = lgf.lps -@@ -640,7 +640,7 @@ - $(RM) lib/xcircuit${SHDLIB_EXT} - $(CC) ${CFLAGS} ${SHLIB_CFLAGS} -o $@ ${LDDL_FLAGS} xcwrap.o \ + CYRILLIC_ENC_FILE = cyrillic.enc +@@ -842,7 +842,7 @@ lib/$(INTERP_PATH)/$(WRAPPER_OBJ): xcwrap.o ${xcircuit + $(RM) lib/$(INTERP_PATH)/$(WRAPPER_OBJ) + $(SHLIB_LD) ${CFLAGS} -o $@ ${LDDL_FLAGS} xcwrap.o \ ${xcircuit_OBJECTS} ${xcircuit_LDADD} ${SHLIB_LIB_SPECS} \ - ${LDFLAGS} ${X_EXTRA_LIBS} ${EXTRA_LIBS} -lc ${LIBS} \ + ${LDFLAGS} ${X_EXTRA_LIBS} ${EXTRA_LIBS} ${LIBS} \ Modified: head/cad/xcircuit/pkg-plist ============================================================================== --- head/cad/xcircuit/pkg-plist Tue Feb 13 21:09:37 2018 (r461749) +++ head/cad/xcircuit/pkg-plist Tue Feb 13 21:11:24 2018 (r461750) @@ -137,6 +137,7 @@ man/man1/xcircuit.1.gz %%DATADIR%%/tkcon.tcl %%DATADIR%%/wrapper.tcl %%DATADIR%%/xchelp.tcl +%%DATADIR%%/xcircdnull %%DATADIR%%/xcircexec %%DATADIR%%/xcircps2.pro %%DATADIR%%/xcircuit.so