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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Sun Aug 23 23:26:20 CEST 2009


Revision: 6090
          http://gar.svn.sourceforge.net/gar/?rev=6090&view=rev
Author:   skayser
Date:     2009-08-23 21:26:19 +0000 (Sun, 23 Aug 2009)

Log Message:
-----------
doxygen: working copy

Added Paths:
-----------
    csw/mgar/pkg/doxygen/
    csw/mgar/pkg/doxygen/branches/
    csw/mgar/pkg/doxygen/tags/
    csw/mgar/pkg/doxygen/trunk/
    csw/mgar/pkg/doxygen/trunk/Makefile
    csw/mgar/pkg/doxygen/trunk/checksums
    csw/mgar/pkg/doxygen/trunk/files/


Property changes on: csw/mgar/pkg/doxygen/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


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


Added: csw/mgar/pkg/doxygen/trunk/Makefile
===================================================================
--- csw/mgar/pkg/doxygen/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/doxygen/trunk/Makefile	2009-08-23 21:26:19 UTC (rev 6090)
@@ -0,0 +1,60 @@
+# Todo (feel free to take over):
+# - gmake docs segfaults, check why 
+#   (related to libiconv? Might change with libiconv 1.13+)
+# - platform makefile doesn't honor our CCFLAGS
+#   work/build-isa-i386/doxygen-1.5.9/tmake/lib/solaris-cc/tmake.conf
+#   results in: CC -c -O2 -I..
+#
+# Adding members to index pages...
+# Generating style sheet...
+# Generating index page...
+# Generating page index...
+# Segmentation Fault - core dumped
+# gmake[1]: *** [all] Error 139
+# gmake[1]: Leaving directory `/home/skayser/mgar/pkg/doxygen/trunk/work/build-isa-i386/doxygen-1.5.9/doc'
+# 
+# $ pstack work/build-isa-i386/doxygen-1.5.9/doc/core
+# core 'work/build-isa-i386/doxygen-1.5.9/doc/core' of 20317:     /home/skayser/mgar/pkg/doxygen/trunk/work/build-isa-i386/doxygen-1.5.9
+# df945898 iconv    (ffffffff, 80478d8, 80478d0, 80478dc, 80478d4) + 38
+# 083d2e52 portable_iconv (ffffffff, 80478d8, 80478d0, 80478dc, 80478d4) + 1a
+# 081c1ec2 __1cIHtmlHelpGrecode6MrknIQdDCString__1_ (804790c, 8da4210, 8047910) + 6a
+# 081c1fe6 __1cIHtmlHelpPaddContentsItem6Mbpkc222_v_ (8da4210, 0, 8de85a8, 0, 8de85c8, 0) + b2
+# 08198b75 __1cJIndexListHforeach4CbCpkcC2C2C2_6MmJIndexIntf_MTATBTCTDTE_v34567_v_ (85fa380, 81d2af4, 0, 0, 8de85a8, 0, 8de85c8, 0) + 99
+# 081ccec6 __1cOwritePageIndex6FrnKOutputList__v_ (8d97f50) + 372
+# 081920c3 __1cOgenerateOutput6F_v_ () + a27
+# 08169d11 main     (1, 8047ad8, 8047ae0) + 2d
+# 08169c56 _start   () + 7a
+#
+
+GARNAME = doxygen
+GARVERSION = 1.5.9
+CATEGORIES = utils
+
+DESCRIPTION = A documentation system for programming languages
+define BLURB
+  Long description
+endef
+
+MASTER_SITES = http://ftp.stack.nl/pub/users/dimitri/
+DISTFILES  = $(GARNAME)-$(GARVERSION).src.tar.gz
+SPKG_SOURCEURL = http://www.stack.nl/~dimitri/doxygen/
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).src.tar.gz
+UPSTREAM_MASTER_SITES = $(SPKG_SOURCEURL)
+
+CONFIGURE_ARGS = $(subst =, ,$(filter --prefix=% , $(DIRPATHS)))
+CONFIGURE_ARGS += --docdir $(docdir)
+CONFIGURE_ARGS += --platform solaris-cc
+
+TEST_SCRIPTS = 
+
+include gar/category.mk
+
+post-extract-modulated:
+	perl -pi -e 'if (/^TMAKE_CXXFLAGS_RELEASE/) { \
+			s|= .*|= $(filter-out -I/opt/csw/include, $(CXXFLAGS)) -norunpath|; }' \
+		$(WORKSRC)/tmake/lib/solaris-cc/tmake.conf
+	perl -pi -e 'if (/^TMAKE_CFLAGS_DEBUG/) { s|= .*|= $(filter-out -I/opt/csw/include,$(CFLAGS))|; }' \
+		$(WORKSRC)/tmake/lib/solaris-cc/tmake.conf
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/doxygen/trunk/checksums
===================================================================
--- csw/mgar/pkg/doxygen/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/doxygen/trunk/checksums	2009-08-23 21:26:19 UTC (rev 6090)
@@ -0,0 +1 @@
+33c5598fa6d24cbc55849eaf89652557  download/doxygen-1.5.9.src.tar.gz


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