Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2001 03:00:05 -0700 (PDT)
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/26620: new port: japanese/aterm
Message-ID:  <200104181000.f3IA05X45079@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/26620; it has been noted by GNATS.

From: "Akinori MUSHA" <knu@iDaemons.org>
To: yoichi@eken.phys.nagoya-u.ac.jp
Cc: FreeBSD-gnats-submit@freebsd.org, jim@freebsd.org
Subject: Re: ports/26620: new port: japanese/aterm
Date: Wed, 18 Apr 2001 18:57:24 +0900

 I think it is better to make x11/aterm/Makefile assign some variables
 with += to allow slave ports to set additional parameters.
 
 And the new Makefile for ja-aterm will be like this:
 
 # New ports collection makefile for:	ja-aterm
 # Date Created:		17 Mar 2001
 # Whom:			Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
 #
 # $FreeBSD$
 #
 
 CATEGORIES=	japanese
 
 MASTERDIR=	${.CURDIR}/../../x11/aterm
 
 CONFIGURE_ARGS=	--enable-kanji
 
 .include <${MASTERDIR}/Makefile>
 
 
 Jim, would you commit the attached patch, or shall I?
 
 -- 
                      /
                     /__  __            Akinori.org / MUSHA.org
                    / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
 Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp
 
 "Freeze this moment a little bit longer, make each impression
   a little bit stronger..  Experience slips away -- Time stand still"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/x11/aterm/Makefile,v
 retrieving revision 1.14
 diff -u -u -r1.14 Makefile
 --- Makefile	2001/04/16 15:47:45	1.14
 +++ Makefile	2001/04/18 09:52:44
 @@ -8,7 +8,7 @@
  PORTNAME=	aterm
  PORTVERSION=	0.4.0
  PORTREVISION=	1
 -CATEGORIES=	x11
 +CATEGORIES+=	x11
  MASTER_SITES=	http://download.sourceforge.net/aterm/
  
  MAINTAINER=	jim@FreeBSD.org
 @@ -19,7 +19,8 @@
  USE_X_PREFIX=	yes
  USE_XPM=	yes
  GNU_CONFIGURE=	yes
 -CONFIGURE_ARGS=	--enable-transparency --enable-background-image \
 +CONFIGURE_ARGS+= \
 +		--enable-transparency --enable-background-image \
  		--disable-delete-key --disable-backspace-key \
  		--enable-fading --enable-utmp --enable-wtmp
  

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?200104181000.f3IA05X45079>