pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/57048: w3m-image can't be built with imlib2



>Number:         57048
>Category:       pkg
>Synopsis:       w3m-image can't be built with imlib2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 06 09:40:00 +0000 2022
>Originator:     adr
>Release:        pkgsrc-current Thu Oct  6 09:27:11 UTC 2022
>Organization:
>Environment:
NetBSD npi 9.99.100 NetBSD 9.99.100 (RPI4) #0: Mon Oct  3 12:19:15 UTC 2022  adr@npi:/usr/src/sys/arch/evbarm/compile/RPI4 evbarm

>Description:
W3m-image can't be built with imlib2 support because w3m's Makefile
lacks pkg_config in USE_TOOLS

>How-To-Repeat:
Try to build w3m with imlib2 support

>Fix:
Add pkg_config in USE_TOOLS:
======================================
--- Makefile.common.orig        2022-10-05 13:19:52.449524052 +0000
+++ Makefile.common     2022-10-05 13:20:09.895956052 +0000
@@ -25,7 +25,7 @@
 W3M_PKGVERS=   ${W3M_VERS:S/+git/.0./}
 
 # For w3mman, xface2xpm, cgi scripts.
-USE_TOOLS+=    perl:run pax
+USE_TOOLS+=    pkg-config perl:run pax
 
 DOCDIR=                share/doc/w3m

======================================


Home | Main Index | Thread Index | Old Index