Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2006 01:16:30 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mkorzen@gmail.com
Subject:   ports/106228: [PATCH] polish/tleenx2: Respect X11BASE
Message-ID:  <200612021716.kB2HGUdh033426@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200612021720.kB2HKGwp055267@freefall.freebsd.org>

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

>Number:         106228
>Category:       ports
>Synopsis:       [PATCH] polish/tleenx2: Respect X11BASE
>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:   Sat Dec 02 17:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect X11BASE

Port maintainer (mkorzen@gmail.com) is cc'd.

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

--- pl-tleenx2-20040214_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/polish/tleenx2/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	25 Nov 2005 20:47:57 -0000	1.5
+++ Makefile	2 Dec 2006 17:13:07 -0000
@@ -27,6 +27,9 @@
 MAN1=		tleenx2.1
 PORTDOCS=	README gg.txt sms.txt
 
+post-patch:
+	@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/src/Makefile.in
+
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
--- pl-tleenx2-20040214_3.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?200612021716.kB2HGUdh033426>