Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7179984a93546e9cdc98d598d4631d7dea6d09b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7179984a93546e9cdc98d598d4631d7dea6d09b5)
  • Date: Fri, 23 Apr 2010 16:49:33 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
graphics/gbdfed/DETAILS | 4 +--
graphics/gbdfed/HISTORY | 4 +++
graphics/gbdfed/Makefile.in.patch | 12 ----------
graphics/gbdfed/PRE_BUILD | 5 ----
graphics/gbdfed/gbdfed-1.5.tbz2.sig | 0
graphics/gbdfed/gbdfed-1.6.tar.bz2.sig |binary
graphics/gbdfed/getline.patch | 39
---------------------------------
8 files changed, 6 insertions(+), 58 deletions(-)

New commits:
commit 7179984a93546e9cdc98d598d4631d7dea6d09b5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gbdfed: => 1.6

diff --git a/graphics/gbdfed/DETAILS b/graphics/gbdfed/DETAILS
index e790ea1..7486b94 100755
--- a/graphics/gbdfed/DETAILS
+++ b/graphics/gbdfed/DETAILS
@@ -1,6 +1,6 @@
SPELL=gbdfed
- VERSION=1.5
- SOURCE=$SPELL-$VERSION.tbz2
+ VERSION=1.6
+ SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.math.nmsu.edu/~mleisher/Software/gbdfed/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/graphics/gbdfed/HISTORY b/graphics/gbdfed/HISTORY
index ca427c8..f8f550c 100644
--- a/graphics/gbdfed/HISTORY
+++ b/graphics/gbdfed/HISTORY
@@ -1,3 +1,7 @@
+2010-04-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.6; changed source ext
+ * PRE_BUILD, Makefile.in.patch, getline.patch: removed
+
2009-11-29 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: apply patch
* getline.patch: added, to fix compilation wih glibc >=2.10
diff --git a/graphics/gbdfed/Makefile.in.patch
b/graphics/gbdfed/Makefile.in.patch
deleted file mode 100644
index 0554278..0000000
--- a/graphics/gbdfed/Makefile.in.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in.orig
-+++ Makefile.in
-@@ -28,8 +28,7 @@ CC = @CC@
- CFLAGS = @XX_CFLAGS@ @CFLAGS@
-
- DEFINES = @DEFINES@ -DG_DISABLE_DEPRECATED \
-- -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \
-- -DGTK_DISABLE_DEPRECATED
-+ -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-
- SRCS = bdf.c \
- bdfcons.c \
diff --git a/graphics/gbdfed/PRE_BUILD b/graphics/gbdfed/PRE_BUILD
deleted file mode 100755
index 088b619..0000000
--- a/graphics/gbdfed/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/getline.patch" &&
-patch -p0 < "$SPELL_DIRECTORY/Makefile.in.patch"
diff --git a/graphics/gbdfed/gbdfed-1.5.tbz2.sig
b/graphics/gbdfed/gbdfed-1.5.tbz2.sig
deleted file mode 100644
index 3d1c4fe..0000000
Binary files a/graphics/gbdfed/gbdfed-1.5.tbz2.sig and /dev/null differ
diff --git a/graphics/gbdfed/gbdfed-1.6.tar.bz2.sig
b/graphics/gbdfed/gbdfed-1.6.tar.bz2.sig
new file mode 100644
index 0000000..1bef1b9
Binary files /dev/null and b/graphics/gbdfed/gbdfed-1.6.tar.bz2.sig differ
diff --git a/graphics/gbdfed/getline.patch b/graphics/gbdfed/getline.patch
deleted file mode 100644
index b686b80..0000000
--- a/graphics/gbdfed/getline.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- bdfgname.c.orig
-+++ bdfgname.c
-@@ -39,7 +39,7 @@
- #define MAX_GLYPH_NAME_LEN 127
-
- static int
--getline(FILE *in, char *buf, int limit)
-+bdf_getline(FILE *in, char *buf, int limit)
- {
- int c, i;
-
-@@ -78,11 +78,11 @@
-
- while (!feof(in)) {
- pos = ftell(in);
-- (void) getline(in, buf, 256);
-+ (void) bdf_getline(in, buf, 256);
- while (!feof(in) && (buf[0] == 0 || buf[0] == '#')) {
- buf[0] = 0;
- pos = ftell(in);
-- (void) getline(in, buf, 256);
-+ (void) bdf_getline(in, buf, 256);
- }
-
- if (buf[0] == 0)
-@@ -139,11 +139,11 @@
-
- while (!feof(in)) {
- pos = ftell(in);
-- (void) getline(in, buf, 256);
-+ (void) bdf_getline(in, buf, 256);
- while (!feof(in) && (buf[0] == 0 || buf[0] == '#')) {
- buf[0] = 0;
- pos = ftell(in);
-- (void) getline(in, buf, 256);
-+ (void) bdf_getline(in, buf, 256);
- }
-
- if (adobe_names_used == adobe_names_size) {



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7179984a93546e9cdc98d598d4631d7dea6d09b5), Vlad Glagolev, 04/23/2010

Archive powered by MHonArc 2.6.24.

Top of Page