FreeBSD Bugzilla – Attachment 152009 Details for
Bug 196999
[maintainer update] [patch]: update devel/libosmocore to 0.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libosmocore-0.8.0 patch
libosmocore-0.8.0.patch (text/plain), 4.51 KB, created by
Nikola Kolev
on 2015-01-22 11:27:01 UTC
(
hide
)
Description:
libosmocore-0.8.0 patch
Filename:
MIME Type:
Creator:
Nikola Kolev
Created:
2015-01-22 11:27:01 UTC
Size:
4.51 KB
patch
obsolete
>diff -rupN libosmocore.orig/Makefile libosmocore/Makefile >--- libosmocore.orig/Makefile 2015-01-22 11:04:46.000000000 +0200 >+++ libosmocore/Makefile 2015-01-22 11:11:35.000000000 +0200 >@@ -1,7 +1,7 @@ >-# $FreeBSD: head/devel/libosmocore/Makefile 374680 2014-12-13 19:46:02Z danilo $ >+# $FreeBSD$ > > PORTNAME= libosmocore >-PORTVERSION= 0.7.0 >+PORTVERSION= 0.8.0 > CATEGORIES= devel > MASTER_SITES= http://git.osmocom.org/libosmocore/snapshot/ \ > http://chaosophia.net/downloads/osmocom/${PORTNAME}/ >@@ -12,6 +12,8 @@ COMMENT= Common library for all Osmocom > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >+LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite >+ > USES= gmake libtool pkgconfig execinfo > USE_AUTOTOOLS= aclocal autoconf automake libtoolize autoheader > AUTOMAKE_ARGS= --gnu --add-missing --copy >diff -rupN libosmocore.orig/distinfo libosmocore/distinfo >--- libosmocore.orig/distinfo 2015-01-22 11:04:46.000000000 +0200 >+++ libosmocore/distinfo 2015-01-22 11:05:38.000000000 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (libosmocore-0.7.0.tar.gz) = 532bd15a664a88dce279db03ec1232bc8398c1e2c7314a8da1ca04dce3c7462b >-SIZE (libosmocore-0.7.0.tar.gz) = 528352 >+SHA256 (libosmocore-0.8.0.tar.gz) = fd282d45909eafca9a855c71eab4235d0dadcd89e66f3a1c145e2132e5e3c09c >+SIZE (libosmocore-0.8.0.tar.gz) = 557104 >diff -rupN libosmocore.orig/files/patch-Makefile.am libosmocore/files/patch-Makefile.am >--- libosmocore.orig/files/patch-Makefile.am 2015-01-22 11:04:46.000000000 +0200 >+++ libosmocore/files/patch-Makefile.am 2015-01-22 11:17:19.000000000 +0200 >@@ -1,9 +1,10 @@ >---- ./Makefile.am.orig 2014-08-11 15:41:34.000000000 +0200 >-+++ ./Makefile.am 2014-08-11 15:41:41.000000000 +0200 >-@@ -15,42 +15,3 @@ >- >- EXTRA_DIST = git-version-gen >+--- Makefile.am.orig 2015-01-22 11:13:28.000000000 +0200 >++++ Makefile.am 2015-01-22 11:15:29.000000000 +0200 >+@@ -14,43 +14,3 @@ dist-hook: >+ echo $(VERSION) > $(distdir)/.tarball-version > >+ EXTRA_DIST = git-version-gen .version >+- > -if HAVE_DOXYGEN > - > -html_DATA = $(top_builddir)/doc/html.tar >@@ -39,7 +40,7 @@ > -uninstall-hook: > - cd $(DESTDIR)$(htmldir) && rm -rf {core,gsm,vty,codec} > - >--DX_CLEAN = doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar >+-DX_CLEAN = doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar doc/{core,gsm,vty,codec}/doxygen_sqlite3.db > -endif > - > -MOSTLYCLEANFILES = $(DX_CLEAN) >diff -rupN libosmocore.orig/files/patch-control_if.c libosmocore/files/patch-control_if.c >--- libosmocore.orig/files/patch-control_if.c 2015-01-22 11:04:46.000000000 +0200 >+++ libosmocore/files/patch-control_if.c 1970-01-01 02:00:00.000000000 +0200 >@@ -1,10 +0,0 @@ >---- src/ctrl/control_if.c.orig 2014-12-10 16:01:13.000000000 +0200 >-+++ src/ctrl/control_if.c 2014-12-10 16:01:43.000000000 +0200 >-@@ -32,6 +32,7 @@ >- #include <arpa/inet.h> >- >- #include <netinet/tcp.h> >-+#include <netinet/in.h> >- >- #include <sys/fcntl.h> >- #include <sys/ioctl.h> >diff -rupN libosmocore.orig/pkg-plist libosmocore/pkg-plist >--- libosmocore.orig/pkg-plist 2015-01-22 11:04:46.000000000 +0200 >+++ libosmocore/pkg-plist 2015-01-22 11:25:56.000000000 +0200 >@@ -57,6 +57,7 @@ include/osmocom/gsm/abis_nm.h > include/osmocom/gsm/comp128.h > include/osmocom/gsm/comp128v23.h > include/osmocom/gsm/gan.h >+include/osmocom/gsm/gsm0341.h > include/osmocom/gsm/gsm0411_smc.h > include/osmocom/gsm/gsm0411_smr.h > include/osmocom/gsm/gsm0411_utils.h >@@ -80,6 +81,7 @@ include/osmocom/gsm/protocol/gsm_04_12.h > include/osmocom/gsm/protocol/gsm_04_80.h > include/osmocom/gsm/protocol/gsm_08_08.h > include/osmocom/gsm/protocol/gsm_08_58.h >+include/osmocom/gsm/protocol/gsm_09_02.h > include/osmocom/gsm/protocol/gsm_12_21.h > include/osmocom/gsm/protocol/gsm_44_318.h > include/osmocom/gsm/protocol/ipaccess.h >@@ -89,6 +91,7 @@ include/osmocom/gsm/rxlev_stat.h > include/osmocom/gsm/sysinfo.h > include/osmocom/gsm/tlv.h > include/osmocom/gsm/ipa.h >+include/osmocom/sim/sim.h > include/osmocom/vty/buffer.h > include/osmocom/vty/command.h > include/osmocom/vty/logging.h >@@ -103,8 +106,8 @@ lib/libosmocodec.so.0 > lib/libosmocodec.so.0.0.0 > lib/libosmocore.a > lib/libosmocore.so >-lib/libosmocore.so.4 >-lib/libosmocore.so.4.0.0 >+lib/libosmocore.so.6 >+lib/libosmocore.so.6.0.0 > lib/libosmogb.a > lib/libosmogb.so > lib/libosmogb.so.3 >@@ -113,10 +116,14 @@ lib/libosmogsm.a > lib/libosmogsm.so > lib/libosmogsm.so.5 > lib/libosmogsm.so.5.1.0 >+lib/libosmosim.a >+lib/libosmosim.so >+lib/libosmosim.so.0 >+lib/libosmosim.so.0.0.0 > lib/libosmovty.a > lib/libosmovty.so >-lib/libosmovty.so.0 >-lib/libosmovty.so.0.0.1 >+lib/libosmovty.so.1 >+lib/libosmovty.so.1.0.0 > lib/libosmoctrl.a > lib/libosmoctrl.so > lib/libosmoctrl.so.0
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 196999
: 152009