From owner-freebsd-ports Mon Mar 12 6:50: 8 2001 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 1895B37B719 for ; Mon, 12 Mar 2001 06:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2CEo5o95635; Mon, 12 Mar 2001 06:50:05 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Mar 2001 06:50:05 -0800 (PST) Message-Id: <200103121450.f2CEo5o95635@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= Subject: Re: ports/25414: Port maintainer update for libvorbis Reply-To: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25414; it has been noted by GNATS. From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= To: t.vanklaveren@student.utwente.nl Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/25414: Port maintainer update for libvorbis Date: Mon, 12 Mar 2001 23:45:06 +0900 (JST) Hi, I found mismatch option of configure. Port of libvorbis can not found ogg library by this problem. Known problem? Index: Makefile =================================================================== RCS file: /m/ncvs/FreeBSD/ports/audio/libvorbis/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2001/03/01 09:36:34 1.5 +++ Makefile 2001/03/12 12:24:30 @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-ogg=${LOCALBASE} +CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" AUTOCONF_ARGS= ; ${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure ---- Kentaro Inagaki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message