ports/91962: [patch] Fix missing dependancy in www/cadaver

"Josh Paetzel" <Josh Paetzel josh at tcbug.org
Wed Jan 18 16:10:09 UTC 2006


>Number:         91962
>Category:       ports
>Synopsis:       [patch]  Fix missing dependancy in www/cadaver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 18 16:10:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Josh Paetzel
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005
    root at x64.samsco.home:/usr/obj/usr/src/sys/GENERIC



>Description:


www/cadaver/Makefile is missing the gettext dependancy...installing cadaver without having devel/gettext installed previously fails.


>How-To-Repeat:


Make sure deve/gettext isn't installed and try installing www/cadaver


>Fix:


Apply the following patch to www/cadaver/Makefile

$ cat Makefile.diff
--- Makefile.old        Wed Jan 18 09:46:56 2006
+++ Makefile    Wed Jan 18 09:47:10 2006
@@ -19,6 +19,7 @@
 LIB_DEPENDS=   neon.25:${PORTSDIR}/www/neon

 USE_GPG?=      yes
+USE_GETTEXT=   yes
 SIG_FILES=     ${DISTNAME}${EXTRACT_SUFX}.asc
 USE_GETOPT_LONG=       yes
 GNU_CONFIGURE= yes


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



More information about the freebsd-ports-bugs mailing list