pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

freeswitch-core: TODO, minor fixup



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By:	gdt
Date:		Wed Oct 4 20:30:58 2017 -0400
Changeset:	ec97bb974b66f1d138abc345354d6cb292f4d77b

Modified Files:
	freeswitch-core/Makefile
	freeswitch-core/TODO

Log Message:
freeswitch-core: TODO, minor fixup

Add testing status on NetBSD to TODO.  Extend discussion about bundled
libraries, and libzrtp.

Fix a whitespace error.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ec97bb974b66f1d138abc345354d6cb292f4d77b

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

diffstat:
 freeswitch-core/Makefile | 3 ++-
 freeswitch-core/TODO     | 7 +++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs:
diff --git a/freeswitch-core/Makefile b/freeswitch-core/Makefile
index 44eed8c262..360a4196b3 100644
--- a/freeswitch-core/Makefile
+++ b/freeswitch-core/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	net
 MASTER_SITES=	http://files.freeswitch.org/
 EXTRACT_SUFX=	.tar.xz
 
-MAINTAINER=	angelmadames%gmail.com@localhost	
+MAINTAINER=	angelmadames%gmail.com@localhost
 HOMEPAGE=	http://www.freeswitch.org/
 COMMENT=	FreeSwitch SoftSwitch
 LICENSE=	mpl-1.1
@@ -122,4 +122,5 @@ post-install:
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../devel/libuuid/buildlink3.mk"
+#.include "../../wip/libzrtp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/freeswitch-core/TODO b/freeswitch-core/TODO
index bfdeed179a..f5b3a57e74 100644
--- a/freeswitch-core/TODO
+++ b/freeswitch-core/TODO
@@ -2,8 +2,11 @@
   Nevertheless, these bundled libs are patched by upstream developers.
   I ran into many errors while integrating pkgsrc libs instead of the bundled ones.
   Thus, further work needs to be done to make them work or bundled libs are
-  unavoidable.  
+  unavoidable.    Specific issues are:
+
+    - wip/libzrtp (does not build on netbsd-7 amd64)
 
 * Use of CONF_FILES framework to avoid pkglint errors. 
 
-* This package has only been tested on FreeBSD 11.  
+* This package has only been tested on FreeBSD 11.  It does not build
+  on NetBSD 7 amd64.


Home | Main Index | Thread Index | Old Index