Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2004 11:53:16 +0300
From:      Rodion Novoselov <rodion@rndex.ru>
To:        freebsd-ports@freebsd.org
Subject:   Superfluous dependency in multimedia/kdemultimedia3
Message-ID:  <20040227085316.GA33296@mossy.its.rndex.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040227085316.GA33296>