ports/74260: [ patch ] fix logjam + gtkhtml3 problem

Roman Bogorodskiy bogorodskiy at inbox.ru
Mon Nov 22 17:30:33 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list