[csw-devel] SF.net SVN: gar:[8047] csw/mgar/pkg/gtkwave/trunk
trygvis at users.sourceforge.net
trygvis at users.sourceforge.net
Sun Jan 17 20:19:06 CET 2010
Revision: 8047
http://gar.svn.sourceforge.net/gar/?rev=8047&view=rev
Author: trygvis
Date: 2010-01-17 19:19:06 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
gtkwave: Getting to work on build8s.
Modified Paths:
--------------
csw/mgar/pkg/gtkwave/trunk/Makefile
csw/mgar/pkg/gtkwave/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/gtkwave/trunk/files/removing-stdint.h-include.patch
Modified: csw/mgar/pkg/gtkwave/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gtkwave/trunk/Makefile 2010-01-17 17:32:30 UTC (rev 8046)
+++ csw/mgar/pkg/gtkwave/trunk/Makefile 2010-01-17 19:19:06 UTC (rev 8047)
@@ -11,26 +11,40 @@
MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-# If the url used to check for software update is different of MASTER_SITES, then
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES =
-
PREREQUISITE_BASE_PKGS = CSWtofrodos
GARCOMPILER = GNU
+REQUIRED_PKGS = CSWfconfig
+REQUIRED_PKGS += CSWftype2
+REQUIRED_PKGS += CSWggettextrt
+REQUIRED_PKGS += CSWglib2
+REQUIRED_PKGS += CSWgtk2
+REQUIRED_PKGS += CSWlibatk
+REQUIRED_PKGS += CSWlibcairo
+REQUIRED_PKGS += CSWpango
+REQUIRED_PKGS += CSWtcl
+REQUIRED_PKGS += CSWzlib
+
+PATCHFILES = removing-stdint.h-include.patch
+
CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += LDFLAGS=-lintl
+CONFIGURE_ARGS += LDFLAGS="-lintl /usr/openwin/lib/libXext.so"
CONFIGURE_ENV = PKG_CONFIG_PATH=/opt/csw/X11/lib/pkgconfig
post-extract-modulated:
+ @echo WORKSRC=$(WORKSRC)
+ @echo post-extract-modulated
find $(WORKSRC) -type f | xargs -I _ /opt/csw/bin/dos2unix _ _
@$(MAKECOOKIE)
+#post-extract:
+# @echo WORKSRC=$(WORKSRC)
+# @echo post-extract
+
TEST_SCRIPTS =
include gar/category.mk
Modified: csw/mgar/pkg/gtkwave/trunk/checksums
===================================================================
--- csw/mgar/pkg/gtkwave/trunk/checksums 2010-01-17 17:32:30 UTC (rev 8046)
+++ csw/mgar/pkg/gtkwave/trunk/checksums 2010-01-17 19:19:06 UTC (rev 8047)
@@ -1 +1,2 @@
dcc427903a8f5e958c099f108958dce8 gtkwave-3.2.3.tar.gz
+d61b452193329d7d7311c7f806d89c87 removing-stdint.h-include.patch
Added: csw/mgar/pkg/gtkwave/trunk/files/removing-stdint.h-include.patch
===================================================================
--- csw/mgar/pkg/gtkwave/trunk/files/removing-stdint.h-include.patch (rev 0)
+++ csw/mgar/pkg/gtkwave/trunk/files/removing-stdint.h-include.patch 2010-01-17 19:19:06 UTC (rev 8047)
@@ -0,0 +1,10 @@
+--- gtkwave-3.2.3-orig/src/debug.h 2010-01-17 19:44:25.000307971 +0100
++++ gtkwave-3.2.3/src/debug.h 2010-01-17 19:46:01.519814776 +0100
+@@ -17,7 +17,6 @@
+
+ #ifndef _MSC_VER
+ #ifndef __MINGW32__
+-#include <stdint.h>
+ #else
+ #include <windows.h>
+ #endif
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