[csw-devel] SF.net SVN: gar:[7205] csw/mgar/pkg/libthai/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Nov 10 14:56:39 CET 2009


Revision: 7205
          http://gar.svn.sourceforge.net/gar/?rev=7205&view=rev
Author:   dmichelsen
Date:     2009-11-10 13:56:39 +0000 (Tue, 10 Nov 2009)

Log Message:
-----------
libthai: Fixup Makefile

Modified Paths:
--------------
    csw/mgar/pkg/libthai/trunk/Makefile
    csw/mgar/pkg/libthai/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/libthai/trunk/files/0001-Remove-unknown-compiler-macro.patch

Modified: csw/mgar/pkg/libthai/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libthai/trunk/Makefile	2009-11-10 12:53:31 UTC (rev 7204)
+++ csw/mgar/pkg/libthai/trunk/Makefile	2009-11-10 13:56:39 UTC (rev 7205)
@@ -1,5 +1,5 @@
 GARNAME = libthai
-GARVERSION = 0.1.4
+GARVERSION = 0.1.12
 CATEGORIES = lib
 
 DESCRIPTION = Thai language support routines
@@ -12,8 +12,9 @@
   Thai Linux Working Group and opened for all contributors.
 endef
 
-MASTER_SITES = $(SF_MIRRORS)
+MASTER_SITES = http://linux.thai.net/pub/thailinux/software/libthai/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = 0001-Remove-unknown-compiler-macro.patch
 
 UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=34448
 UPSTREAM_USE_SF = 1
@@ -21,8 +22,10 @@
 
 SPKG_SOURCEURL = http://linux.thai.net/projects/libthai/
 
+REQUIRED_PKGS = CSWlibdatrie
+PREREQUISUITE_PKGS = $(REQUIRED_PKGS)
+
 BUILD64 = 1
-NORUNPATH = 1
 CONFIGURE_ARGS = $(DIRPATHS)
 
 TEST_TARGET = check

Modified: csw/mgar/pkg/libthai/trunk/checksums
===================================================================
--- csw/mgar/pkg/libthai/trunk/checksums	2009-11-10 12:53:31 UTC (rev 7204)
+++ csw/mgar/pkg/libthai/trunk/checksums	2009-11-10 13:56:39 UTC (rev 7205)
@@ -1 +1,2 @@
-844dad9f8e7b915b4791409611fe816b  download/libthai-0.1.4.tar.gz
+11c46f4c6a8a3525861b750f890fee5e  0001-Remove-unknown-compiler-macro.patch
+e206313d5a60ce98bc3be83d60373554  libthai-0.1.12.tar.gz

Added: csw/mgar/pkg/libthai/trunk/files/0001-Remove-unknown-compiler-macro.patch
===================================================================
--- csw/mgar/pkg/libthai/trunk/files/0001-Remove-unknown-compiler-macro.patch	                        (rev 0)
+++ csw/mgar/pkg/libthai/trunk/files/0001-Remove-unknown-compiler-macro.patch	2009-11-10 13:56:39 UTC (rev 7205)
@@ -0,0 +1,25 @@
+From 89c9fcf2d67a3be06fb2f687fb8c7a231529bd24 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Tue, 10 Nov 2009 14:04:11 +0100
+Subject: [PATCH] Remove unknown compiler macro
+
+---
+ src/libthai.c |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/libthai.c b/src/libthai.c
+index bb7e8e0..91ae32a 100644
+--- a/src/libthai.c
++++ b/src/libthai.c
+@@ -7,7 +7,7 @@
+ 
+ #include "thbrk/thbrk-private.h"
+ 
+-__attribute__ ((destructor)) void
++/* __attribute__ ((destructor)) */ void
+ _libthai_on_unload ()
+ {
+     thbrk_on_unload ();
+-- 
+1.6.5.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