ports/84001: [maintainer] devel/xtla: utilize autoconf args
Dryice Liu
dryice at hotpop.com
Sun Jul 24 14:10:04 UTC 2005
>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:
More information about the freebsd-ports-bugs
mailing list