Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2018 21:11:25 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461750 - in head/cad/xcircuit: . files
Message-ID:  <201802132111.w1DLBPi0005109@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802132111.w1DLBPi0005109>