FreeBSD Bugzilla – Attachment 129604 Details for
Bug 173608
[PATCH] comms/morse: OPTIONSNG & trim Makefile header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.61 KB, created by
Edward
on 2012-11-13 15:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Edward
Created:
2012-11-13 15:40:00 UTC
Size:
1.61 KB
patch
obsolete
>--- Makefile.original 2012-11-13 22:59:10.000000000 +0800 >+++ Makefile 2012-11-13 23:33:15.000000000 +0800 >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: morse >-# Date created: 2012-04-11 >-# Whom: Stephen Hurd <shurd@sasktel.net> >-# >-# $FreeBSD: ports/comms/morse/Makefile,v 1.1 2012/04/18 05:04:42 ak Exp $ >-# >+# Created by: Stephen Hurd <shurd@sasktel.net> >+# $FreeBSD$ > > PORTNAME= morse > PORTVERSION= 2.4 >@@ -17,35 +13,38 @@ > PLIST_FILES= bin/morsec \ > bin/QSO > >-OPTIONS= OSS "Beep using OSS (/dev/dsp)" on \ >- X11 "Beep using X server" off \ >- PA "Beep using Pulse Audio" off >+OPTIONS_DEFINE= PA X11 OSS >+OPTIONS_DEFAULT= OSS >+ >+PA_DESC= Beep using Pulse Audio >+X11_DESC= Beep using X server >+OSS_DESC= Beep using OSS (/dev/dsp) > > .include <bsd.port.options.mk> > >-.if defined(WITH_OSS) >+.if ${PORT_OPTIONS:MOSS} > MAKE_FLAGS+= DEVICE=OSS > >-.if defined(WITH_X11) || defined(WITH_PA) >+.if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MPA} > BROKEN= Only one sound output method must be chosen. > .endif > >-.elif defined(WITH_X11) >+.elif ${PORT_OPTIONS:MX11} > MAKE_FLAGS+= DEVICE=X11 > USE_XORG= x11 > CFLAGS+= -I${PREFIX}/include > LDFLAGS+= -L${PREFIX}/lib > >-.if defined(WITH_OSS) || defined(WITH_PA) >+.if ${PORT_OPTIONS:MOSS} || ${PORT_OPTIONS:MPA} > BROKEN= Only one sound output method must be chosen. > .endif > >-.elif defined(WITH_PA) >+.elif ${PORT_OPTIONS:MPA} > MAKE_FLAGS+= DEVICE=PA > LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio > USE_GNOME= pkgconfig > >-.if defined(WITH_OSS) || defined(WITH_X11) >+.if ${PORT_OPTIONS:MOSS} || ${PORT_OPTIONS:MX11} > BROKEN= Only one sound output method must be chosen. > .endif > .endif >end
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 173608
: 129604