Date: Mon, 8 Mar 1999 13:46:19 -0800 (PST) From: spcoltri@io.com To: freebsd-gnats-submit@freebsd.org Subject: ports/10490: gnupg port fails to build Message-ID: <19990308214619.DCA7B14FEF@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 10490 >Category: ports >Synopsis: gnupg port fails to build >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 8 13:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Steve Coltrin >Release: 3.1-STABLE >Organization: The ccr project: Studying living information systems >Environment: FreeBSD hrothgar.ccrcentral.net 3.1-STABLE FreeBSD 3.1-STABLE #6: Fri Feb 26 23:51:14 MST 1999 zoot@hrothgar.ccrcentral.net:/usr/src/sys/compile/HROTHGAR i386 >Description: gnupg needs gettext for building, which is not reflected in Makefile. Trying to build w/o gettext installed results in: ===> Building for gnupg-0.9.3 cd . && aclocal aclocal: configure.in: 185: macro `AM_GNU_GETTEXT' not found in library *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: pkg_delete gettext-0.10.35; cd /usr/ports/security/gnupg; make >Fix: diff -u Makefile.orig Makefile --- Makefile.orig Mon Mar 8 14:38:55 1999 +++ Makefile Mon Mar 8 14:38:46 1999 @@ -15,6 +15,7 @@ MAINTAINER= kuriyama@FreeBSD.ORG BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake +BUILD_DEPENDS+= msgfmt:${PORTSDIR}/devel/gettext RESTRICTED= "Crypto; export-controlled" USE_AUTOCONF= YES >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990308214619.DCA7B14FEF>