From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 24 14:10:03 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 C184616A41F for ; Sun, 24 Jul 2005 14:10:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F10F43D45 for ; Sun, 24 Jul 2005 14:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6OEA2ZV013657 for ; Sun, 24 Jul 2005 14:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6OEA2oD013654; Sun, 24 Jul 2005 14:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 24 Jul 2005 14:10:02 GMT Resent-Message-Id: <200507241410.j6OEA2oD013654@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, Dryice Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB44B16A41F for ; Sun, 24 Jul 2005 14:03:01 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A8A043D46 for ; Sun, 24 Jul 2005 14:03:01 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id 636C6175752E for ; Sun, 24 Jul 2005 14:02:58 +0000 (UTC) Received: from hotpop.com (unknown [221.0.235.12]) by smtp-3.hotpop.com (Postfix) with ESMTP id 1D0A117575BB; Sun, 24 Jul 2005 14:02:49 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Sun, 24 Jul 2005 22:02:29 +0800 Message-Id: <20050724140249.1D0A117575BB@smtp-3.hotpop.com> Date: Sun, 24 Jul 2005 22:02:29 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Dryice Liu Subject: ports/84001: [maintainer] devel/xtla: utilize autoconf args X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dryice Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 14:10:04 -0000 >Number: 84001 >Category: ports >Synopsis: [maintainer] devel/xtla: utilize autoconf args >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 24 14:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.4-STABLE FreeBSD 5.4-STABLE #5: Fri Jul 1 19:39:07 CST 2005 >Description: Thanks Matthieu Moy (The up-stream maintainer) for pointing this out. In the new 1.1 version of xtla, we can utilize the configure args instead of patching source files. Removed files: files/patch-lisp-xtla-defs.el As this is an internal change, I didn't pump PORTREVERSION. >How-To-Repeat: >Fix: --- xtla.diff begins here --- diff -ruN xtla.old/Makefile xtla/Makefile --- xtla.old/Makefile Wed Jul 20 16:53:46 2005 +++ xtla/Makefile Sun Jul 24 21:33:31 2005 @@ -29,7 +29,7 @@ LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-emacs=${EMACS_NAME} +CONFIGURE_ARGS+= --with-emacs=${EMACS_NAME} --with-diff=gdiff --with-patch=gpatch USE_GMAKE= yes INFO= xtla diff -ruN xtla.old/files/patch-lisp-xtla-defs.el xtla/files/patch-lisp-xtla-defs.el --- xtla.old/files/patch-lisp-xtla-defs.el Wed Jul 20 09:47:42 2005 +++ xtla/files/patch-lisp-xtla-defs.el Thu Jan 1 08:00:00 1970 @@ -1,19 +0,0 @@ ---- lisp/xtla-defs.el.orig Sat Jul 9 04:01:48 2005 -+++ lisp/xtla-defs.el Wed Jul 20 09:43:15 2005 -@@ -1758,14 +1758,14 @@ - - (defcustom tla-diff-executable (tla--first-set - tla-site-diff-executable -- "diff") -+ "gdiff") - "*The name of the diff executable." - :type 'string - :group 'xtla) - - (defcustom tla-patch-executable (tla--first-set - tla-site-patch-executable -- "patch") -+ "gpatch") - "*The name of the patch executable." - :type 'string - :group 'xtla) --- xtla.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: