OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   22-Sep-2006 08:06:13
  Branch: HEAD                             Handle: 2006092207061300

  Modified files:
    openpkg-src/hugs        hugs.patch hugs.spec

  Log:
    upgrading package: hugs 98.200605 -> 98.200609

  Summary:
    Revision    Changes     Path
    1.2         +20 -18     openpkg-src/hugs/hugs.patch
    1.2         +3  -3      openpkg-src/hugs/hugs.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/hugs/hugs.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 hugs.patch
  --- openpkg-src/hugs/hugs.patch       9 Aug 2006 20:08:32 -0000       1.1
  +++ openpkg-src/hugs/hugs.patch       22 Sep 2006 06:06:13 -0000      1.2
  @@ -1,6 +1,25 @@
  +Index: libraries/Makefile.in
  +--- libraries/Makefile.in.orig       2006-08-10 19:31:47 +0200
  ++++ libraries/Makefile.in    2006-09-22 07:55:38 +0200
  +@@ -164,12 +164,10 @@
  +     (echo '#! /bin/sh'; \
  +      echo 'runhugs $(hugsdir)/programs/cpphs/Main.hs "$$@"') 
>$(DESTDIR)$(bindir)/cpphs-hugs
  +     chmod 755 $(DESTDIR)$(bindir)/cpphs-hugs
  +-# install template file where hsc2hs-hugs expects to find it
  +-    hsc2hs_data=`sed -n 's/^datadir *= "\(.*\)"/\1/p' 
$(BUILD_DIR)/programs/hsc2hs/Paths_hsc2hs.hs`; \
  +-      $(INSTALL) -d $(DESTDIR)$$hsc2hs_data; \
  +-      $(INSTALL) -c -m 0644 ../hsc2hs/template-hsc.h 
$(DESTDIR)$$hsc2hs_data/template-hsc.h
  ++    $(INSTALL) -d $(DESTDIR)$(hugsdir)/programs/hsc2hs
  ++    $(INSTALL) -c -m 0644 ../hsc2hs/template-hsc.h 
$(DESTDIR)$(hugsdir)/hsc2hs/template-hsc.h
  +     (echo '#! /bin/sh'; \
  +-     echo 'runhugs -98 $(hugsdir)/programs/hsc2hs/Main.hs 
-I$(hugsdir)/include "$$@"') >$(DESTDIR)$(bindir)/hsc2hs-hugs
  ++     echo 'runhugs -98 $(hugsdir)/programs/hsc2hs/Main.hs 
-I$(hugsdir)/include -t$(hugsdir)/hsc2hs/template-hsc.h "$$@"') 
>$(DESTDIR)$(bindir)/hsc2hs-hugs
  +     chmod 755 $(DESTDIR)$(bindir)/hsc2hs-hugs
  + 
  + LibStatus: $(LIBS)
   Index: src/interns.c
   --- src/interns.c.orig       2003-11-19 22:49:48 +0100
  -+++ src/interns.c    2006-08-09 20:44:10 +0200
  ++++ src/interns.c    2006-09-22 07:51:56 +0200
   @@ -21,8 +21,8 @@
    
    static Void linkInternals Args((Void));
  @@ -12,20 +31,3 @@
    
    static Void local internalControl Args((Int));
    static Void local internalControl(what)
  -Index: libraries/Makefile.in
  ---- libraries/Makefile.in.orig       2006-05-15 15:55:11 +0200
  -+++ libraries/Makefile.in    2006-08-09 21:29:42 +0200
  -@@ -158,10 +158,10 @@
  -     (echo '#! /bin/sh'; \
  -      echo 'runhugs $(hugsdir)/programs/cpphs/Main.hs "$$@"') 
>$(DESTDIR)$(bindir)/cpphs-hugs
  -     chmod 755 $(DESTDIR)$(bindir)/cpphs-hugs
  --    $(INSTALL) -d $(DESTDIR)$(datadir)/hsc2hs-0.66
  --    $(INSTALL) -c -m 0644 ../hsc2hs/template-hsc.h 
$(DESTDIR)$(datadir)/hsc2hs-0.66/template-hsc.h
  -+    $(INSTALL) -d $(DESTDIR)$(hugsdir)/programs/hsc2hs
  -+    $(INSTALL) -c -m 0644 ../hsc2hs/template-hsc.h 
$(DESTDIR)$(hugsdir)/hsc2hs/template-hsc.h
  -     (echo '#! /bin/sh'; \
  --     echo 'runhugs -98 $(hugsdir)/programs/hsc2hs/Main.hs 
-I$(hugsdir)/include "$$@"') >$(DESTDIR)$(bindir)/hsc2hs-hugs
  -+     echo 'runhugs -98 $(hugsdir)/programs/hsc2hs/Main.hs 
-I$(hugsdir)/include -t$(hugsdir)/hsc2hs/template-hsc.h "$$@"') 
>$(DESTDIR)$(bindir)/hsc2hs-hugs
  -     chmod 755 $(DESTDIR)$(bindir)/hsc2hs-hugs
  - 
  - LibStatus: $(BUILD_DIR)/.stamp
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/hugs/hugs.spec
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 hugs.spec
  --- openpkg-src/hugs/hugs.spec        9 Aug 2006 20:08:32 -0000       1.1
  +++ openpkg-src/hugs/hugs.spec        22 Sep 2006 06:06:13 -0000      1.2
  @@ -25,8 +25,8 @@
   #   package version
   %define       V_base           98
   %define       V_rel_year       2006
  -%define       V_rel_month_num  05
  -%define       V_rel_month_name May
  +%define       V_rel_month_num  09
  +%define       V_rel_month_name Sep
   %define       V_pkg_unix       1.0.20060515
   %define       V_pkg_network    1.0.20060515
   %define       V_pkg_parsec     2.0.20060515
  @@ -44,7 +44,7 @@
   Group:        Language
   License:      BSD-style
   Version:      %{V_base}.%{V_rel_year}%{V_rel_month_num}
  -Release:      20060809
  +Release:      20060922
   
   #   list of sources
   Source0:      
http://cvs.haskell.org/Hugs/downloads/%{V_rel_year}-%{V_rel_month_num}/hugs%{V_base}-%{V_rel_month_name}%{V_rel_year}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to