[Lunar-commits] <crater> sync it with zdeprecated from the moonbase

Florin Braescu florin at lunar-linux.org
Tue Aug 23 12:25:09 CEST 2011


commit aeffbb708d6a55f15d0ea22652f99d318aa1833b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Aug 23 14:25:09 2011 +0400

    sync it with zdeprecated from the moonbase
---
 audio/adplug-xmms/BUILD         |    7 +++++++
 audio/gforce/BUILD              |    7 +++++++
 audio/modplugxmms/BUILD         |    8 ++++++++
 compilers/j2sdk/BUILD.x86_64    |   21 +++++++++++++++++++++
 compilers/j2sdk/DETAILS.x86_64  |   20 ++++++++++++++++++++
 doc-tools/teTeX-texmf/CONFLICTS |    2 ++
 doc-tools/teTeX/CONFLICTS       |    3 +++
 filesys/device-mapper/CONFLICTS |    1 +
 mail/pine/CONFLICTS             |    1 +
 9 files changed, 70 insertions(+), 0 deletions(-)

diff --git a/audio/adplug-xmms/BUILD b/audio/adplug-xmms/BUILD
new file mode 100644
index 0000000..1154c4b
--- /dev/null
+++ b/audio/adplug-xmms/BUILD
@@ -0,0 +1,7 @@
+(
+
+sedit '/#include <xmms\/configfile.h>/ a\
+#include <cstring>' src/adplug-xmms.cc &&
+default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/gforce/BUILD b/audio/gforce/BUILD
new file mode 100644
index 0000000..4b074ea
--- /dev/null
+++ b/audio/gforce/BUILD
@@ -0,0 +1,7 @@
+(
+
+  sedit "s/const char cnames/const char* cnames/" _Unix-X/libxpce/xvhandler.c &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/modplugxmms/BUILD b/audio/modplugxmms/BUILD
new file mode 100644
index 0000000..23dab89
--- /dev/null
+++ b/audio/modplugxmms/BUILD
@@ -0,0 +1,8 @@
+(
+
+  sedit 's/#include <string>/#include <string.h>/' modplugxmms/archive/arch_{gzip,rar}.h &&
+  sedit '/#include <string.h>/ a\
+  #include <stdlib.h>' modplugxmms/archive/arch_rar.h &&
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/compilers/j2sdk/BUILD.x86_64 b/compilers/j2sdk/BUILD.x86_64
new file mode 100644
index 0000000..7fb1ae0
--- /dev/null
+++ b/compilers/j2sdk/BUILD.x86_64
@@ -0,0 +1,21 @@
+(
+
+  prepare_install &&
+  cp -r $SOURCE_DIRECTORY /usr/lib &&
+  chmod 0755 /usr/lib/j2sdk$VERSION &&
+  for FILE in `/bin/ls /usr/lib/$MODULE$VERSION/bin`; do
+    if [ -f "/usr/lib/$MODULE$VERSION/bin/$FILE" -a ! -e "/usr/bin/$FILE" ]; then
+      ln -sf "/usr/lib/$MODULE$VERSION/bin/$FILE" "/usr/bin/$FILE"
+    fi
+  done
+
+  # Prune old.libraries
+  rm -rf /usr/lib/$MODULE$VERSION/old.libraries &&
+
+  # Do I smell mozilla or firefox?
+
+  mkdir -p /opt/lunar/plugins &&
+  ln -sf /usr/lib/$MODULE$VERSION/jre/plugin/amd64/mozilla/libjavaplugin_oji.so \
+        /opt/lunar/plugins/libjavaplugin_oji.so
+
+) > $C_FIFO 2>&1
diff --git a/compilers/j2sdk/DETAILS.x86_64 b/compilers/j2sdk/DETAILS.x86_64
new file mode 100644
index 0000000..a9d0801
--- /dev/null
+++ b/compilers/j2sdk/DETAILS.x86_64
@@ -0,0 +1,20 @@
+          MODULE=j2sdk
+         VERSION=1.4.2
+      SUBVERSION=03
+          SOURCE=$MODULE-$VERSION-$SUBVERSION-linux-amd64.bin
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
+   SOURCE_URL[0]=http://ftp.cica.es/pub/java-linux/JDK-$VERSION/amd64/$SUBVERSION/
+      SOURCE_VFY=sha1:e3be6bc1c31691123a396351478b58e1b09e9489
+        WEB_SITE=http://www.blackdown.org/java-linux/java2-status
+         ENTERED=20010922
+         UPDATED=20080320
+           SHORT="Blackdown port of Sun's Java virtual machine."
+LDD_CHECK=off
+cat << EOF
+The Java 2 Standard Edition (J2SE) is a feature-complete development and
+deployment platform. Blackdown provides both a SDK (J2SDK, formerly
+known as JDK) and a runtime environment (J2RE) for Linux on various
+architectures (ix86, Sparc, PPC, S/390, ARM, m68k). Both the J2SDK and
+the J2RE contain the Java Plug-In for Netscape 4.x and Mozilla/Netscape
+7.x.
+EOF
diff --git a/doc-tools/teTeX-texmf/CONFLICTS b/doc-tools/teTeX-texmf/CONFLICTS
new file mode 100644
index 0000000..fcf79a2
--- /dev/null
+++ b/doc-tools/teTeX-texmf/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts texlive
+conflicts texlive-texmf
diff --git a/doc-tools/teTeX/CONFLICTS b/doc-tools/teTeX/CONFLICTS
new file mode 100644
index 0000000..242476e
--- /dev/null
+++ b/doc-tools/teTeX/CONFLICTS
@@ -0,0 +1,3 @@
+conflicts texlive
+conflicts texlive-texmf
+conflicts psutils
diff --git a/filesys/device-mapper/CONFLICTS b/filesys/device-mapper/CONFLICTS
new file mode 100644
index 0000000..4036d9d
--- /dev/null
+++ b/filesys/device-mapper/CONFLICTS
@@ -0,0 +1 @@
+conflicts  lvm2
diff --git a/mail/pine/CONFLICTS b/mail/pine/CONFLICTS
new file mode 100644
index 0000000..19ee952
--- /dev/null
+++ b/mail/pine/CONFLICTS
@@ -0,0 +1 @@
+conflicts alpine


More information about the Lunar-commits mailing list