Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2004 20:27:03 +0300
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74260: [ patch ] fix logjam + gtkhtml3 problem
Message-ID:  <E1CWHxu-000390-00.bogorodskiy-inbox-ru@mx2.mail.ru>
Resent-Message-ID: <200411221730.iAMHUXQD044538@freefall.freebsd.org>

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

>Number:         74260
>Category:       ports
>Synopsis:       [ patch ] fix logjam + gtkhtml3 problem
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 22 17:30:33 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.3-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #2: Sun Nov 21 16:35:38 MSK 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/MIRRORBOX i386


>Description:
	LogJam's configure script tries to find libgtkhtml-3.0, while we
	have libgtkhtml-3.1 in ports tree. Of cource, it fails to do 
	so and as a result we have logjam compiled without gtkhtml support 
	even if gtkhtml3 is installed. 

	Probably, PORTREVISION bump is needed.
>How-To-Repeat:
>Fix:

--- port.logjam.patch begins here ---
diff -ru logjam.orig/Makefile logjam/Makefile
--- logjam.orig/Makefile	Mon Nov 22 20:13:33 2004
+++ logjam/Makefile	Mon Nov 22 20:17:20 2004
@@ -24,6 +24,7 @@
 
 MAN1=		logjam.1
 
+USE_REINPLACE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 WANT_GNOME=	yes
@@ -68,5 +69,8 @@
 	@${ECHO_MSG} "		WITHOUT_GTKSPELL	Disable spell checking"
 	@${ECHO_MSG} "		WITH_XMMS		Enable XMMS music detection"
 	@${ECHO_MSG} ""
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.1|g' ${WRKSRC}/configure
 
 .include <bsd.port.post.mk>
--- port.logjam.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?E1CWHxu-000390-00.bogorodskiy-inbox-ru>