diff options
author | daichi <daichi@FreeBSD.org> | 2003-08-20 07:01:38 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-08-20 07:01:38 +0000 |
commit | 8b4ca37f2293d777ea3ce0a91f38b54468298c4b (patch) | |
tree | 2f2d4e6e4a6679780f78e4f54b24b357740ad4ec /cad | |
parent | a0a74b75c0d95620116f3c568bc171dfd6278df1 (diff) | |
download | FreeBSD-ports-8b4ca37f2293d777ea3ce0a91f38b54468298c4b.zip FreeBSD-ports-8b4ca37f2293d777ea3ce0a91f38b54468298c4b.tar.gz |
update cad/xcircuit: 3.1.15 -> 3.1.18
PR: 55417
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 5 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 2 | ||||
-rw-r--r-- | cad/xcircuit/files/patch-Makefile.in | 17 |
3 files changed, 11 insertions, 13 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index b58b702..4f99871 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 3.1.15 +PORTVERSION= 3.1.18 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/ @@ -22,7 +22,10 @@ USE_XPM= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" WISH= ${LOCALBASE}/bin/wish8.4 diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index 82e8df2..96ca76a 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1 +1 @@ -MD5 (xcircuit-3.1.15.tar.bz2) = d63a94dc3f8d8437a605fa35ea78abf0 +MD5 (xcircuit-3.1.18.tar.bz2) = 37372d7e05b876f092dc0ccd138846ef diff --git a/cad/xcircuit/files/patch-Makefile.in b/cad/xcircuit/files/patch-Makefile.in index 95ba6b0..1bf5563 100644 --- a/cad/xcircuit/files/patch-Makefile.in +++ b/cad/xcircuit/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Tue May 20 00:54:39 2003 -+++ Makefile.in Mon May 26 21:57:18 2003 -@@ -108,7 +108,7 @@ +--- Makefile.in.orig Mon Jul 14 23:52:38 2003 ++++ Makefile.in Sun Jul 27 22:04:59 2003 +@@ -168,7 +168,7 @@ tmpdir = /tmp # Directory for app-defaults file @@ -9,8 +9,8 @@ PATHNAMES = -DPROG_VERSION=$(VERSION) \ -DCAD_DIR=\"$(prefix)\" \ -@@ -143,7 +143,7 @@ - LDDL_FLAGS = @LDDL_FLAGS@ +@@ -195,7 +195,7 @@ + INCLUDES = -IXw ${INC_SPECS} # Library directory and files -librarydir = $(datadir)/$(PACKAGE)-$(VERSION) @@ -18,7 +18,7 @@ USER_RC_FILE = .xcircuitrc PROLOGUE_FILE = xcircps2.pro BUILTINS_DEP1 = generic.lps -@@ -572,11 +572,11 @@ +@@ -746,7 +746,7 @@ lib/tcl/xcircuit${SHDLIB_EXT}: xcwrap.o ${xcircuit_OBJECTS} $(RM) lib/xcircuit${SHDLIB_EXT} @@ -27,8 +27,3 @@ ${X_LIBS} ${X_EXTRA_LIBS} ${EXTRA_LIBS} -lc ${LIBS} tcl: lib/tcl/xcircuit${SHDLIB_EXT} -- make lib/tcl/xcircuit${SHDLIB_EXT} -+ $(MAKE) lib/tcl/xcircuit${SHDLIB_EXT} - - help.c: menudep.h - menucalls.c: menudep.h |