Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2005 22:02:29 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dryice Liu <dryice@hotpop.com>
Subject:   ports/84001: [maintainer] devel/xtla: utilize autoconf args
Message-ID:  <20050724140249.1D0A117575BB@smtp-3.hotpop.com>
Resent-Message-ID: <200507241410.j6OEA2oD013654@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050724140249.1D0A117575BB>