From 5c1fd3fbdb9c8fc379922c75ceb83dc7c3ec448f Mon Sep 17 00:00:00 2001 From: kueller Date: Thu, 29 Jul 2010 11:14:34 +0000 Subject: [PATCH] Pidgin mit encryption tut jetzt... git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5770 504e572c-2e33-0410-9681-be2bf7408885 --- SysBuild/BuildCluster/Apps.dmk | 3 + SysBuild/BuildCluster/Tools.dmk | 1 - SysBuild/NewModules/pidgin | 113 ------------------ SysBuild/network/pidgin | 11 +- .../{NewModules => network}/pidgin-encryption | 18 --- SysBuild/{NewModules => network}/pidgin-otr | 11 -- .../purple-plugin_pack | 11 -- 7 files changed, 10 insertions(+), 158 deletions(-) delete mode 100644 SysBuild/NewModules/pidgin rename SysBuild/{NewModules => network}/pidgin-encryption (89%) rename SysBuild/{NewModules => network}/pidgin-otr (95%) rename SysBuild/{NewModules => network}/purple-plugin_pack (95%) diff --git a/SysBuild/BuildCluster/Apps.dmk b/SysBuild/BuildCluster/Apps.dmk index 09b07dc..dfdc258 100644 --- a/SysBuild/BuildCluster/Apps.dmk +++ b/SysBuild/BuildCluster/Apps.dmk @@ -22,6 +22,9 @@ 0 guibased/povray 0 multimedia/mplayer-export 0 network/pidgin +0 network/purple-plugin_pack +0 network/pidgin-encryption +0 network/pidgin-otr 0 multimedia/xine-ui 0 multimedia/kino 0 guibased/gmanedit diff --git a/SysBuild/BuildCluster/Tools.dmk b/SysBuild/BuildCluster/Tools.dmk index 382dc1f..0ec66f4 100644 --- a/SysBuild/BuildCluster/Tools.dmk +++ b/SysBuild/BuildCluster/Tools.dmk @@ -80,7 +80,6 @@ 0 network/links #pidgin plugin - wird wohl pidgin benötigen... -#0 tools/pidgin-otr #0 tools/nagios-plugins #Diverse C Fehler (xx not defined in this context) #0 multimedia/sidplay-libs diff --git a/SysBuild/NewModules/pidgin b/SysBuild/NewModules/pidgin deleted file mode 100644 index 278a4c7..0000000 --- a/SysBuild/NewModules/pidgin +++ /dev/null @@ -1,113 +0,0 @@ -#!/bin/bash -#Framework, welches ein komplettes Linux System aus den Sourcen erstellt -#dieses Framework wird im CVS Repository -#:pserver:cvs.tramp-bbs.de:/opt/cvs zur Verfügung gestellt -# -#Lage dieser Datei im Archiv: $HeadURL$ -# -#(c) 2003 Harald Kueller, Germany -#This program is free software; you can redistribute it and/or -#modify ist under the terms of the GNU General Public License -#as published by the Free Software Foundation; either version -#2 of the License, or (at your option) any later version. -# -#This program is distributed in the hope that it will be useful, -#but WITHOUT ANY WARRANTY; without even the implied warranty of -#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -#See the GNU General Public License for more details. -# -#You should have received a copy of the GNU General Public License -#along with this program; if not write to the Free Software Foundation, -#Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -#Dies ist ein Module zur Verwendung mit genpkg. Die Erzeugung eines -#Viitor Linux Packetes wird über die Funktionen premk, mk und postmk -#gesteuert. premk() dient zur Vorbereitung des Sourcecodes. Hier können -#diverse Änderungen am sourcecode (mit awk/sed usw.) vorgenommen werden -#mk() umfasst die source Konfiguration und das Übersetzten des source -#codes. Auch die Installation muß von mk erledigt werden. Hier gild dass -#die Installation immer nach $TMPROOT erfolgen soll (meisst kann das mit -#"make DESTDIR=$TMPROOT install" angestossen werden). postmk kann -#vor der packeterstellung noch einiges am installationtree ändern. postmk -#läuft nachdem die Packetabhängigkeiten erstellt wurden. -#Das Verhalten von genpkg kann über die Variable MKPKG gesteuert werden. -#Hier müssen FLAGS zur Steuerung gesetzt werden. Folgende Flags werden -#erkannt: -# -# 1 : Package Erzeugung erzwingen. Packet wird, auch wenn es schon -# vorhanden ist, ohne weitere rückfragen neu Erzeugt. -# 2 : Package Installation erzwingen. Installpkg wird mit -f aufgerufen. -# Das bewirkt, das installpkg keine rückfragen bei der installation -# Stellt, und das packet in jedemfall (neu) installiert. -# 4 : Sourcepacket nicht nach MAKEDIR entpacken. Ist dieses Flag gesetzt -# muss sich das Module selber um das Entpacken der sourcedateien kümmern. -# vor allem wichtig bei Packeten, für die es keine source.tgz gibt -# (z.B. aus dem CVS generierte Packete). -# 8 : Erstellung des Packetes aus $TMPROOT wird unterdrückt. Dies ist bei -# manchen Sonderfällen möglich - wenn sich z.B. der Packetnamen nicht -# aus dem Namen des sourcearchives ableiten lässt. Packet sollte in -# so einem Fall in der postmk() Funktion erstellt werden. -# 16 : Packet wird nicht installiert. Bei Packeten wie tar oder bash kann -# die installation mittelst installpkg probleme machen. -# 32 : Dependics File so erzeugen, das die Abhängigkeiten bei der installation -# erfüllt sein müssen. installpkg bricht in so einem fall bei fehlenden -# packeten die installation ab, und gibt nicht "nur" warnmeldungen aus. -# Wichtig bei packeten mit postinstallroutine, die software aus dem -# frisch installierten Packet verwendet (wie z.B. postgresql) -# 64 : sourcetree aufräumen nach packeterstellung unterbinden. -# -#Module zur Erstellung des Packetes: pidgin -#Quelle der Source Archive: http://pidgin.sourceforge.net -#Kurzbeschreibung: -#Instant messenger client -#formerly known as gaim -# - -#Pfad zum Basis-Sourcetree : -SRCPATH=Network/Clients - -#Wenn das usgepackte Verzeichnis vom Paketnamen unterschiedlich ist -#SRCDIR= - - -premk() { - echo "Nothing to do for premk()" -} - -mk() { - if [ "$MK64BIT" == "true" ]; then - ADDOPTIONS="--libdir=\${prefix}/lib64" - fi - CC="gcc $BUILDOPTIONS" \ - CXX="g++ $BUILDOPTIONS" \ - USE_ARCH=$UARCH \ - CC="gcc $BUILDOPTIONS" \ - CXX="g++ $BUILDOPTIONS" \ - USE_ARCH=$UARCH \ - ./configure --prefix=/usr/X11R7 \ - --sysconfdir=/etc \ - $ADDOPTIONS \ - --with-nspr-includes=/opt/firefox/include/firefox/stable \ - --with-nspr-libs=/opt/firefox/$LIBDIR/firefox \ - --with-nss-includes=/opt/firefox/include/firefox/stable \ - --with-nss-libs=/opt/firefox/$LIBDIR/firefox \ - --with-tclconfig=/usr/X11R7/lib \ - --with-tkconfig=/usr/X11R7/lib \ - --disable-gtkspell \ - --enable-vv \ - --disable-meanwhile \ - --disable-avahi \ - --disable-nm - if [ "$MK64BIT" == "true" ]; then - find . -name "Makefile" -exec sed -i "s%\(DBUS_LIBS = \)-L/lib%\1-L/lib64%" {} \; - find . -name "Makefile" -exec sed -i "s%/usr/X11R7/lib %/usr/X11R7/lib64 %" {} \; - fi -# sed -i "s/\(-lresolv\)/\1 -lncurses/" finch/Makefile - make -k -j $NUMCPU - make -k -j $NUMCPU DESTDIR=$TMPROOT install - CheckError "Make install process failed !" 1 -} - -postmk() { - echo "Nothing to do for postmk()" -} diff --git a/SysBuild/network/pidgin b/SysBuild/network/pidgin index d684e5f..89364f1 100644 --- a/SysBuild/network/pidgin +++ b/SysBuild/network/pidgin @@ -62,6 +62,10 @@ #Instant messenger client #formerly known as gaim # +#Letzte Änderung von: $Author$ +#Datum der letzten Aenderung: $Date$ +#Version der Datei: $Revision$ +# #Pfad zum Basis-Sourcetree : SRCPATH=Network/Clients @@ -91,10 +95,10 @@ mk() { --with-nspr-libs=/opt/firefox/$LIBDIR/firefox \ --with-nss-includes=/opt/firefox/include/firefox/stable \ --with-nss-libs=/opt/firefox/$LIBDIR/firefox \ - --with-tclconfig=/usr/X11R7/lib \ - --with-tkconfig=/usr/X11R7/lib \ + --with-tclconfig=/usr/X11R7/$LIBDIR \ + --with-tkconfig=/usr/X11R7/$LIBDIR \ --disable-gtkspell \ - --disable-vv \ + --enable-vv \ --disable-meanwhile \ --disable-avahi \ --disable-nm @@ -102,7 +106,6 @@ mk() { find . -name "Makefile" -exec sed -i "s%\(DBUS_LIBS = \)-L/lib%\1-L/lib64%" {} \; find . -name "Makefile" -exec sed -i "s%/usr/X11R7/lib %/usr/X11R7/lib64 %" {} \; fi - sed -i "s/\(-lresolv\)/\1 -lncurses/" finch/Makefile make -k -j $NUMCPU make -k -j $NUMCPU DESTDIR=$TMPROOT install CheckError "Make install process failed !" 1 diff --git a/SysBuild/NewModules/pidgin-encryption b/SysBuild/network/pidgin-encryption similarity index 89% rename from SysBuild/NewModules/pidgin-encryption rename to SysBuild/network/pidgin-encryption index 60f9f99..4645eaa 100644 --- a/SysBuild/NewModules/pidgin-encryption +++ b/SysBuild/network/pidgin-encryption @@ -75,24 +75,6 @@ premk() { echo "Nothing to do for premk()" } -mk32() { - CC="gcc $BUILDOPTIONS32" \ - CXX="g++ $BUILDOPTIONS32" \ - USE_ARCH=32 \ - ./configure --prefix=/usr/X11R7 \ - --sysconfdir=/etc \ - --with-nspr-includes=/opt/firefox/include/firefox/stable \ - --with-nspr-libs=/opt/firefox/$LIBDIR/firefox \ - --with-nss-includes=/opt/firefox/include/firefox/stable \ - --with-nss-libs=/opt/firefox/$LIBDIR/firefox \ - --with-tclconfig=/usr/X11R7/lib/ \ - --with-tkconfig=/usr/X11R7/lib/ - make - make DESTDIR=$TMPROOT install - make distclean -} - - mk() { if [ "$MK64BIT" == "true" ]; then ADDOPTIONS="--libdir=\${prefix}/lib64" diff --git a/SysBuild/NewModules/pidgin-otr b/SysBuild/network/pidgin-otr similarity index 95% rename from SysBuild/NewModules/pidgin-otr rename to SysBuild/network/pidgin-otr index d302145..fbdda57 100644 --- a/SysBuild/NewModules/pidgin-otr +++ b/SysBuild/network/pidgin-otr @@ -77,17 +77,6 @@ premk() { echo "Nothing to do for premk()" } -mk32() { - CC="gcc $BUILDOPTIONS32" \ - CXX="g++ $BUILDOPTIONS32" \ - USE_ARCH=32 \ - ./configure --prefix=/usr/X11R7 \ - --sysconfdir=/etc - make - make DESTDIR=$TMPROOT install - make distclean -} - mk() { if [ "$MK64BIT" == "true" ]; then ADDOPTIONS="--libdir=\${prefix}/lib64" diff --git a/SysBuild/NewModules/purple-plugin_pack b/SysBuild/network/purple-plugin_pack similarity index 95% rename from SysBuild/NewModules/purple-plugin_pack rename to SysBuild/network/purple-plugin_pack index d302145..fbdda57 100644 --- a/SysBuild/NewModules/purple-plugin_pack +++ b/SysBuild/network/purple-plugin_pack @@ -77,17 +77,6 @@ premk() { echo "Nothing to do for premk()" } -mk32() { - CC="gcc $BUILDOPTIONS32" \ - CXX="g++ $BUILDOPTIONS32" \ - USE_ARCH=32 \ - ./configure --prefix=/usr/X11R7 \ - --sysconfdir=/etc - make - make DESTDIR=$TMPROOT install - make distclean -} - mk() { if [ "$MK64BIT" == "true" ]; then ADDOPTIONS="--libdir=\${prefix}/lib64"