Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2009 15:00:13 GMT
From:      Richard E Neese <r.neese@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/138068: libpri update
Message-ID:  <200908221500.n7MF0DEa081837@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/138068; it has been noted by GNATS.

From: Richard E Neese <r.neese@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/138068: libpri update
Date: Sat, 22 Aug 2009 10:51:50 -0400

 This is a multi-part message in MIME format.
 --------------030103040705040808060602
 Content-Type: multipart/alternative;
  boundary="------------090701080501050405040408"
 
 
 --------------090701080501050405040408
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 On 8/22/2009 10:50 AM, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/138068'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs.
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=138068
 >
 >    
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       libpri update
 >> Arrival-Date:   Sat Aug 22 14:50:03 UTC 2009
 >>      
 >
 >    
 the web based send pr is not allowing files attached threw mozilla it 
 looks like.
 
 --------------090701080501050405040408
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
   <meta content="text/html; charset=ISO-8859-1"
  http-equiv="Content-Type">
   <title></title>
 </head>
 <body bgcolor="#ffffff" text="#000000">
 On 8/22/2009 10:50 AM, <a class="moz-txt-link-abbreviated" href="mailto:FreeBSD-gnats-submit@FreeBSD.org">FreeBSD-gnats-submit@FreeBSD.org</a> wrote:
 <blockquote cite="mid:200908221450.n7MEo4mD072449@freefall.freebsd.org"
  type="cite">
   <pre wrap="">Thank you very much for your problem report.
 It has the internal identification `ports/138068'.
 The individual assigned to look at your
 report is: freebsd-ports-bugs. 
 
 You can access the state of your problem report at any time
 via this link:
 
 <a class="moz-txt-link-freetext" href="http://www.freebsd.org/cgi/query-pr.cgi?pr=138068">http://www.freebsd.org/cgi/query-pr.cgi?pr=138068</a>;
 
   </pre>
   <blockquote type="cite">
     <pre wrap="">Category:       ports
 Responsible:    freebsd-ports-bugs
 Synopsis:       libpri update
 Arrival-Date:   Sat Aug 22 14:50:03 UTC 2009
     </pre>
   </blockquote>
   <pre wrap=""><!---->
   </pre>
 </blockquote>
 the web based send pr is not allowing files attached threw mozilla it
 looks like.<br>
 </body>
 </html>
 
 --------------090701080501050405040408--
 
 --------------030103040705040808060602
 Content-Type: text/plain;
  name="libpri.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="libpri.shar"
 
 # 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:
 #
 #	libpri
 #	libpri/files
 #	libpri/files/patch-Makefile
 #	libpri/Makefile
 #	libpri/distinfo
 #	libpri/pkg-descr
 #
 echo c - libpri
 mkdir -p libpri > /dev/null 2>&1
 echo c - libpri/files
 mkdir -p libpri/files > /dev/null 2>&1
 echo x - libpri/files/patch-Makefile
 sed 's/^X//' >libpri/files/patch-Makefile << '69e1d3909da1c61091c06eb18c476a90'
 X--- Makefile.orig	2009-08-18 01:46:16.000000000 -0600
 X+++ Makefile	2009-08-18 02:40:23.000000000 -0600
 X@@ -27,7 +27,7 @@
 X # Uncomment if you want libpri to count number of Q921/Q931 sent/received
 X #LIBPRI_COUNTERS=-DLIBPRI_COUNTERS
 X 
 X-CC=gcc
 X+CC?=gcc
 X GREP=grep
 X AWK=awk
 X 
 X@@ -40,14 +40,13 @@
 X SONAME:=1.4
 X 
 X STATIC_LIBRARY=libpri.a
 X-DYNAMIC_LIBRARY:=libpri.so.$(SONAME)
 X+DYNAMIC_LIBRARY:=libpri.so.1
 X STATIC_OBJS=copy_string.o pri.o q921.o prisched.o q931.o pri_facility.o version.o
 X DYNAMIC_OBJS=copy_string.lo pri.lo q921.lo prisched.lo q931.lo pri_facility.lo version.lo
 X-CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC $(ALERTING) $(LIBPRI_COUNTERS)
 X-INSTALL_PREFIX=$(DESTDIR)
 X-INSTALL_BASE=/usr
 X-libdir?=$(INSTALL_BASE)/lib
 X-SOFLAGS:=-Wl,-h$(DYNAMIC_LIBRARY)
 X+CFLAGS+=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g $(ALERTING) $(LIBPRI_COUNTERS)
 X+INSTALL_PREFIX=$(PREFIX)
 X+INSTALL_BASE=
 X+SOFLAGS = -Wl,-hlibpri.so.1
 X LDCONFIG = /sbin/ldconfig
 X ifneq (,$(findstring X$(OSARCH)X, XLinuxX XGNU/kFreeBSDX))
 X LDCONFIG_FLAGS=-n
 X@@ -55,7 +54,7 @@
 X ifeq (${OSARCH},FreeBSD)
 X LDCONFIG_FLAGS=-m
 X CFLAGS += -I../zaptel -I../zapata
 X-INSTALL_BASE=/usr/local
 X+INSTALL_BASE=
 X endif
 X endif
 X ifeq (${OSARCH},SunOS)
 X@@ -100,22 +99,22 @@
 X 	mkdir -p $(INSTALL_PREFIX)$(libdir)
 X 	mkdir -p $(INSTALL_PREFIX)$(INSTALL_BASE)/include
 X ifneq (${OSARCH},SunOS)
 X-	install -m 644 libpri.h $(INSTALL_PREFIX)$(INSTALL_BASE)/include
 X-	install -m 755 $(DYNAMIC_LIBRARY) $(INSTALL_PREFIX)$(libdir)
 X-	if [ -x /usr/sbin/sestatus ] && ( /usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled"); then /sbin/restorecon -v $(INSTALL_PREFIX)$(libdir)/$(DYNAMIC_LIBRARY); fi
 X-	( cd $(INSTALL_PREFIX)$(libdir) ; ln -sf libpri.so.$(SONAME) libpri.so)
 X-	install -m 644 $(STATIC_LIBRARY) $(INSTALL_PREFIX)$(libdir)
 X-	if test $$(id -u) = 0; then $(LDCONFIG) $(LDCONFIG_FLAGS) $(INSTALL_PREFIX)$(libdir); fi
 X+	echo installing libpri.h
 X+	$(BSD_INSTALL_DATA) libpri.h $(INSTALL_PREFIX)$(INSTALL_BASE)/include
 X+	$(BSD_INSTALL_PROGRAM) $(DYNAMIC_LIBRARY) $(INSTALL_PREFIX)$(INSTALL_BASE)/lib
 X+	( cd $(INSTALL_PREFIX)$(INSTALL_BASE)/lib ; ln -sf libpri.so.1 libpri.so )
 X+	$(BSD_INSTALL_DATA) $(STATIC_LIBRARY) $(INSTALL_PREFIX)$(INSTALL_BASE)/lib
 X+
 X else
 X 	install -f $(INSTALL_PREFIX)$(INSTALL_BASE)/include -m 644 libpri.h
 X 	install -f $(INSTALL_PREFIX)$(libdir) -m 755 $(DYNAMIC_LIBRARY)
 X-	( cd $(INSTALL_PREFIX)$(libdir) ; ln -sf libpri.so.$(SONAME) libpri.so)
 X+	( cd $(INSTALL_PREFIX)$(libdir) ; ln -sf libpri.so.1 libpri.so)
 X 	install -f $(INSTALL_PREFIX)$(libdir) -m 644 $(STATIC_LIBRARY)
 X endif
 X 
 X uninstall:
 X 	@echo "Removing Libpri"
 X-	rm -f $(INSTALL_PREFIX)$(libdir)/libpri.so.$(SONAME)
 X+	rm -f $(INSTALL_PREFIX)$(libdir)/libpri.so.1
 X 	rm -f $(INSTALL_PREFIX)$(libdir)/libpri.so
 X 	rm -f $(INSTALL_PREFIX)$(libdir)/libpri.a
 X 	rm -f $(INSTALL_PREFIX)$(INSTALL_BASE)/include/libpri.h
 X@@ -146,8 +145,6 @@
 X 
 X $(DYNAMIC_LIBRARY): $(DYNAMIC_OBJS)
 X 	$(CC) -shared $(SOFLAGS) -o $@ $(DYNAMIC_OBJS)
 X-	$(LDCONFIG) $(LDCONFIG_FLAGS) .
 X-	ln -sf libpri.so.$(SONAME) libpri.so
 X 
 X version.c: FORCE
 X 	@build_tools/make_version_c > $@.tmp
 69e1d3909da1c61091c06eb18c476a90
 echo x - libpri/Makefile
 sed 's/^X//' >libpri/Makefile << '4a6ff8730eb401409c9d7c86137aac07'
 X# New ports collection makefile for:	libpri
 X# Date created:				25 Oct 2004
 X# Whom:					Alexander Timoshenko <gonzo@univ.kiev.ua>
 X#
 X# $FreeBSD: ports/misc/libpri/Makefile,v 1.16 2007/07/22 10:36:56 sobomax Exp $
 X#
 X
 XPORTNAME=	libpri
 XPORTVERSION=	1.4.10.1
 XCATEGORIES=	misc
 XMASTER_SITES=	http://downloads.asterisk.org/pub/telephony/libpri/releases/
 XMAINTAINER=	sobomax@FreeBSD.org
 XCOMMENT=	A C implementation of the Primary Rate ISDN specification
 X
 XUSE_GMAKE=	yes
 XUSE_LDCONFIG=	yes
 XPLIST_FILES=	include/libpri.h lib/libpri.a lib/libpri.so \
 X		lib/libpri.so.1
 X
 XNOT_FOR_ARCHS=	alpha
 X
 X.include <bsd.port.mk>
 4a6ff8730eb401409c9d7c86137aac07
 echo x - libpri/distinfo
 sed 's/^X//' >libpri/distinfo << '1e90dc4c90056fab9cef293312764c40'
 XMD5 (libpri-1.4.10.1.tar.gz) = 55ce81cd0b2cf0c40e287fc5bd5b4883
 XSHA256 (libpri-1.4.10.1.tar.gz) = ac500e0e0b4f150c8741e939d289fcbcaa653dfff67cdec11f18417b92f76d21
 XSIZE (libpri-1.4.10.1.tar.gz) = 97607
 1e90dc4c90056fab9cef293312764c40
 echo x - libpri/pkg-descr
 sed 's/^X//' >libpri/pkg-descr << 'a56b9018547e0253f5d7681572576540'
 XThe libpri is a C implementation of the Primary Rate ISDN specification.  
 XIt was based on the Bellcore specification SR-NWT-002343 for National 
 XISDN.  As of May 12, 2001, it has been tested work with NI-2, Nortel DMS-100, 
 Xand Lucent 5E C ustom protocols on switches from Nortel and Lucent.
 a56b9018547e0253f5d7681572576540
 exit
 
 
 --------------030103040705040808060602--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908221500.n7MF0DEa081837>