Date: Sun, 31 Mar 2002 09:57:24 -0800 (PST) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/36585: Update port: news/yencode Message-ID: <200203311757.g2VHvOJ52471@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203311757.g2VHvOJ52471>