1
0
forked from ports/contrib

Compare commits

...

5 Commits
3.7 ... 2.6

Author SHA1 Message Date
Alan Mizrahi
91f56fd004 commoncpp2: Fixed compilation error 2010-11-05 15:23:30 +09:00
Thomas Penteker
b62498892d Merge branch '2.6' of crux:/home/crux/scm/ports/contrib into 2.6 2010-10-29 15:00:30 +02:00
Alan Mizrahi
4be5a8597a ilbc: Updated download URL 2010-10-26 21:05:57 +09:00
Thomas Penteker
27841b8102 qemu-kvm: 0.12.5 -> 0.13.0
(cherry picked from commit 6b25c4abc38d7403b7a5ed9a697f09822ac57640)
2010-10-20 13:27:37 +02:00
Thomas Penteker
0af9caf507 postgresql: 9.0.0 -> 9.0.1 2010-10-17 22:24:55 +02:00
9 changed files with 37 additions and 8 deletions

View File

@ -1 +1,2 @@
e37b579c3e50493eb31d160582a190dd cidr-fix.patch
ca741179a728d264eb276ae471ebaf70 commoncpp2-1.7.3.tar.gz

View File

@ -7,13 +7,15 @@
name=commoncpp2
version=1.7.3
release=1
source=(http://ftp.gnu.org/pub/gnu/commoncpp/$name-$version.tar.gz)
source=(http://ftp.gnu.org/pub/gnu/commoncpp/$name-$version.tar.gz cidr-fix.patch)
build () {
cd $name-$version
# sed -i 's|! grep -q "$(libdir)" /etc/ld.so.conf|false|' Makefile.in
# export CFLAGS="${CFLAGS//-fstack-protector/}"
# export CXXFLAGS="${CXXFLAGS//-fstack-protector/}"
patch -p1 -i $SRC/cidr-fix.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install

20
commoncpp2/cidr-fix.patch Normal file
View File

@ -0,0 +1,20 @@
--- commoncpp2-1.7.3/src/cidr.cpp.orig 2010-11-05 15:16:34.745000077 +0900
+++ commoncpp2-1.7.3/src/cidr.cpp 2010-11-05 15:17:37.565000070 +0900
@@ -202,7 +202,7 @@
#if defined(_MSC_VER) && _MSC_VER >= 1500
ep = (char *)strchr(cp, '/');
#else
- ep = strchr(cp, '/');
+ ep = (char *)strchr(cp, '/');
#endif
if(ep)
@@ -332,7 +332,7 @@
memset(&netmask, 0, sizeof(netmask));
bitset((bit_t *)&netmask, getMask(cp));
setString(cbuf, sizeof(cbuf), cp);
- ep = strchr(cp, '/');
+ ep = (char *)strchr(cp, '/');
if(ep)
*ep = 0;

View File

@ -6,7 +6,7 @@
name=ilbc
version=0.1
release=1
source=(http://download.savannah.nongnu.org/releases/linphone/1.3.x/source/ilbc-rfc3951.tar.gz)
source=(http://jaist.dl.sourceforge.net/project/twinklephone/Original/ilbc-rfc3951.tar.gz)
build () {
cd ilbc-rfc3951

View File

@ -1,2 +1,2 @@
f5eeff17dd7117175794459f7097ad1a postgresql
14c2122cc322e69ab2ab702ed7714bbe postgresql-9.0.0.tar.bz2
57ba57e43cfe29e16dacbf5789be98d1 postgresql-9.0.1.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on:
name=postgresql
version=9.0.0
version=9.0.1
release=1
source=(ftp://ftp9.de.postgresql.org/unix/databases/postgresql/source/v$version/$name-$version.tar.bz2 postgresql)

View File

@ -1,3 +1,6 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/qemu/
-rw-r--r-- root/root etc/qemu/target-x86_64.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/qemu-img
@ -9,6 +12,8 @@ drwxr-xr-x root/root usr/share/qemu/
-rw-r--r-- root/root usr/share/qemu/bamboo.dtb
-rw-r--r-- root/root usr/share/qemu/bios.bin
-rw-r--r-- root/root usr/share/qemu/extboot.bin
-rw-r--r-- root/root usr/share/qemu/gpxe-eepro100-80861209.rom
-rw-r--r-- root/root usr/share/qemu/gpxe-eepro100-80861229.rom
drwxr-xr-x root/root usr/share/qemu/keymaps/
-rw-r--r-- root/root usr/share/qemu/keymaps/ar
-rw-r--r-- root/root usr/share/qemu/keymaps/common
@ -53,11 +58,11 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/
-rw-r--r-- root/root usr/share/qemu/petalogix-s3adsp1800.dtb
-rw-r--r-- root/root usr/share/qemu/ppc_rom.bin
-rw-r--r-- root/root usr/share/qemu/pxe-e1000.bin
-rw-r--r-- root/root usr/share/qemu/pxe-i82559er.bin
-rw-r--r-- root/root usr/share/qemu/pxe-ne2k_pci.bin
-rw-r--r-- root/root usr/share/qemu/pxe-pcnet.bin
-rw-r--r-- root/root usr/share/qemu/pxe-rtl8139.bin
-rw-r--r-- root/root usr/share/qemu/pxe-virtio.bin
-rw-r--r-- root/root usr/share/qemu/s390-zipl.rom
-rw-r--r-- root/root usr/share/qemu/vapic.bin
-rw-r--r-- root/root usr/share/qemu/vgabios-cirrus.bin
-rw-r--r-- root/root usr/share/qemu/vgabios.bin

View File

@ -1 +1 @@
c7303c30432dc4eb0a39bb85a9d15cc9 qemu-kvm-0.12.5.tar.gz
68d100da381284a3dee486d3b9690e6d qemu-kvm-0.13.0.tar.gz

View File

@ -4,14 +4,15 @@
# Depends on: libsdl
name=qemu-kvm
version=0.12.5
version=0.13.0
release=1
source=(http://downloads.sourceforge.net/project/kvm/qemu-kvm/$version/qemu-kvm-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr \
--sysconfdir=/etc
make
make install DESTDIR=$PKG
}