Date: Mon, 30 Jun 2003 14:48:25 +0400 From: "Sergey A. Osokin" <osa@FreeBSD.org> To: gnome@FreeBSD.org Subject: USE_GETOPT_LONG for ports/audio/esound Message-ID: <20030630104825.GX64633@freebsd.org.ru>
next in thread | raw e-mail | index | archive | help
--oIlomvtVtXAVxSKT Content-Type: multipart/mixed; boundary="wKTlTxfx0Fr6BT7S" Content-Disposition: inline --wKTlTxfx0Fr6BT7S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, please review and apply following patch. Its works for me under 4.x and 5.x. Thanks. --=20 Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ --wKTlTxfx0Fr6BT7S Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-esound Content-Transfer-Encoding: quoted-printable Index: ports/audio/esound/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/audio/esound/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- ports/audio/esound/Makefile 7 Mar 2003 05:56:00 -0000 1.41 +++ ports/audio/esound/Makefile 30 Jun 2003 10:45:19 -0000 @@ -7,6 +7,7 @@ =20 PORTNAME=3D esound PORTVERSION=3D 0.2.29 +PORTREVISION=3D 1 CATEGORIES=3D audio MASTER_SITES=3D ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=3D sources/esound/0.2 @@ -15,14 +16,12 @@ MAINTAINER=3D gnome@FreeBSD.org COMMENT=3D A sound library for enlightenment package =20 -LIB_DEPENDS=3D audiofile.0:${PORTSDIR}/audio/libaudiofile \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS=3D audiofile.0:${PORTSDIR}/audio/libaudiofile =20 +USE_GETOPT_LONG=3D yes USE_BZIP2=3D yes INSTALLS_SHLIB=3D yes USE_LIBTOOL=3D yes -CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \ - LIBS=3D"-L${LOCALBASE}/lib -lgnugetopt" CONFIGURE_TARGET=3D --target=3D${MACHINE_ARCH}-unknown-freebsd${OSREL} =20 MAN1=3D esd-config.1 esd.1 esdcat.1 esdctl.1 esddsp.1 esdfilt.1 esdloop.1 \ --wKTlTxfx0Fr6BT7S-- --oIlomvtVtXAVxSKT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iQCVAwUBPwAVeY/Va73vhFLNAQE4RgP+O0VtoLkiSgnf4WAdxMVK4SjKGKsl+2n2 ntCvxpbLrgNRtry7Wq1lJ+dEcNEH6KJUGBkbTicRcRuZ+W6xaQT2i+4dWF/S0aR9 283u7cBgppF8rC46j0OCv3a5T9unD1IvaNH7Toex97uTnwZOrvslDk4BBwTCbF4u lj76nCYpIA0= =SKnu -----END PGP SIGNATURE----- --oIlomvtVtXAVxSKT--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030630104825.GX64633>