ports/186965: [patch] prayer missing header

Nikola Kolev koue at chaosophia.net
Sat Feb 22 23:00:00 UTC 2014


>Number:         186965
>Category:       ports
>Synopsis:       [patch] prayer missing header
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 23:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Nikola Kolev
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Versions before FreeBSD 10 cannot find iconv.h header file.
This is second patch for this port. I can merge them if its necessary.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

45c45,46
< 		CPPFLAGS="${CFLAGS}" \
---
> 		CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
> 		LDFLAGS="-L${LOCALBASE}/lib" \
94c95
< 	@${REINPLACE_CMD} "s,-liconv,${ICONV_LIB}," ${WRKSRC}/Config
---
> 	@${REINPLACE_CMD} "s,-lutil,-lutil ${ICONV_LIB}," ${WRKSRC}/Config


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list