Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
osmocore: update to 15a5f8de (20180606).
  • Loading branch information
michaelld committed Jun 9, 2018
1 parent 17ddcda commit 8ce4921
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions science/osmocore/Portfile
Expand Up @@ -12,11 +12,11 @@ categories science comms
license GPL-3
platforms darwin macosx

github.setup osmocom libosmocore dfd85137cf18243240d5f3c4300ca5b33f26e362
version 20180524
checksums rmd160 81cdbb963a7dbd81c1816d18768c6185497c4f1b \
sha256 ccd8f9b953a20e94289ac2358d1f23f289b0d4beabc251bd2f1d368080d174b7 \
size 1011797
github.setup osmocom libosmocore 15a5f8de00c9c11a985ab16279ffae02b1e4667f
version 20180606
checksums rmd160 00eff1ae35131a3918da69b987d10644a4e076e0\
sha256 0f10ea178351a2d2b4b3d18919df091ee23c2f6da4d1064e17531266059f014f\
size 1041017

depends_build-append \
port:automake \
Expand Down
6 changes: 3 additions & 3 deletions science/osmocore/files/patch-configure.ac.diff
Expand Up @@ -10,7 +10,7 @@ index 7f2aabd..8cfe69f 100644

dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
AC_CONFIG_AUX_DIR([.])
@@ -341,8 +339,7 @@
@@ -343,8 +341,7 @@
AC_MSG_RESULT([CFLAGS="$CFLAGS"])
AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"])

Expand All @@ -20,10 +20,10 @@ index 7f2aabd..8cfe69f 100644
libosmocodec.pc
libosmocoding.pc
libosmovty.pc
@@ -369,4 +366,5 @@
Doxyfile.codec
@@ -372,4 +369,5 @@
Doxyfile.coding
Doxyfile.gb
Doxyfile.ctrl
- Makefile)
+ Makefile])
+AC_OUTPUT
4 changes: 2 additions & 2 deletions science/osmocore/files/patch-fix_clock_gettime.diff
Expand Up @@ -2,7 +2,7 @@ diff --git a/configure.ac b/configure.ac
index c5d1236..559d14a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,12 @@
@@ -56,6 +56,12 @@
dnl checks for header files
AC_HEADER_STDC
AC_CHECK_HEADERS(execinfo.h sys/select.h sys/socket.h sys/timerfd.h syslog.h ctype.h netinet/tcp.h)
Expand All @@ -15,7 +15,7 @@ index c5d1236..559d14a 100644
# for src/conv.c
AC_FUNC_ALLOCA
AC_SEARCH_LIBS([dlopen], [dl dld], [LIBRARY_DLOPEN="$LIBS";LIBS=""])
@@ -113,7 +119,7 @@
@@ -115,7 +121,7 @@
CHECK_TM_INCLUDES_TM_GMTOFF

dnl Generate the output
Expand Down

0 comments on commit 8ce4921

Please sign in to comment.