Browse Source

bglibs: Updated (1.106 -> 2.03)

master
Nagy Károly Gábriel 9 years ago
parent
commit
e9f20890ee
3 changed files with 16 additions and 19 deletions
  1. +2
    -6
      develop/bglibs/bglibs.conf
  2. +3
    -3
      develop/bglibs/bglibs.desc
  3. +11
    -10
      develop/bglibs/no_selftest.patch

+ 2
- 6
develop/bglibs/bglibs.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../bglibs/bglibs.conf
# Copyright (C) 2010 The OpenSDE Project
# Copyright (C) 2010 - 2015 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -12,13 +12,9 @@
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [ "$prefix_auto" = 1 ]; then
prefix="usr/bglibs"
set_confopt
docdir="usr/share/doc/bglibs"
fi
bglibs_conf() {
docdir="usr/share/doc/bglibs"
echo "$root/$prefix" > conf-home
echo "$root$bindir" > conf-bin
echo "$root$includedir" > conf-include

+ 3
- 3
develop/bglibs/bglibs.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../bglibs/bglibs.desc
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2015 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
@ -29,7 +29,7 @@
[L] GPL
[S] Stable
[V] 1.106
[V] 2.03
[P] X -----5---9 177.600
[D] 332579991 bglibs-1.106.tar.gz http://untroubled.org/bglibs/
[D] 807493202 bglibs-2.03.tar.gz http://untroubled.org/bglibs/

+ 11
- 10
develop/bglibs/no_selftest.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../bglibs/no_selftest.patch
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,14 +14,15 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2006-09-05 00:13:10.000000000 +0300
+++ ./Makefile 2006-09-05 00:14:01.000000000 +0300
@@ -126,7 +126,7 @@
adt/hashs.o: compile adt/hashs.c adt/common.h
./compile adt/hashs.c
--- ./Makefile.orig 2015-02-07 00:57:34.000000000 +0100
+++ ./Makefile 2015-10-05 12:35:47.259788072 +0200
@@ -69,7 +69,7 @@
adt/hashs.lo adt/hashs.o: ltcompile adt/hashs.c include/bglibs/adt_common.h
./ltcompile adt/hashs.c
-all: dotlibs sysdeps.h libraries bg-installer cli-generate selftests
+all: dotlibs sysdeps.h libraries bg-installer cli-generate
-all: sysdeps.h libraries programs man selftests
+all: sysdeps.h libraries programs man
base64/asc2bin.lo: libcompile base64/asc2bin.c base64/base64.h str/str.h
./libcompile base64/asc2bin.c
base64/asc2bin.lo base64/asc2bin.o: ltcompile base64/asc2bin.c include/bglibs/base64.h include/bglibs/str.h sysdeps.h
./ltcompile base64/asc2bin.c

Loading…
Cancel
Save