FreeBSD Bugzilla – Attachment 129754 Details for
Bug 173802
[PATCH] audio/goobox optionsng
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.91 KB, created by
Chris Petrik
on 2012-11-21 22:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Petrik
Created:
2012-11-21 22:30:02 UTC
Size:
1.91 KB
patch
obsolete
>Index: goobox/Makefile >=================================================================== >--- goobox/Makefile (revision 305743) >+++ goobox/Makefile (working copy) >@@ -1,10 +1,5 @@ >-# New ports collection makefile for: guikachu >-# Date created: 11 Nov 2004 >-# Whom: Alexander Nedotsukov <bland@FreeBSD.org> >-# >+# Created by: Alexander Nedotsukov <bland@FreeBSD.org> > # $FreeBSD$ >-# $MCom: ports/audio/goobox/Makefile,v 1.25 2007/08/15 03:03:09 mezz Exp $ >-# > > PORTNAME= goobox > PORTVERSION= 2.2.0 >@@ -17,10 +12,10 @@ > COMMENT= CD player and ripper for GNOME Desktop environment > > BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme >-LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid \ >- musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ >- brasero-media.3:${PORTSDIR}/sysutils/brasero \ >- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique >+LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \ >+ musicbrainz3:${PORTSDIR}/audio/libmusicbrainz3 \ >+ brasero-media:${PORTSDIR}/sysutils/brasero \ >+ unique-1:${PORTSDIR}/x11-toolkits/unique > RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme > > USE_XORG= x11 >@@ -37,12 +32,13 @@ > > GCONF_SCHEMAS= goobox.schemas > >-OPTIONS= NOTIFY "Enable libnotify support" on >+OPTIONS_DEFINE= NOTIFY >+OPTIONS_DEFAULT= NOTIFY > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > >-.if !defined(WITHOUT_NOTIFY) >-LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify >+.if ${PORT_OPTIONS:MNOTIFY} >+LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify > CONFIGURE_ARGS+= --enable-notification > .else > CONFIGURE_ARGS+= --disable-notification >@@ -51,4 +47,4 @@ > post-install: > @-update-desktop-database > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173802
: 129754