pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/povray Don't install configuration files into...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd2f2abe8f38
branches:  trunk
changeset: 518403:cd2f2abe8f38
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 08 08:28:06 2006 +0000

description:
Don't install configuration files into $HOME, it might not even be
writeable.

diffstat:

 graphics/povray/distinfo         |   4 ++--
 graphics/povray/patches/patch-ad |  22 ++++++++++++++++++++--
 2 files changed, 22 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r e0f69db5c8f7 -r cd2f2abe8f38 graphics/povray/distinfo
--- a/graphics/povray/distinfo  Fri Sep 08 08:20:22 2006 +0000
+++ b/graphics/povray/distinfo  Fri Sep 08 08:28:06 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2006/05/06 11:59:49 wiz Exp $
+$NetBSD: distinfo,v 1.12 2006/09/08 08:28:06 joerg Exp $
 
 SHA1 (povray-3.6.1.tar.bz2) = 1fab3ccbdedafbf77e3a66087709bbdf60bc643d
 RMD160 (povray-3.6.1.tar.bz2) = 84ba679da66089f192cc1bfcf8bdd498e736a9a3
 Size (povray-3.6.1.tar.bz2) = 8200160 bytes
 SHA1 (patch-aa) = 351e2eb509cdb3e95c788de5f9ff41c993d4363d
-SHA1 (patch-ad) = 7c3436957fc4451e12302a6c4884c0fce963d78a
+SHA1 (patch-ad) = fa4056ca956cb2872960fcb649e259aad1f065e4
 SHA1 (patch-af) = b941ffe6f1f54b5bc6139ec2b7fba480f6393bf1
diff -r e0f69db5c8f7 -r cd2f2abe8f38 graphics/povray/patches/patch-ad
--- a/graphics/povray/patches/patch-ad  Fri Sep 08 08:20:22 2006 +0000
+++ b/graphics/povray/patches/patch-ad  Fri Sep 08 08:28:06 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.3 2004/11/18 16:15:35 adam Exp $
+$NetBSD: patch-ad,v 1.4 2006/09/08 08:28:06 joerg Exp $
 
---- Makefile.in.orig   2004-08-02 23:20:09.000000000 +0000
+--- Makefile.in.orig   2004-08-03 01:20:09.000000000 +0200
 +++ Makefile.in
 @@ -169,7 +169,7 @@ program_transform_name = @program_transf
  sbindir = @sbindir@
@@ -43,3 +43,21 @@
        done
  
  uninstall-povconfDATA:
+@@ -813,17 +813,6 @@ install-data-local:
+       for f in $$filelist ; do \
+         $(INSTALL_DATA) $(top_srcdir)/doc/$$f $(DESTDIR)$(povdocdir)/$$f ; \
+       done
+-      @echo "Copying user configuration and INI files..."; \
+-      $(mkinstalldirs) $(povconfuser); \
+-      filelist='povray.conf povray.ini'; \
+-      for f in $$filelist ; do \
+-        if test -e $(povconfuser)/$$f; then \
+-          echo "Creating backup of $(povconfuser)/$$f"; \
+-          mv -f $(povconfuser)/$$f $(povconfuser)/$$f.bak; \
+-        fi; \
+-      done; \
+-      $(INSTALL_DATA) $(top_srcdir)/povray.conf $(povconfuser)/povray.conf ; \
+-      $(INSTALL_DATA) $(top_builddir)/povray.ini $(povconfuser)/povray.ini
+ 
+ # For 'make uninstall' we remove the whole POV-Ray data directory.
+ # We have to use uninstall-local and not uninstall-data-local.



Home | Main Index | Thread Index | Old Index