Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2001 21:56:31 +0900 (JST)
From:      MANTANI Nobutaka <nobutaka@nobutaka.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30628: Update port: x11/eterm
Message-ID:  <200109171256.f8HCuVc70468@triton.nobutaka.com>

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

>Number:         30628
>Category:       ports
>Synopsis:       Update port: x11/eterm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 17 06:00:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     MANTANI Nobutaka
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sat Sep 15 14:57:32 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386

>Description:
Make MAINTAINER and CONFIGURE_ARGS overridable for the new slave port 
japanese/eterm.

>How-To-Repeat:
>Fix:

Index: eterm/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/eterm/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- eterm/Makefile	7 Sep 2001 19:59:56 -0000	1.36
+++ eterm/Makefile	17 Sep 2001 12:47:39 -0000
@@ -13,7 +13,7 @@
 MASTER_SITE_SUBDIR=	${PORTNAME}
 DISTNAME=	Eterm-${PORTVERSION}
 
-MAINTAINER=	olgeni@FreeBSD.org
+MAINTAINER?=	olgeni@FreeBSD.org
 
 BUILD_DEPENDS=	man2html:${PORTSDIR}/textproc/man2html
 
@@ -23,7 +23,7 @@
 USE_X_PREFIX=	yes
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
-CONFIGURE_ARGS=	--enable-trans --enable-utmp \
+CONFIGURE_ARGS?=--enable-trans --enable-utmp \
 		--enable-xim --with-theme-update \
 		--with-backspace=bs --without-terminfo
 

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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