Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2006 10:03:32 -0600
From:      "\"Josh Paetzel\" <Josh Paetzel" <josh@tcbug.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/91962: [patch]  Fix missing dependancy in www/cadaver
Message-ID:  <1137600212.48622@gimpy.tcbug.org>
Resent-Message-ID: <200601181610.k0IGA7To009167@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1137600212.48622>