From 6d7a7f4776711758cf5b59028378f01cd8eba493 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 13 Jun 2009 14:56:04 +0200 Subject: FreeBSD compatibility patches - update ipset and libpri to latest upstream --- package/libpri/Makefile | 9 +++++---- package/libpri/patches/patch-Makefile | 12 ------------ 2 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 package/libpri/patches/patch-Makefile (limited to 'package/libpri') diff --git a/package/libpri/Makefile b/package/libpri/Makefile index 7da358229..85efeb93e 100644 --- a/package/libpri/Makefile +++ b/package/libpri/Makefile @@ -4,20 +4,21 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libpri -PKG_VERSION:= 1.2.7 +PKG_VERSION:= 1.4.10 PKG_RELEASE:= 1 -PKG_MD5SUM:= b9354f420304afa7b8923615a117b9c6 +PKG_MD5SUM:= 2a80f0cea1271f3143aaad57c5de42e6 PKG_DESCR:= C implementation of the Primary Rate ISDN specification PKG_SECTION:= libs PKG_URL:= http://www.asterisk.org -PKG_SITES:= http://www.asterisk-support.de/mirror/libpri/ +PKG_SITES:= http://downloads.asterisk.org/pub/telephony/libpri/releases/ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBPRI,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) BUILD_STYLE:= auto -MAKE_FLAGS+= CC='${TARGET_CC}' +MAKE_FLAGS+= CC='${TARGET_CC}' LDCONFIG='' +FAKE_FLAGS+= INSTALL_BASE=/usr INSTALL_STYLE:= auto post-install: diff --git a/package/libpri/patches/patch-Makefile b/package/libpri/patches/patch-Makefile deleted file mode 100644 index d1fb6c1c7..000000000 --- a/package/libpri/patches/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ -$Id$ - - submitted upstream as http://bugs.digium.com/view.php?id=10253 - ---- libpri-1.2.4.orig/Makefile 2006-04-30 17:17:47.000000000 +0200 -+++ libpri-1.2.4/Makefile 2007-06-29 19:34:16.000000000 +0200 -@@ -144,4 +144,4 @@ clean: - depend: .depend - - .depend: -- CC=$(CC) ./mkdep ${CFLAGS} `ls *.c` -+ CC="$(CC)" ./mkdep ${CFLAGS} `ls *.c` -- cgit v1.2.3