gap-dev-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gap-dev-discuss] ready packages, release candidates


From: Sebastian Reitenbach
Subject: Re: [Gap-dev-discuss] ready packages, release candidates
Date: Wed, 30 May 2012 19:36:31 +0200
User-agent: SOGoMail 1.3.15

 
On Monday, May 28, 2012 23:03 CEST, Riccardo Mottola <address@hidden> wrote: 
 
> Hi Sebastian (and others)
> 
> I think we have some stuff pending to be released (besides Cynthiune 
> which is work in progress)
> 
> Terminal as 0.9.8, minor build and portability fixes
> Addresses as 0.4.8, many minor bug fixes, updates
> Grr 0.9.1 (?) has many smaller updates and portability fixes too.
> PDFKit (0.9.1 ??) many essential fixes!!!


For PDFKit, I still have the following patches in the OpenBSD ports tree.
Without it, it would refuse to build ;)

The first one against configure, is exchanging the variable, AFAIK, 
GNUSTEP_SYSTEM_ROOT is deprecated.
The other chunks should be self explanatory.

Only this part may be dangerous to other OS's:

-  lib_freetype_add_includes=-I$with_freetype2_add_includes
+  lib_freetype_add_includes=$with_freetype2_add_includes

don't know, but with the -I it breaks miserably for me.




$OpenBSD: patch-configure,v 1.2 2011/07/27 19:55:40 sebastia Exp $
--- configure.orig      Wed Jul 27 10:34:17 2011
+++ configure   Wed Jul 27 14:44:10 2011
@@ -1785,7 +1785,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-if test -z "$GNUSTEP_SYSTEM_ROOT"; then
+if test -z "$GNUSTEP_MAKEFILES"; then
   as_fn_error $? "You must run the GNUstep initialization script first!" 
"$LINENO" 5
 fi
 
@@ -3024,6 +3024,9 @@ else
     netbsd*)
        lib_freetype_libs=/usr/pkg/lib
       ;;
+    openbsd*)
+       lib_freetype_libs=/usr/X11R6/lib
+      ;;
     *)
       lib_freetype_libs=$(sh freetype-config --prefix)/lib
       ;;
@@ -3031,7 +3034,7 @@ else
 fi
 
 if test -n "$with_freetype2_add_includes"; then
-  lib_freetype_add_includes=-I$with_freetype2_add_includes
+  lib_freetype_add_includes=$with_freetype2_add_includes
 else
   case "$target_os" in
     freebsd*)
@@ -3040,6 +3043,9 @@ else
     netbsd*)
        lib_freetype_add_includes=/usr/pkg/include
       ;;
+    openbsd*)
+       lib_freetype_add_includes=/usr/X11R6//include
+      ;;
     *)
       lib_freetype_add_includes=$(sh freetype-config --cflags)
       ;;
@@ -3055,6 +3061,9 @@ else
       ;;
     netbsd*)
        lib_freetype_includes=/usr/pkg/include/freetype2
+      ;;
+    openbsd*)
+       lib_freetype_add_includes=/usr/X11R6/include/freetype2
       ;;
     *)
       lib_freetype_includes=$(sh freetype-config --prefix)/include/freetype2

The second one against xpdf/xpdf-3.02/GNUmakefile.in


$OpenBSD: patch-xpdf_xpdf-3_02_GNUmakefile_in,v 1.1.1.1 2011/01/03 14:20:28 
sebastia Exp $

propagate CPPFLAGS and LDFLAGS

--- xpdf/xpdf-3.02/GNUmakefile.in.orig  Sun Dec 26 16:10:49 2010
+++ xpdf/xpdf-3.02/GNUmakefile.in       Sun Dec 26 16:11:28 2010
@@ -38,7 +38,7 @@ all: compile
 configure: Makefile
 
 Makefile:
-       address@hidden@ address@hidden@ ./configure --without-x \
+       address@hidden@ address@hidden@ address@hidden@ address@hidden@ 
./configure --without-x \
            --with-freetype2-library=$(LIB_FREETYPE_LIBS) \
            --with-freetype2-includes=$(LIB_FREETYPE_INCLUDES) 
 

I'd like to have this added;)

Otherwise, PDFKit works fairly well.

All tests so far, and to the other apps, done on i386. Macppc will follow 
tomorrow.

cheers,
Sebastian


> 
> I don't remember about other packages? I remember you asked about some 
> others, games...
> 
> What's your take? comments about the release numbers? I think these 
> should really get out!
> Ideally they should be testet against the last core release and against 
> current. I tested some but not all.
> 
> Riccardo
> 
> 
 
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]