[csw-devel] SF.net SVN: gar:[15789] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Sep 28 11:45:56 CEST 2011
Revision: 15789
http://gar.svn.sourceforge.net/gar/?rev=15789&view=rev
Author: dmichelsen
Date: 2011-09-28 09:45:55 +0000 (Wed, 28 Sep 2011)
Log Message:
-----------
xosd/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/xosd/
csw/mgar/pkg/xosd/Makefile
csw/mgar/pkg/xosd/branches/
csw/mgar/pkg/xosd/tags/
csw/mgar/pkg/xosd/trunk/
csw/mgar/pkg/xosd/trunk/Makefile
csw/mgar/pkg/xosd/trunk/checksums
csw/mgar/pkg/xosd/trunk/files/
csw/mgar/pkg/xosd/trunk/files/0001-Do-not-unconditionally-use-Wall-on-Sun-Studio-compil.patch
Added: csw/mgar/pkg/xosd/Makefile
===================================================================
--- csw/mgar/pkg/xosd/Makefile (rev 0)
+++ csw/mgar/pkg/xosd/Makefile 2011-09-28 09:45:55 UTC (rev 15789)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/xosd/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/xosd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xosd/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xosd/trunk/Makefile 2011-09-28 09:45:55 UTC (rev 15789)
@@ -0,0 +1,22 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = xosd
+VERSION = 2.2.14
+GARTYPE = v2
+CATEGORIES = utils
+
+DESCRIPTION = X on-screen display
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+SF_PROJ = libxosd
+DISTFILES = $(DISTNAME).tar.gz
+
+PATCHFILES += 0001-Do-not-unconditionally-use-Wall-on-Sun-Studio-compil.patch
+
+EXTRA_CPPFLAGS += -features=extensions -D__PRETTY_FUNCTION__=__func__
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/xosd/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/xosd/trunk/checksums
===================================================================
--- csw/mgar/pkg/xosd/trunk/checksums (rev 0)
+++ csw/mgar/pkg/xosd/trunk/checksums 2011-09-28 09:45:55 UTC (rev 15789)
@@ -0,0 +1 @@
+4b349fe930e4eee2f504d6c02673e24d xosd-2.2.14.tar.gz
Added: csw/mgar/pkg/xosd/trunk/files/0001-Do-not-unconditionally-use-Wall-on-Sun-Studio-compil.patch
===================================================================
--- csw/mgar/pkg/xosd/trunk/files/0001-Do-not-unconditionally-use-Wall-on-Sun-Studio-compil.patch (rev 0)
+++ csw/mgar/pkg/xosd/trunk/files/0001-Do-not-unconditionally-use-Wall-on-Sun-Studio-compil.patch 2011-09-28 09:45:55 UTC (rev 15789)
@@ -0,0 +1,39 @@
+From fd04532810d08f35d9b18c7139cf5e6a49c3c490 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Wed, 28 Sep 2011 11:23:12 +0200
+Subject: [PATCH] Do not unconditionally use -Wall on Sun Studio compiler
+
+---
+ configure | 2 +-
+ configure.ac | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure b/configure
+index b2c2140..d56cc7f 100755
+--- a/configure
++++ b/configure
+@@ -20652,7 +20652,7 @@ sed -e 's/^build_old_libs=yes/build_old_libs=no/' libtool > libtool-disable-stat
+ chmod +x libtool-disable-static
+
+ LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS"
+-CFLAGS="$CFLAGS $X_CFLAGS -Wall"
++CFLAGS="$CFLAGS $X_CFLAGS"
+ M4DATADIR="$datadir/aclocal"
+
+
+diff --git a/configure.ac b/configure.ac
+index bf7faeb..5e4c781 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -49,7 +49,7 @@ sed -e 's/^build_old_libs=yes/build_old_libs=no/' libtool > libtool-disable-stat
+ chmod +x libtool-disable-static
+
+ LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS"
+-CFLAGS="$CFLAGS $X_CFLAGS -Wall"
++CFLAGS="$CFLAGS $X_CFLAGS"
+ M4DATADIR="$datadir/aclocal"
+ AC_SUBST(M4DATADIR)
+
+--
+1.7.6.1
+
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