aboutsummaryrefslogtreecommitdiffstats
path: root/misc/libpri2
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2006-04-26 19:24:42 +0800
committerfjoe <fjoe@FreeBSD.org>2006-04-26 19:24:42 +0800
commit62be8d71af1e54be6359aa60dbd52d5a78174894 (patch)
tree56b3f68a41173059ec1eb308170bf44e64baff22 /misc/libpri2
parent11922b39024d2bc9cf3b7912b938d5c24e3cdcec (diff)
downloadfreebsd-ports-gnome-62be8d71af1e54be6359aa60dbd52d5a78174894.tar.gz
freebsd-ports-gnome-62be8d71af1e54be6359aa60dbd52d5a78174894.tar.zst
freebsd-ports-gnome-62be8d71af1e54be6359aa60dbd52d5a78174894.zip
- Remove bristuff support. Will be added later as a slave port.
- Fix soname for libpri library. PR: 96315 Approved by: MAINTAINER
Diffstat (limited to 'misc/libpri2')
-rw-r--r--misc/libpri2/Makefile10
-rw-r--r--misc/libpri2/files/patch-Makefile16
2 files changed, 14 insertions, 12 deletions
diff --git a/misc/libpri2/Makefile b/misc/libpri2/Makefile
index 812cffec9e3c..c9a67fc277c1 100644
--- a/misc/libpri2/Makefile
+++ b/misc/libpri2/Makefile
@@ -11,15 +11,15 @@ CATEGORIES= misc
MASTER_SITES= ftp://ftp.digium.com/pub/libpri/ \
ftp://ftp.digium.com/pub/libpri/old/
-PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz
-PATCH_SITES= ${MASTER_SITE_LOCAL}
-PATCH_SITE_SUBDIR= fjoe
-PATCH_DIST_STRIP= -p1
+#PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz
+#PATCH_SITES= ${MASTER_SITE_LOCAL}
+#PATCH_SITE_SUBDIR= fjoe
+#PATCH_DIST_STRIP= -p1
+#BRIVER= bristuff-0.3.0-PRE-1l
MAINTAINER= gonzo@univ.kiev.ua
COMMENT= A C implementation of the Primary Rate ISDN specification
-BRIVER= bristuff-0.3.0-PRE-1l
USE_GMAKE= yes
INSTALLS_SHLIB= yes
diff --git a/misc/libpri2/files/patch-Makefile b/misc/libpri2/files/patch-Makefile
index e32cf46a3c84..c274238c5b41 100644
--- a/misc/libpri2/files/patch-Makefile
+++ b/misc/libpri2/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Feb 25 12:53:36 2006
-+++ Makefile Sat Feb 25 12:56:28 2006
+--- Makefile.orig Wed Jan 11 02:19:14 2006
++++ Makefile Wed Apr 26 02:47:21 2006
@@ -27,7 +27,7 @@
# Uncomment if you want libpri to count number of Q921/Q931 sent/received
#LIBPRI_COUNTERS=-DLIBPRI_COUNTERS
@@ -9,7 +9,7 @@
OSARCH=$(shell uname -s)
PROC?=$(shell uname -m)
-@@ -35,12 +35,12 @@
+@@ -35,13 +35,13 @@
TOBJS=testpri.o
T2OBJS=testprilib.o
STATIC_LIBRARY=libpri.a
@@ -17,15 +17,17 @@
+DYNAMIC_LIBRARY=libpri.so.1
STATIC_OBJS=copy_string.o pri.o q921.o prisched.o q931.o pri_facility.o
DYNAMIC_OBJS=copy_string.lo pri.lo q921.lo prisched.lo q931.lo pri_facility.lo
--CFLAGS=-Wall -Wstrict-prototypes -Wmissing-prototypes -g $(ALERTING) $(LIBPRI_COUNTERS) -DRELAX_TRB
+-CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g $(ALERTING) $(LIBPRI_COUNTERS)
-INSTALL_PREFIX?=
-INSTALL_BASE=/usr
-+CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -g $(ALERTING) $(LIBPRI_COUNTERS) -DRELAX_TRB
-+INSTALL_PREFIX=$(PREFIX)
+-SOFLAGS = -Wl,-hlibpri.so.1.0
++CFLAGS+=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g $(ALERTING) $(LIBPRI_COUNTERS)
++INSTALL_PREFIX?=$(PREFIX)
+INSTALL_BASE=
- SOFLAGS = -Wl,-hlibpri.so.1.0
++SOFLAGS = -Wl,-hlibpri.so.1
LDCONFIG = /sbin/ldconfig
ifeq (${OSARCH},Linux)
+ LDCONFIG_FLAGS=-n
@@ -84,12 +84,11 @@
mkdir -p $(INSTALL_PREFIX)$(INSTALL_BASE)/lib
mkdir -p $(INSTALL_PREFIX)$(INSTALL_BASE)/include
32:58 +0800'>2014-07-241-2/+2 * Fix clang build on 9.xcrees2014-07-231-2/+6 * Fix transmission-web buildcrees2014-07-221-0/+2 * Unbreakantoine2014-07-221-1/+3 * Update to 2.84crees2014-07-216-61/+30 * Add DOCS option for ports with PORTDOCS in plist.adamw2014-07-161-1/+1 * Add option to disable ownership and permissions checking in rc script.crees2014-01-041-5/+11 * Stage transmission ports and the rest maintained by me.crees2013-12-303-8/+7 * Fix -qt4 build on 10.0-BETA3crees2013-11-142-2/+12 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * net-p2p/transmission-cli: Fix USES and iconv supportmarino2013-09-141-3/+3 * Fix transmission-qt4 build.crees2013-08-304-0/+76 * Update to 2.82crees2013-08-302-4/+4 * - Update to 7.31.0sunpoet2013-07-121-2/+2 * Update to 2.80crees2013-07-023-12/+12 * Correct the package naming, to stop upsetting people.crees2013-06-272-3/+10 * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1 * Fix chown for transmission home directory to silence complaintscrees2013-03-022-2/+2 * Require pkgconfig only for build stage.demon2013-02-281-1/+1 * Update to 2.77crees2013-02-202-3/+3 * Update to 2.76crees2013-01-173-9/+17 * Remove the created by me and update those header at the same time. I nevermezz2013-01-011-1/+0 * Update to 2.75crees2012-12-313-17/+13 * Various rc fixes;crees2012-12-082-11/+31 * Use LITE instead of LIGHTWEIGHT with standard descriptioncrees2012-10-301-4/+2 * Add OPTION for lightweight build-- disables prefetchingcrees2012-10-301-2/+10 * Update to 2.73crees2012-10-292-3/+3 * Update to 2.71crees2012-10-05