>       I have release gEDA/gaf 20021103 source tarballs.  
> 
>       Here are the release notes:
> 
>                                                       -Ales

i finally got an evening free to update the NetBSD packages.  They'll show
up in about 36 hours at
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/cad/gEDA/README.html

It went pretty smoothly.  The only real items of note were:

geda-symbols: documentation/Makefile.am
  I think the logic in the if which .... tests is backwards.  Would it be
possible to ship the preformatted docs here to help those of us who might
not have xfig installed?

geda-utils: need -lm for atan2()

--- src/Makefile.am.orig        Tue Oct 29 21:44:05 2002
+++ src/Makefile.am
@@ -15,7 +15,7 @@ gmk_sym_LDADD = $(LIBERTY)
 smash_megafile_LDADD = 
 convert_sym_LDADD = $(LIBERTY) -lm
 sarlacc_schem_LDADD = 
-olib_LDADD = @LEXLIB@
+olib_LDADD = @LEXLIB@ -lm
 
 EXTRA_DIST = 
 

keep up the good work!

-Dan



Reply via email to