Date: Sun, 28 Aug 2005 19:01:08 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85392: Update port: x11-fonts/nexfontsel Message-ID: <20050828190108.3a7eec26.tkato432@yahoo.com> Resent-Message-ID: <200508281010.j7SAAN5V028531@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85392 >Category: ports >Synopsis: Update port: x11-fonts/nexfontsel >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: Sun Aug 28 10:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: >Description: - Use libneXtaw properly >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-fonts/nexfontsel/Makefile x11-fonts/nexfontsel/Makefile --- /usr/ports/x11-fonts/nexfontsel/Makefile Fri May 20 19:55:45 2005 +++ x11-fonts/nexfontsel/Makefile Fri Aug 19 03:14:27 2005 @@ -7,6 +7,7 @@ PORTNAME= nexfontsel PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ \ ${MASTER_SITE_LOCAL} @@ -24,7 +25,8 @@ MAN1= nexfontsel.1 post-patch: - @${REINPLACE_CMD} -e 's|^CDEBUG|XCOMM CDEBUG|g' ${WRKSRC}/Imakefile + @${REINPLACE_CMD} -e 's|^CDEBUG|XCOMM CDEBUG|g ; \ + s|= XawClientLibs|= -lneXtaw|g' ${WRKSRC}/Imakefile post-install: @${MKDIR} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050828190108.3a7eec26.tkato432>