[csw-devel] SF.net SVN: gar:[19698] csw/mgar/pkg/tree/branches/bratislava

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Nov 14 14:08:52 CET 2012


Revision: 19698
          http://gar.svn.sourceforge.net/gar/?rev=19698&view=rev
Author:   wahwah
Date:     2012-11-14 13:08:52 +0000 (Wed, 14 Nov 2012)
Log Message:
-----------
tree/branches/bratislava: a small patch to make it build again

Modified Paths:
--------------
    csw/mgar/pkg/tree/branches/bratislava/Makefile

Added Paths:
-----------
    csw/mgar/pkg/tree/branches/bratislava/files/0008-undef-S_ISPORT-on-Solaris.patch

Modified: csw/mgar/pkg/tree/branches/bratislava/Makefile
===================================================================
--- csw/mgar/pkg/tree/branches/bratislava/Makefile	2012-11-14 13:07:13 UTC (rev 19697)
+++ csw/mgar/pkg/tree/branches/bratislava/Makefile	2012-11-14 13:08:52 UTC (rev 19698)
@@ -1,4 +1,4 @@
-# Copyright 2009 OpenCSW
+# Copyright 2009-2012 OpenCSW
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,9 +21,14 @@
 PATCHFILES += 0005-Allowing-CFLAGS-from-GAR.patch
 PATCHFILES += 0006-Undefine-S_ISDOOR-on-Solaris.patch
 PATCHFILES += 0007-dash-e-is-not-available-in-bin-sh.patch
+PATCHFILES += 0008-undef-S_ISPORT-on-Solaris.patch
 DISTFILES  = $(NAME)-$(VERSION).tgz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tgz
 CONFIGURE_SCRIPTS =
 SKIPTEST = 1
 LICENSE = LICENSE
+
+# bratislava settings
+COMMON_PKG_DEPENDS =
+INCLUDE_COMMONDIRS = 1
+
 include gar/category.mk

Added: csw/mgar/pkg/tree/branches/bratislava/files/0008-undef-S_ISPORT-on-Solaris.patch
===================================================================
--- csw/mgar/pkg/tree/branches/bratislava/files/0008-undef-S_ISPORT-on-Solaris.patch	                        (rev 0)
+++ csw/mgar/pkg/tree/branches/bratislava/files/0008-undef-S_ISPORT-on-Solaris.patch	2012-11-14 13:08:52 UTC (rev 19698)
@@ -0,0 +1,24 @@
+From a608b5097154568795499cb559736c6eb5c720af Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Wed, 14 Nov 2012 14:06:48 +0100
+Subject: [PATCH] undef S_ISPORT on Solaris
+
+---
+ tree.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tree.h b/tree.h
+index 20f9072..ae3867e 100644
+--- a/tree.h
++++ b/tree.h
+@@ -61,6 +61,7 @@
+ 
+ #if defined(__sun) || defined(__sun__)
+ # undef S_ISDOOR
++# undef S_ISPORT
+ #endif
+ 
+ /* Should probably use strdup(), but we like our xmalloc() */
+-- 
+1.8.0
+

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