diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-20 07:01:38 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-20 07:01:38 +0000 |
commit | aef5bc1f3d8a50e5593489ba18908ed1c905dd75 (patch) | |
tree | 7799198faef5c00ca014d494a4bed265e9e19313 /cad/xcircuit | |
parent | 7eed0577343ec31c17890679e8e3eb19b1c0f1e4 (diff) | |
download | ports-aef5bc1f3d8a50e5593489ba18908ed1c905dd75.tar.gz ports-aef5bc1f3d8a50e5593489ba18908ed1c905dd75.zip |
update cad/xcircuit: 3.1.15 -> 3.1.18
PR: 55417
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=87336
Diffstat (limited to 'cad/xcircuit')
-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 b58b702a8931..4f998717f66a 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 82e8df2e46c4..96ca76a43ad9 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 95ba6b0b0eae..1bf5563bdaa4 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 |