r757 - crux-2.1/ports/core/wvdial
Author: jue Date: 2006-02-23 17:02:24 +0100 (Thu, 23 Feb 2006) New Revision: 757 Added: crux-2.1/ports/core/wvdial/wvdial-1.56.patch Removed: crux-2.1/ports/core/wvdial/wvdial-1.55.patch Modified: crux-2.1/ports/core/wvdial/.md5sum crux-2.1/ports/core/wvdial/Pkgfile Log: wvdial: update to 1.56 Modified: crux-2.1/ports/core/wvdial/.md5sum =================================================================== --- crux-2.1/ports/core/wvdial/.md5sum 2006-02-23 15:47:47 UTC (rev 756) +++ crux-2.1/ports/core/wvdial/.md5sum 2006-02-23 16:02:24 UTC (rev 757) @@ -1,3 +1,3 @@ -d084772c96db6c52371e36b29d95f332 wvdial-1.55.patch -747b135ca909129a14c777cf53ed3df0 wvdial-1.55.tar.gz +d084772c96db6c52371e36b29d95f332 wvdial-1.56.patch +45097f269c7847266e121e4a0f362be9 wvdial-1.56.tar.gz 103230cb9926cb8f3f4d8dc8584f3b9c wvstreams-4.2.2.tar.gz Modified: crux-2.1/ports/core/wvdial/Pkgfile =================================================================== --- crux-2.1/ports/core/wvdial/Pkgfile 2006-02-23 15:47:47 UTC (rev 756) +++ crux-2.1/ports/core/wvdial/Pkgfile 2006-02-23 16:02:24 UTC (rev 757) @@ -4,7 +4,7 @@ # Depends on: ppp, openssl name=wvdial -version=1.55 +version=1.56 release=1 source=(http://open.nit.ca/download/$name-$version.tar.gz \ http://open.nit.ca/download/wvstreams-4.2.2.tar.gz \ @@ -14,7 +14,7 @@ cd wvstreams-4.2.2 ./configure --prefix=/usr \ --enable-verbose \ - --without-{bdb,qdbm,pam,tcl,telephony,swig,qt} + --without-{bdb,qdbm,pam,tcl,telephony,swig,qt,openslp} make ln -s ../xplc/include/xplc include/xplc Deleted: crux-2.1/ports/core/wvdial/wvdial-1.55.patch =================================================================== --- crux-2.1/ports/core/wvdial/wvdial-1.55.patch 2006-02-23 15:47:47 UTC (rev 756) +++ crux-2.1/ports/core/wvdial/wvdial-1.55.patch 2006-02-23 16:02:24 UTC (rev 757) @@ -1,51 +0,0 @@ -diff -Nru wvdial-1.55.orig/Makefile wvdial-1.55/Makefile ---- wvdial-1.55.orig/Makefile 2006-02-12 19:22:27.000000000 +0100 -+++ wvdial-1.55/Makefile 2006-02-12 20:55:49.000000000 +0100 -@@ -1,30 +1,22 @@ - ifeq ($(TOPDIR),) - TOPDIR=. - -- prefix=/usr/local -- WVSTREAMS_INC= -- WVSTREAMS_LIB= -+ prefix=$(DESTDIR)/usr -+ WVSTREAMS_INC=$(WVS)/include -+ WVSTREAMS_LIB=$(WVS) - WVSTREAMS_BIN=$(prefix)/bin - WVSTREAMS_SRC=. - -- PC_CFLAGS=$(shell pkg-config --cflags libwvstreams) -- ifeq ($(PC_CFLAGS),) -- $(error WvStreams does not appear to be installed) -- endif -- CPPFLAGS+=$(PC_CFLAGS) -- -- PC_LIBS=$(shell pkg-config --libs libwvstreams) -- ifeq ($(PC_LIBS),) -- $(error WvStreams does not appear to be installed) -- endif -- LIBS+=$(PC_LIBS) -+ LIBS = $(WVS)/libuniconf.a $(WVS)/libwvstreams.a $(WVS)/libwvutils.a $(WVS)/libwvbase.a $(WVS)/xplc/libxplc-cxx.a -lcrypto -lssl - else - XPATH=$(TOPDIR)/src - endif - - BINDIR=${prefix}/bin --MANDIR=${prefix}/share/man --PPPDIR=/etc/ppp/peers -+MANDIR=${prefix}/man -+PPPDIR=$(DESTDIR)/etc/ppp/peers -+ -+VERBOSE=1 - - include $(TOPDIR)/wvrules.mk - -@@ -38,7 +30,7 @@ - ifeq ($(WVSTREAMS_LIB),) - LIBUNICONF:=-luniconf - endif --wvdial wvdialconf papchaptest pppmon: wvdial.a $(LIBUNICONF) -+wvdial wvdialconf papchaptest pppmon: wvdial.a - - install-bin: all - [ -d ${BINDIR} ] || install -d ${BINDIR} Copied: crux-2.1/ports/core/wvdial/wvdial-1.56.patch (from rev 738, crux-2.1/ports/core/wvdial/wvdial-1.55.patch)
participants (1)
-
crux@crux.nu