[csw-devel] SF.net SVN: gar:[15012] csw/mgar/pkg

skayser at users.sourceforge.net skayser at users.sourceforge.net
Fri Jul 8 23:42:08 CEST 2011


Revision: 15012
          http://gar.svn.sourceforge.net/gar/?rev=15012&view=rev
Author:   skayser
Date:     2011-07-08 21:42:08 +0000 (Fri, 08 Jul 2011)

Log Message:
-----------
various: standardize svn:externals, strip double slash

Modified Paths:
--------------
    csw/mgar/pkg/ipv6calc/trunk/Makefile
    csw/mgar/pkg/zzuf/trunk/Makefile

Property Changed:
----------------
    csw/mgar/pkg/ipv6calc/trunk/
    csw/mgar/pkg/lang-python/fabric/trunk/
    csw/mgar/pkg/lang-python/mako/trunk/
    csw/mgar/pkg/lang-python/paramiko/trunk/
    csw/mgar/pkg/lang-python/pycrypto/trunk/
    csw/mgar/pkg/lang-python/pyxdg/trunk/
    csw/mgar/pkg/lang-python/quixote/trunk/
    csw/mgar/pkg/lang-python/twill/trunk/
    csw/mgar/pkg/mscgen/trunk/
    csw/mgar/pkg/waf/trunk/
    csw/mgar/pkg/yad/trunk/
    csw/mgar/pkg/zzuf/trunk/


Property changes on: csw/mgar/pkg/ipv6calc/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/ipv6calc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ipv6calc/trunk/Makefile	2011-07-08 21:36:16 UTC (rev 15011)
+++ csw/mgar/pkg/ipv6calc/trunk/Makefile	2011-07-08 21:42:08 UTC (rev 15012)
@@ -5,6 +5,11 @@
 #   /opt/SUNWspro/bin/cc -m32 -xarch=386 -L/opt/csw/lib -o ipv6calc ipv6calc.o showinfo.o ../getopt/getopt.o ../getopt/getopt1.o ../md5/md5.o -lipv6calc -L../lib/ -L/opt/csw/lib -lGeoIP
 #   ld: fatal: library -lipv6calc: not found
 #
+#   ^^ Happens in ipv6calc subdir, ../lib has a static libipv6calc
+#   $ cd .. && find . -name libipv6calc.a
+#   ./lib/libipv6calc.a
+#
+#
 NAME = ipv6calc
 VERSION = 0.90.0
 GARTYPE = v2


Property changes on: csw/mgar/pkg/lang-python/fabric/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2



Property changes on: csw/mgar/pkg/lang-python/mako/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2



Property changes on: csw/mgar/pkg/lang-python/paramiko/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2



Property changes on: csw/mgar/pkg/lang-python/pycrypto/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2



Property changes on: csw/mgar/pkg/lang-python/pyxdg/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2



Property changes on: csw/mgar/pkg/lang-python/quixote/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2



Property changes on: csw/mgar/pkg/lang-python/twill/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2



Property changes on: csw/mgar/pkg/mscgen/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2



Property changes on: csw/mgar/pkg/waf/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2



Property changes on: csw/mgar/pkg/yad/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2



Property changes on: csw/mgar/pkg/zzuf/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/zzuf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zzuf/trunk/Makefile	2011-07-08 21:36:16 UTC (rev 15011)
+++ csw/mgar/pkg/zzuf/trunk/Makefile	2011-07-08 21:42:08 UTC (rev 15012)
@@ -10,7 +10,14 @@
 #cc: acomp failed for libzzuf/lib-stream.c
 #   gmake[4]: *** [libzzuf_la-lib-stream.lo] Error 1
 #
+# Builds fine with gcc, linking fails though
+#
+# libtool: link: /opt/csw/gcc4/bin/gcc -DLIBDIR=\"/opt/csw/lib/zzuf\" -I./common -O2 -pipe -mcpu=v8 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -mcpu=v8 -o zzuf zzuf-zzuf.o zzuf-opts.o zzuf-md5.o zzuf-timer.o zzuf-myfork.o zzuf-random.o zzuf-ranges.o zzuf-fd.o zzuf-fuzz.o  -lm -L/opt/csw/gcc4/lib/. -L/opt/csw/lib
+#Undefined                       first referenced
+# symbol                             in file
+#getopt_long                         zzuf-zzuf.o
 
+
 NAME = zzuf
 VERSION = 0.13
 GARTYPE = v2
@@ -27,6 +34,8 @@
 MASTER_SITES = http://caca.zoy.org/files/zzuf/
 DISTFILES    = $(DISTNAME).tar.gz
 
+GARCOMPILER = GNU
+
 CONFIGURE_ARGS = $(DIRPATHS)
 
 include gar/category.mk


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list