Superfluous dependency in multimedia/kdemultimedia3

Rodion Novoselov rodion at rndex.ru
Fri Feb 27 00:53:18 PST 2004


Hello!

I flicked through confugure script of latest kdemultimedia package a
couple of days ago and I realized that the one didn't use
--enable-audio option. Besides I didn't find it to mention esound at
all. I tried to change Makefile such way:

*** Makefile.orig	Thu Feb 26 11:01:03 2004
--- Makefile	Thu Feb 26 11:03:46 2004
***************
*** 36,49 ****
  
  USE_BZIP2=	yes
  USE_GMAKE=	yes
- USE_GNOME=	esound
  USE_REINPLACE=	yes
  GNU_CONFIGURE=	yes
  
  MAKE_ENV=	${CONFIGURE_ENV}
  
! CONFIGURE_ARGS+=	--with-vorbis="${LOCALBASE}" \
! 			--enable-audio=oss,esd
  
  .include "${.CURDIR}/../../x11/kde3/Makefile.kde"
  .include <bsd.port.pre.mk>
--- 36,47 ----
  
  USE_BZIP2=	yes
  USE_GMAKE=	yes
  USE_REINPLACE=	yes
  GNU_CONFIGURE=	yes
  
  MAKE_ENV=	${CONFIGURE_ENV}
  
! CONFIGURE_ARGS+=	--with-vorbis="${LOCALBASE}"
  
  .include "${.CURDIR}/../../x11/kde3/Makefile.kde"
  .include <bsd.port.pre.mk>

and all worked fine. So it seems possible to rid kdemultimedia3 port
of the dependency on esound.

Best regards
Rodion Novoselov


More information about the freebsd-ports mailing list