From 43b6c6e5b6f8e10124aaaa68d83059feaa24a833 Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 24 Aug 2005 20:04:37 +0000 Subject: [PATCH] fixed ipsec-tools, fixed lirc, changes to ardour, added linphone & libosip --- doc/CHANGELOG | 11 ++++ packages/hackbard/libosip/libosip | 7 +++ packages/hackbard/linphone/linphone | 10 ++++ packages/hackbard/lirc/lirc | 6 +- packages/net/ipsec-tools/ipsec-tools | 4 +- packages/net/ipsec-tools/sha2_in_sha_h.patch | 62 ++++++++++++++++++++ packages/soundtools/ardour/ardour | 4 +- scripts/Build-Distro | 2 +- 8 files changed, 100 insertions(+), 6 deletions(-) create mode 100644 packages/hackbard/libosip/libosip create mode 100644 packages/hackbard/linphone/linphone create mode 100644 packages/net/ipsec-tools/sha2_in_sha_h.patch diff --git a/doc/CHANGELOG b/doc/CHANGELOG index b379122..1a29c0a 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,3 +1,14 @@ +*) 2005-08-24 + +- fixed lirc modules install path +- added libosip and linphone package + +*) 2005-08-23 + +- changes to ardour (not compiling by now) +- fixed ipsec-tools (cruel patch) +- modified Build-Distro + *) 2005-08-17 - added cairo, libpixman package and all-stable target diff --git a/packages/hackbard/libosip/libosip b/packages/hackbard/libosip/libosip new file mode 100644 index 0000000..7ac9e91 --- /dev/null +++ b/packages/hackbard/libosip/libosip @@ -0,0 +1,7 @@ +# hdw - linux libosip package +# +# author: hackbard@hackdaworld.dyndns.org +# +# [V] 2.2.1 +# [S] 3-3 +# [D] libosip2-2.2.1.tar.gz http://ftp.gnu.org/gnu/osip/ diff --git a/packages/hackbard/linphone/linphone b/packages/hackbard/linphone/linphone new file mode 100644 index 0000000..c6d10ca --- /dev/null +++ b/packages/hackbard/linphone/linphone @@ -0,0 +1,10 @@ +# hdw - linux linphone package +# +# author: hackbard@hackdaworld.dyndns.org +# +# [V] 1.1.0pre2 +# [S] 3-12 +# [D] linphone-1.1.0pre2.tar.gz http://simon.morlat.free.fr/download/unstable/source/ + +confopt="$confopt --enable-gnome_ui=no" + diff --git a/packages/hackbard/lirc/lirc b/packages/hackbard/lirc/lirc index c44839d..7cc147a 100644 --- a/packages/hackbard/lirc/lirc +++ b/packages/hackbard/lirc/lirc @@ -3,7 +3,7 @@ # author: hackbard@hackdaworld.dyndns.org # # [V] 0.7.1 -# [S] 3-2 +# [S] 3-4 # [D] lirc-0.7.1.tar.bz2 http://mesh.dl.sourceforge.net/sourceforge/lirc/ # specify driver, port, irq @@ -11,6 +11,10 @@ driver="serial" port="0x3f8" irq="4" +kver=`grep '^#\ \[V\]' $confdir/../../base/linux/linux | awk '{ print $3 }'` + +confopt="$confopt --with-kerneldir=$prefix/src/linux" +confopt="$confopt --with-moduledir=$root/lib/modules/$kver/misc" confopt="$confopt --with-driver=$driver --with-port=$port --with-irq=$irq" pre_install() { diff --git a/packages/net/ipsec-tools/ipsec-tools b/packages/net/ipsec-tools/ipsec-tools index 7862649..ed9772e 100644 --- a/packages/net/ipsec-tools/ipsec-tools +++ b/packages/net/ipsec-tools/ipsec-tools @@ -3,8 +3,8 @@ # author: hackbard # [S] 3-2 -# [V] 0.6.1rc1 -# [D] ipsec-tools-0.6.1rc1.tar.bz2 http://mesh.dl.sourceforge.net/sourceforge/ipsec-tools/ +# [V] 0.6.1 +# [D] ipsec-tools-0.6.1.tar.bz2 http://mesh.dl.sourceforge.net/sourceforge/ipsec-tools/ confopt="$confopt --with-kernel-headers=$prefix/include" diff --git a/packages/net/ipsec-tools/sha2_in_sha_h.patch b/packages/net/ipsec-tools/sha2_in_sha_h.patch new file mode 100644 index 0000000..ed770d9 --- /dev/null +++ b/packages/net/ipsec-tools/sha2_in_sha_h.patch @@ -0,0 +1,62 @@ +--- ./configure.orig 2005-08-23 18:54:16.000000000 +0200 ++++ ./configure 2005-08-23 18:59:25.000000000 +0200 +@@ -24195,8 +24195,8 @@ + : + else + +- echo "$as_me:$LINENO: checking if sha2 is defined in openssl/sha.h" >&5 +-echo $ECHO_N "checking if sha2 is defined in openssl/sha.h... $ECHO_C" >&6 ++ echo "$as_me:$LINENO: sha2 is defined in openssl/sha.h" >&5 ++echo $ECHO_N "sha2 is defined in openssl/sha.h... $ECHO_C" >&6 + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -24217,40 +24217,6 @@ + } + _ACEOF + rm -f conftest.$ac_objext +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 +- (eval $ac_compile) 2>conftest.er1 +- ac_status=$? +- grep -v '^ *+' conftest.er1 >conftest.err +- rm -f conftest.er1 +- cat conftest.err >&5 +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); } && +- { ac_try='test -z "$ac_c_werror_flag" +- || test ! -s conftest.err' +- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 +- (eval $ac_try) 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; } && +- { ac_try='test -s conftest.$ac_objext' +- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 +- (eval $ac_try) 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; }; then +- echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6 +- case $LIBOBJS in +- "sha2.$ac_objext" | \ +- *" sha2.$ac_objext" | \ +- "sha2.$ac_objext "* | \ +- *" sha2.$ac_objext "* ) ;; +- *) LIBOBJS="$LIBOBJS sha2.$ac_objext" ;; +-esac +- +- CRYPTOBJS="$CRYPTOBJS sha2.o" +- +-else + echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +@@ -24263,7 +24229,6 @@ + _ACEOF + + +-fi + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + + CPPFLAGS_ADD="$CPPFLAGS_ADD -I./\${top_srcdir}/src/racoon/missing" diff --git a/packages/soundtools/ardour/ardour b/packages/soundtools/ardour/ardour index 49321ef..8c81800 100644 --- a/packages/soundtools/ardour/ardour +++ b/packages/soundtools/ardour/ardour @@ -2,9 +2,9 @@ # # author: hackbard@hackdaworld.dyndns.org # -# [V] 0.9beta29 +# [V] cvs # [S] 3-12 -# [D] ardour-0.9beta29.tar.bz2 http://ardour.org/releases/ +# [D] ardour-cvs.tar.bz2 http://ardour.org/releases/ build_main() { scons PREFIX=$prefix diff --git a/scripts/Build-Distro b/scripts/Build-Distro index a5c3a9a..c38bc35 100755 --- a/scripts/Build-Distro +++ b/scripts/Build-Distro @@ -248,7 +248,7 @@ EOT exit 1 fi # remove buildorder files - rm -f $root/usr/src/hdw-linux/build_order* + rm -f $root/chroot.sh # last message echo echo_w "you should now have build your hdw-linux distro" -- 2.20.1