pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/ssam Minor fix to allow this package to build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/201649717ebb
branches:  trunk
changeset: 542230:201649717ebb
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri May 09 10:47:29 2008 +0000

description:
Minor fix to allow this package to build on case-insensitive file systems

diffstat:

 editors/ssam/distinfo         |   4 ++--
 editors/ssam/patches/patch-aa |  11 ++++++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 28610310bb19 -r 201649717ebb editors/ssam/distinfo
--- a/editors/ssam/distinfo     Fri May 09 10:14:28 2008 +0000
+++ b/editors/ssam/distinfo     Fri May 09 10:47:29 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2007/08/17 23:10:19 agc Exp $
+$NetBSD: distinfo,v 1.7 2008/05/09 10:47:29 agc Exp $
 
 SHA1 (ssam-1.9.tar.gz) = 6fee1e64d3cbf6bef72fe60798cc8ad7eab9260e
 RMD160 (ssam-1.9.tar.gz) = 378f838fad503693caec5ec3e699d08fc3b7e9eb
 Size (ssam-1.9.tar.gz) = 41186 bytes
-SHA1 (patch-aa) = 3760ac907bd59ae5736cc3c6fceae02164582f00
+SHA1 (patch-aa) = 117faef49e067bde9dcae8abb769946c86ff9c4f
 SHA1 (patch-ab) = 7ea16aa146e9a68d1b921a56fb80dc968df140f3
 SHA1 (patch-ac) = 14536f279e719d9a43e4c9ca1f9367d8909e39bf
diff -r 28610310bb19 -r 201649717ebb editors/ssam/patches/patch-aa
--- a/editors/ssam/patches/patch-aa     Fri May 09 10:14:28 2008 +0000
+++ b/editors/ssam/patches/patch-aa     Fri May 09 10:47:29 2008 +0000
@@ -1,10 +1,12 @@
-$NetBSD: patch-aa,v 1.2 2007/08/17 23:10:19 agc Exp $
+$NetBSD: patch-aa,v 1.3 2008/05/09 10:47:29 agc Exp $
 
 Use LDFLAGS when linking, just in case we're ELF.
 Add DESTDIR support
+Make sure "install" is a phony target, so that the file INSTALL isn't
+       recognised as install on case-insensitive file systems
 
 --- Makefile.in.orig   1997-10-21 09:28:16.000000000 +0100
-+++ Makefile.in        2007-08-17 23:58:38.000000000 +0100
++++ Makefile.in        2008-05-08 10:59:18.000000000 +0100
 @@ -22,7 +22,7 @@
  RANLIB= @RANLIB@
  
@@ -14,9 +16,12 @@
  
  tst: $(EXE)
        test -d tests || ln -s $(srcdir)/tests .
-@@ -171,9 +171,9 @@
+@@ -170,10 +170,12 @@
+       make clean
        rm -f config.cache config.log config.status Makefile config.h
  
++.PHONY: install
++
  install:
 -      $(srcdir)/mkinstalldirs $(BINDIR) $(MANDIR)/man1/
 -      $(INSTALL) ssam $(BINDIR)



Home | Main Index | Thread Index | Old Index