diff options
author | danilo <danilo@FreeBSD.org> | 2018-02-14 05:11:24 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2018-02-14 05:11:24 +0800 |
commit | 10a4f498656a8e3601e0348403cbd9a114b7a721 (patch) | |
tree | 1ee693a71837045b74392ec1f7cfcd0ce68025b1 /cad | |
parent | e44bca95360c31aff26019e813f977ddd0d8a04a (diff) | |
download | freebsd-ports-gnome-10a4f498656a8e3601e0348403cbd9a114b7a721.tar.gz freebsd-ports-gnome-10a4f498656a8e3601e0348403cbd9a114b7a721.tar.zst freebsd-ports-gnome-10a4f498656a8e3601e0348403cbd9a114b7a721.zip |
- Update to 3.10.8
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 2 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 6 | ||||
-rw-r--r-- | cad/xcircuit/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | cad/xcircuit/pkg-plist | 1 |
4 files changed, 15 insertions, 14 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 5c3c9ce6b13a..479e8747576b 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -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/ \ diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index b4fbb3d961cd..a095e6216e61 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -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 diff --git a/cad/xcircuit/files/patch-Makefile.in b/cad/xcircuit/files/patch-Makefile.in index 874222c517bb..eabcec782fc4 100644 --- a/cad/xcircuit/files/patch-Makefile.in +++ b/cad/xcircuit/files/patch-Makefile.in @@ -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} \ diff --git a/cad/xcircuit/pkg-plist b/cad/xcircuit/pkg-plist index ed6adc21b3eb..a52990b63bfc 100644 --- a/cad/xcircuit/pkg-plist +++ b/cad/xcircuit/pkg-plist @@ -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 |