FreeBSD Bugzilla – Attachment 125426 Details for
Bug 169038
[PATCH] net/appkonference: update to 2.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
appkonference-2.1.patch
appkonference-2.1.patch (text/plain), 3.52 KB, created by
Florian Smeets
on 2012-06-13 15:10:07 UTC
(
hide
)
Description:
appkonference-2.1.patch
Filename:
MIME Type:
Creator:
Florian Smeets
Created:
2012-06-13 15:10:07 UTC
Size:
3.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/flo/dev/cvs/ports/net/appkonference/Makefile,v >retrieving revision 1.3 >diff -u -u -r1.3 Makefile >--- Makefile 1 Jun 2012 05:22:48 -0000 1.3 >+++ Makefile 13 Jun 2012 13:53:46 -0000 >@@ -6,19 +6,17 @@ > # > > PORTNAME= appkonference >-PORTVERSION= 1.5 >-PORTREVISION= 2 >+PORTVERSION= 2.1 > CATEGORIES= net > MASTER_SITES= SF > > MAINTAINER= alex.deiter@gmail.com > COMMENT= High-performance Asterisk voice/video conferencing plugin > >-BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk16 >-RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk16 >+BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk >+RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk > > USE_GMAKE= yes >-MAKE_ENV= LOCALBASE=${LOCALBASE} > WRKSRC= ${WRKDIR}/${PORTNAME}/konference > > PLIST_FILES= lib/asterisk/modules/app_konference.so >Index: distinfo >=================================================================== >RCS file: /home/flo/dev/cvs/ports/net/appkonference/distinfo,v >retrieving revision 1.2 >diff -u -u -r1.2 distinfo >--- distinfo 20 Mar 2011 12:51:05 -0000 1.2 >+++ distinfo 13 Jun 2012 11:58:51 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (appkonference-1.5.tar.gz) = 6470cc38b07a14b27993bc1e6a5c636943ae36e7e2385a3e136b3bc55a87af27 >-SIZE (appkonference-1.5.tar.gz) = 186882 >+SHA256 (appkonference-2.1.tar.gz) = 0e1bc8d01cab61e9cb84e6aa0ab12d14c86fade453b7508b07331edc1142653c >+SIZE (appkonference-2.1.tar.gz) = 191953 >Index: files/patch-Makefile >=================================================================== >RCS file: /home/flo/dev/cvs/ports/net/appkonference/files/patch-Makefile,v >retrieving revision 1.1 >diff -u -u -r1.1 patch-Makefile >--- files/patch-Makefile 15 Dec 2010 18:36:41 -0000 1.1 >+++ files/patch-Makefile 13 Jun 2012 12:13:51 -0000 >@@ -1,23 +1,29 @@ >---- Makefile.orig 2010-10-23 00:28:54.000000000 +0000 >-+++ Makefile 2010-10-23 00:31:39.000000000 +0000 >-@@ -18,9 +18,9 @@ >- # >+--- ./Makefile.orig 2012-06-13 14:10:52.160359057 +0200 >++++ ./Makefile 2012-06-13 14:13:01.635359504 +0200 >+@@ -16,11 +16,11 @@ >+ ASTERISK_SRC_DIR = >+ >+ # asterisk release or subversion working copy >+-ASTERISK_SRC_VERSION = $(shell if [ -e $(ASTERISK_SRC_DIR)/.version ] ; then echo release; elif [ -e $(ASTERISK_SRC_DIR)/.svn ] ; then echo subversion; else echo unknown; fi) >++ASTERISK_SRC_VERSION = release >+ >+ # asterisk release version or subversion branch >+ ifeq ($(ASTERISK_SRC_VERSION),release) >+- ASTERISK = $(shell cat $(ASTERISK_SRC_DIR)/.version | cut -d "." -f1,2 | sed -e 's/\.//') >++ ASTERISK = 18 >+ else >+ ifeq ($(ASTERISK_SRC_VERSION),subversion) >+ ASTERISK = $(shell svn info $(ASTERISK_SRC_DIR) | grep URL | sed -e 's:^.*/::' | cut -d "." -f 1,2 | sed -e 's/\.//') >+@@ -31,10 +31,10 @@ >+ endif >+ >+ # asterisk include directory >+-ASTERISK_INCLUDE_DIR = $(ASTERISK_SRC_DIR)/include >++ASTERISK_INCLUDE_DIR = ${LOCALBASE}/include >+ >+ # asterisk module directory >+-INSTALL_MODULES_DIR = /usr/lib/asterisk/modules >++INSTALL_MODULES_DIR = ${LOCALBASE}/lib/asterisk/modules > >- INSTALL_PREFIX := >--INSTALL_MODULES_DIR := $(INSTALL_PREFIX)/usr/lib/asterisk/modules >-+INSTALL_MODULES_DIR := $(INSTALL_PREFIX)/${LOCALBASE}/lib/asterisk/modules >- >--ASTERISK_INCLUDE_DIR ?= ../asterisk/include >-+ASTERISK_INCLUDE_DIR ?= ${LOCALBASE}/include >- >- RELEASE = 1.5 >- >-@@ -157,7 +157,7 @@ >- $(RM) $(TARGET) >- >- $(TARGET): $(OBJS) >-- $(CC) -pg $(SOLINK) -o $@ $(OBJS) >-+ $(CC) $(SOLINK) -o $@ $(OBJS) >- >- vad_test: vad_test.o libspeex/preprocess.o libspeex/misc.o libspeex/smallft.o >- $(CC) $(PROFILE) -o $@ $^ -lm >+ # module release >+ RELEASE = 2.1
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 169038
: 125426