From owner-freebsd-ports Sun Mar 31 10: 0:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 326E937B41D for ; Sun, 31 Mar 2002 10:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VI06Q53135; Sun, 31 Mar 2002 10:00:06 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 356F337B417 for ; Sun, 31 Mar 2002 09:57:24 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VHvOJ52471; Sun, 31 Mar 2002 09:57:24 -0800 (PST) (envelope-from nobody) Message-Id: <200203311757.g2VHvOJ52471@freefall.freebsd.org> Date: Sun, 31 Mar 2002 09:57:24 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/36585: Update port: news/yencode Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36585 >Category: ports >Synopsis: Update port: news/yencode >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 10:00:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Fix LIB_DEPENDS - Remove unnecessary USE_BISON >How-To-Repeat: >Fix: diff -urN /usr/ports/news/yencode/Makefile news/yencode/Makefile --- /usr/ports/news/yencode/Makefile Mon Mar 25 16:35:57 2002 +++ news/yencode/Makefile Sat Mar 30 00:16:34 2002 @@ -14,14 +14,14 @@ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt \ - iconv:${PORTSDIR}/converters/libiconv \ - intl:${PORTSDIR}/devel/gettext +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ + intl.1:${PORTSDIR}/devel/gettext \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -USE_BISON= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnugetopt" +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" MAN1= ydecode.1 yencode.1 ypost.1 MAN5= ypostrc.5 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message