Page MenuHomeFreeBSD

D22530.id64800.diff
No OneTemporary

D22530.id64800.diff

Index: audio/asterisk-espeak/Makefile
===================================================================
--- audio/asterisk-espeak/Makefile
+++ audio/asterisk-espeak/Makefile
@@ -15,7 +15,7 @@
libsamplerate.so:audio/libsamplerate
FLAVORS= asterisk13 asterisk16
-FLAVOR?= ${FLAVORS[1]}
+FLAVOR?= ${FLAVORS:[1]}
asterisk13_PKGNAMEPREFIX= asterisk13-
asterisk13_CONFLICTS_INSTALL= asterisk16-espeak
Index: audio/asterisk-flite/Makefile
===================================================================
--- audio/asterisk-flite/Makefile
+++ audio/asterisk-flite/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libflite.so:audio/flite
FLAVORS= asterisk13 asterisk16
-FLAVOR?= ${FLAVORS[1]}
+FLAVOR?= ${FLAVORS:[1]}
asterisk13_PKGNAMEPREFIX= asterisk13-
asterisk13_CONFLICTS_INSTALL= asterisk16-flite
Index: net/unison/Makefile
===================================================================
--- net/unison/Makefile
+++ net/unison/Makefile
@@ -12,7 +12,7 @@
LICENSE= GPLv3
FLAVORS= x11 nox11
-FLAVOR?= ${FLAVORS[1]}
+FLAVOR?= ${FLAVORS:[1]}
nox11_PKGNAMESUFFIX= -nox11
nox11_CONFLICTS_INSTALL= unison
Index: net/unison232/Makefile
===================================================================
--- net/unison232/Makefile
+++ net/unison232/Makefile
@@ -17,7 +17,7 @@
LICENSE= GPLv3
FLAVORS= x11 nox11
-FLAVOR?= ${FLAVORS[1]}
+FLAVOR?= ${FLAVORS:[1]}
VERSIONSUFFIX= 232
Index: net/unison240/Makefile
===================================================================
--- net/unison240/Makefile
+++ net/unison240/Makefile
@@ -16,7 +16,7 @@
LICENSE= GPLv3
FLAVORS= x11 nox11
-FLAVOR?= ${FLAVORS[1]}
+FLAVOR?= ${FLAVORS:[1]}
VERSIONSUFFIX= 240
Index: net/unison248/Makefile
===================================================================
--- net/unison248/Makefile
+++ net/unison248/Makefile
@@ -14,7 +14,7 @@
LICENSE= GPLv3
FLAVORS= x11 nox11
-FLAVOR?= ${FLAVORS[1]}
+FLAVOR?= ${FLAVORS:[1]}
VERSIONSUFFIX= 248

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 25, 8:35 PM (16 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32141556
Default Alt Text
D22530.id64800.diff (1 KB)

Event Timeline