Index: head/audio/esound/Makefile =================================================================== --- head/audio/esound/Makefile (revision 90322) +++ head/audio/esound/Makefile (revision 90323) @@ -1,29 +1,30 @@ # New ports collection makefile for: esound # Date created: 19 July 1998 # Whom: Vanilla I. Shu # # $FreeBSD$ # PORTNAME= esound PORTVERSION= 0.2.32 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A sound library for enlightenment package LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile USE_GETOPT_LONG= yes USE_BZIP2= yes INSTALLS_SHLIB= yes USE_GNOME= gnometarget gnomehack USE_LIBTOOL= yes MAN1= esd-config.1 esd.1 esdcat.1 esdctl.1 esddsp.1 esdfilt.1 esdloop.1 \ esdmon.1 esdplay.1 esdrec.1 esdsample.1 .include Property changes on: head/audio/esound/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/audio/esound/files/patch-esddsp.in =================================================================== --- head/audio/esound/files/patch-esddsp.in (nonexistent) +++ head/audio/esound/files/patch-esddsp.in (revision 90323) @@ -0,0 +1,11 @@ +--- esddsp.in.orig Sun Oct 5 15:31:52 2003 ++++ esddsp.in Sun Oct 5 15:32:08 2003 +@@ -97,7 +97,7 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + +-LD_PRELOAD="@libdir@/libesddsp.so.@ESD_MAJOR_VERSION@ @libdir@/libesd.so.@ESD_MAJOR_VERSION@ $LD_PRELOAD" ++LD_PRELOAD="@libdir@/libesddsp.so @libdir@/libesd.so $LD_PRELOAD" + export LD_PRELOAD + + # invoke the program with the args given Property changes on: head/audio/esound/files/patch-esddsp.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property