[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / audio / audacious-plugins

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/audio/audacious-plugins/Makefile between version 1.14 and 1.20

version 1.14, 2010/06/13 22:43:47 version 1.20, 2011/04/22 13:42:50
Line 2 
Line 2 
 #  #
   
 DISTNAME=               audacious-plugins-1.5.1  DISTNAME=               audacious-plugins-1.5.1
 PKGREVISION=            9  PKGREVISION=            13
 CATEGORIES=             audio  CATEGORIES=             audio
 MASTER_SITES=           http://distfiles.atheme.org/  MASTER_SITES=           http://distfiles.atheme.org/
 EXTRACT_SUFX=           .tgz  EXTRACT_SUFX=           .tgz
Line 43  CONFIGURE_ARGS+= --disable-amidiplug --d
Line 43  CONFIGURE_ARGS+= --disable-amidiplug --d
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
 .include "options.mk"  .include "options.mk"
   
 PLIST_VARS+=    oss sun  PLIST_VARS+=    oss sun oss4
   
 .if ${OPSYS} == "NetBSD"  .if ${OPSYS} == "NetBSD"
 RAWPART_cmd=            /sbin/sysctl -n kern.rawpartition | ${TR} 0-9 a-j  RAWPART_cmd=            /sbin/sysctl -n kern.rawpartition | ${TR} 0-9 a-j
Line 57  PLIST.oss= yes
Line 57  PLIST.oss= yes
 .elif ${OPSYS} == "DragonFly"  .elif ${OPSYS} == "DragonFly"
 PLIST.oss=      yes  PLIST.oss=      yes
 .elif ${OPSYS} == "SunOS"  .elif ${OPSYS} == "SunOS"
 PLIST.sun=      yes  CPPFLAGS.SunOS= -D__EXTENSIONS__ -D__uint32_t=uint32_t -D__uint64_t=uint64_t
   CONFIGURE_ARGS+=        --enable-oss4
   PLIST.oss4=     yes
   PLIST.oss=      yes
 #.elif ${OPSYS} == "Linux"  #.elif ${OPSYS} == "Linux"
 #.  include     "../../wip/alsa-lib/buildlink3.mk"  #.  include     "../../wip/alsa-lib/buildlink3.mk"
 #PKG_SUPPORTED_OPTIONS+= lirc  #PKG_SUPPORTED_OPTIONS+= lirc

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>