From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 9 05:00:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAA8F37B401 for ; Sat, 9 Aug 2003 05:00:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC6B43FA3 for ; Sat, 9 Aug 2003 05:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h79C0CUp040169 for ; Sat, 9 Aug 2003 05:00:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h79C0CLm040168; Sat, 9 Aug 2003 05:00:12 -0700 (PDT) Resent-Date: Sat, 9 Aug 2003 05:00:12 -0700 (PDT) Resent-Message-Id: <200308091200.h79C0CLm040168@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DDA237B401 for ; Sat, 9 Aug 2003 04:55:22 -0700 (PDT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 295C843F3F for ; Sat, 9 Aug 2003 04:55:21 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([219.108.124.175]) by hfep02.dion.ne.jp with SMTP id <20030809115517905.CMRJ@hfep02.dion.ne.jp> for ; Sat, 9 Aug 2003 20:55:17 +0900 Message-Id: <20030809205358.2402a067.tkato@prontomail.com> Date: Sat, 9 Aug 2003 20:53:58 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55417: Update port: cad/xcircuit to 3.1.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2003 12:00:15 -0000 >Number: 55417 >Category: ports >Synopsis: Update port: cad/xcircuit to 3.1.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 09 05:00:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 3.1.18 >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile --- /usr/ports/cad/xcircuit/Makefile Fri Jun 6 07:51:58 2003 +++ cad/xcircuit/Makefile Fri Aug 8 02:04:16 2003 @@ -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_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 -urN /usr/ports/cad/xcircuit/distinfo cad/xcircuit/distinfo --- /usr/ports/cad/xcircuit/distinfo Fri Jun 6 07:51:59 2003 +++ cad/xcircuit/distinfo Fri Aug 8 01:11:48 2003 @@ -1 +1 @@ -MD5 (xcircuit-3.1.15.tar.bz2) = d63a94dc3f8d8437a605fa35ea78abf0 +MD5 (xcircuit-3.1.18.tar.bz2) = 37372d7e05b876f092dc0ccd138846ef diff -urN /usr/ports/cad/xcircuit/files/patch-Makefile.in cad/xcircuit/files/patch-Makefile.in --- /usr/ports/cad/xcircuit/files/patch-Makefile.in Fri Jun 6 03:31:50 2003 +++ cad/xcircuit/files/patch-Makefile.in Sun Jul 27 22:05:10 2003 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: