ports/92988: Fix port:comms/hylafax unbreak port now works with lib_tiff-3.8

Talal Al-Dik tad at vif.com
Tue Feb 7 19:20:18 UTC 2006


>Number:         92988
>Category:       ports
>Synopsis:       Fix port:comms/hylafax unbreak port now works with lib_tiff-3.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 07 19:20:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Talal Al-Dik
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
VIF Internet
>Environment:
System: FreeBSD weasel.vif.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Tue Jan 31 20:23:35 EST 2006 squid at roxy.vif.com:/usr/obj/usr/src/sys/ROXY i386
>Description:
port was broken because it did not compile with newer lib_tiff
patched configure file to allow compilation with lib_tiff-3.8
>How-To-Repeat:
>Fix:

diff -ruN Makefile.old Makefile
--- Makefile.old        Tue Feb  7 13:47:24 2006
+++ Makefile    Tue Feb  7 13:47:37 2006
@@ -23,7 +23,6 @@
 
 RUN_DEPENDS=   gawk:${PORTSDIR}/lang/gawk
 
-BROKEN=                Configure fails
 
 DIST_SUBDIR=   hylafax
 
@@ -98,6 +97,12 @@
 post-patch:
        ${REINPLACE_CMD} \
                -e 's,/usr/local,${LOCALBASE},g' \
+               ${WRKSRC}/configure ; \
+       ${REINPLACE_CMD} \
+               -e 's,3\.7" \]; then,3.7" -o "\$${lib_ver}" = "3.8" ]; then,' \
+               ${WRKSRC}/configure ; \
+       ${REINPLACE_CMD} \
+               -e 's,or 3\.7\.  If,or 3.7 or 3.8.  If,' \
                ${WRKSRC}/configure
 
 post-install:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list