Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2006 01:26:55 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105963: [PATCH] chinese/zh-aterm: Repsect X11BASE, portlint(1)
Message-ID:  <200611281726.kASHQtpM079008@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200611281740.kASHeHs1083600@freefall.freebsd.org>

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

>Number:         105963
>Category:       ports
>Synopsis:       [PATCH] chinese/zh-aterm: Repsect X11BASE, portlint(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 28 17:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect X11BASE (GNU_CONFIGURE + USE_XLIB)
- portlint(1): whitespace cleanup

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- zh-aterm-0.4.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/chinese/aterm/Makefile,v
retrieving revision 1.16
diff -u -u -r1.16 Makefile
--- Makefile	6 Feb 2004 13:10:57 -0000	1.16
+++ Makefile	28 Nov 2006 17:26:13 -0000
@@ -4,24 +4,24 @@
 # $FreeBSD: ports/chinese/aterm/Makefile,v 1.16 2004/02/06 13:10:57 trevor Exp $
 #
 
-PORTNAME=       aterm
-PORTVERSION=    0.4.2
-CATEGORIES=     chinese x11
-MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
+PORTNAME=	aterm
+PORTVERSION=	0.4.2
+CATEGORIES=	chinese x11
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=     gugod@gugod.org
+MAINTAINER=	gugod@gugod.org
 COMMENT=	A color vt102 terminal emulator with transparency support
 
-USE_XPM=        yes
-HAS_CONFIGURE=  yes
-PATCH_WRKSRC=   ${WRKSRC}/..
-CONFIGURE_ARGS= --enable-fading --enable-xim --enable-big5
+USE_XPM=	yes
+GNU_CONFIGURE=	yes
+PATCH_WRKSRC=	${WRKSRC}/..
+CONFIGURE_ARGS=	--enable-fading --enable-xim --enable-big5
 
 post-install:
 	@${CHMOD} 4711 ${PREFIX}/bin/aterm
 
-MAN1=           aterm.1
+MAN1=		aterm.1
 PLIST_FILES=	bin/aterm
 
 .include <bsd.port.mk>
--- zh-aterm-0.4.2.patch ends here ---

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



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