FreeBSD Bugzilla – Attachment 145203 Details for
Bug 191879
New port: devel/libosmo-sccp - SCCP library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
fixed issues after make check-plist and make stage-qa
libosmo-sccp.shar (text/plain), 3.35 KB, created by
Nikola Kolev
on 2014-08-01 09:42:02 UTC
(
hide
)
Description:
fixed issues after make check-plist and make stage-qa
Filename:
MIME Type:
Creator:
Nikola Kolev
Created:
2014-08-01 09:42:02 UTC
Size:
3.35 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># libosmo-sccp/ ># libosmo-sccp/files ># libosmo-sccp/files/patch-mtp_leve3.c ># libosmo-sccp/files/patch-sccp_types.c ># libosmo-sccp/Makefile ># libosmo-sccp/distinfo ># libosmo-sccp/pkg-descr ># libosmo-sccp/pkg-plist ># >echo c - libosmo-sccp/ >mkdir -p libosmo-sccp/ > /dev/null 2>&1 >echo c - libosmo-sccp/files >mkdir -p libosmo-sccp/files > /dev/null 2>&1 >echo x - libosmo-sccp/files/patch-mtp_leve3.c >sed 's/^X//' >libosmo-sccp/files/patch-mtp_leve3.c << '9d5ae617b1173f05207fb3053435e8c8' >X--- include/mtp/mtp_level3.h.org >X+++ include/mtp/mtp_level3.h >X@@ -23,7 +23,11 @@ >X #ifndef mtp_level3_h >X #define mtp_level3_h >X >X+#ifdef __FreeBSD__ >X+#include <sys/endian.h> >X+#else >X #include <endian.h> >X+#endif >X #include <stdint.h> >X #include <sys/types.h> >9d5ae617b1173f05207fb3053435e8c8 >echo x - libosmo-sccp/files/patch-sccp_types.c >sed 's/^X//' >libosmo-sccp/files/patch-sccp_types.c << '408b93860a3cfa932adc2b78c6ae694c' >X--- include/sccp/sccp_types.h.org >X+++ include/sccp/sccp_types.h >X@@ -24,7 +24,11 @@ >X #ifndef SCCP_TYPES_H >X #define SCCP_TYPES_H >X >X+#ifdef __FreeBSD__ >X+#include <sys/endian.h> >X+#else >X #include <endian.h> >X+#endif >X >X /* Table 1/Q.713 - SCCP message types */ >X enum sccp_message_types { >408b93860a3cfa932adc2b78c6ae694c >echo x - libosmo-sccp/Makefile >sed 's/^X//' >libosmo-sccp/Makefile << 'd1eaded1b57e28901afd6cd66750e170' >X# $FreeBSD$ >X >XPORTNAME= libosmo-sccp >XPORTVERSION= 0.0.6.3 >XCATEGORIES= devel >XMASTER_SITES= http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \ >X http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/ >X >XMAINTAINER= koue@chaosophia.net >XCOMMENT= SCCP Library >X >XLICENSE= GPLv2 >XLICENSE_FILE= ${WRKSRC}/COPYING >X >XLIB_DEPENDS= libosmocore.so:${PORTSDIR}/devel/libosmocore >X >XUSES= gmake >X >XUSE_AUTOTOOLS= aclocal autoconf automake libtoolize >XAUTOMAKE_ARGS= --gnu --add-missing --copy >X >Xpost-patch: >X ${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \ >X ${WRKSRC}/Makefile.am >X ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version >X >X.include <bsd.port.mk> >d1eaded1b57e28901afd6cd66750e170 >echo x - libosmo-sccp/distinfo >sed 's/^X//' >libosmo-sccp/distinfo << '458e3e252867d6beaf2830a383161a7d' >XSHA256 (libosmo-sccp-0.0.6.3.tar.gz) = 3b7dee875ebfdb75b9f554c7d1fd8e822b8fcd2c59d59f7d85d300ec75fdf302 >XSIZE (libosmo-sccp-0.0.6.3.tar.gz) = 40209 >458e3e252867d6beaf2830a383161a7d >echo x - libosmo-sccp/pkg-descr >sed 's/^X//' >libosmo-sccp/pkg-descr << 'df10d1136d3ad85dd46eb550513ccbed' >XSCCP Library from Osmocom. >X >XWWW: http://git.osmocom.org/libosmo-sccp/ >df10d1136d3ad85dd46eb550513ccbed >echo x - libosmo-sccp/pkg-plist >sed 's/^X//' >libosmo-sccp/pkg-plist << '19c370e18369bcb56b5677f8018f8abb' >Xinclude/osmocom/sccp/sccp_types.h >Xinclude/osmocom/sccp/sccp.h >Xinclude/osmocom/mtp/mtp_level3.h >Xinclude/osmocom/mtp/mtp_pcap.h >Xinclude/osmocom/m2ua/m2ua_types.h >Xinclude/osmocom/m2ua/m2ua_msg.h >Xlib/libsccp.a >Xlib/libmtp.a >Xlib/libm2ua.a >Xlibdata/pkgconfig/libosmo-sccp.pc >Xlibdata/pkgconfig/libosmo-mtp.pc >X@dirrm include/osmocom/sccp >X@dirrm include/osmocom/mtp >X@dirrm include/osmocom/m2ua >X@dirrmtry include/osmocom >19c370e18369bcb56b5677f8018f8abb >exit >
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 Raw
Actions:
View
Attachments on
bug 191879
:
144689
| 145203 |
145655