Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8208/10.4-transitional/unstable/main/finkinfo/graphics

Modified Files:
        xfig.info xfig.patch 
Log Message:
Patch Imakefile so that files beginning with hyphen are not omitted from .deb.


Index: xfig.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics/xfig.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xfig.info   27 Apr 2005 03:25:46 -0000      1.1
+++ xfig.info   26 Oct 2005 04:26:51 -0000      1.2
@@ -1,7 +1,7 @@
 Package: xfig
 Version: 3.2.5
 # package for 3.2.5 alpha 5
-Revision: 3
+Revision: 4
 BuildDepends: libjpeg (>= 6b-3), libpng3, libtiff, xaw3d (>= 1.5-11), x11-dev
 Depends: x11, xaw3d-shlibs (>= 1.5-11), libjpeg-bin, app-defaults, 
x-ghostscript-fonts, transfig (>= 3.2.5-2), libjpeg-shlibs, libpng3-shlibs, 
x11-shlibs
 #Source: http://www.xfig.org/xfigdist/%n.%v.full.tar.gz
@@ -15,8 +15,8 @@
  make xfig CCOPTIONS=-no-cpp-precomp PREFIX=%p
 <<
 InstallScript: <<
- make install PREFIX=%p DESTDIR=%d
- make install.all PREFIX=%p DESTDIR=%d MANDIR=%p/share/man/man1 
DOCDIR=%p/share/doc/xfig
+ make install PREFIX=%p DESTDIR=%d INSTALLFLAGS=-c
+ make install.all PREFIX=%p DESTDIR=%d MANDIR=%p/share/man/man1 
DOCDIR=%p/share/doc/xfig INSTALLFLAGS=-c
  rm -Rf %d/usr
  rm -Rf %d/etc
 <<
@@ -26,6 +26,10 @@
 DescPort: <<
  There have been reports that this package does not compile succesfully when
  xtools is intalled rather than xfree86.
+
+ Patched an 'install' command to fix installation of filenames
+ beginning with hyphens (may not be needed in future upstream
+ releases)
 <<
 DescPackaging: <<
  XFIGLIBDIR was set to %p/share/xfig.  Looks in /etc/printcap

Index: xfig.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics/xfig.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfig.patch  14 Jun 2005 20:19:18 -0000      1.2
+++ xfig.patch  26 Oct 2005 04:26:51 -0000      1.3
@@ -1,6 +1,6 @@
 diff -ruN xfig.3.2.5-alpha5/Imakefile xfig.3.2.5-alpha5-patched/Imakefile
 --- xfig.3.2.5-alpha5/Imakefile        Mon Apr 26 16:24:41 2004
-+++ xfig.3.2.5-alpha5-patched/Imakefile        Sun Apr  3 17:57:04 2005
++++ xfig.3.2.5-alpha5-patched/Imakefile        Wed Oct 26 04:10:47 2005
 @@ -30,8 +30,8 @@
  XCOMM Also, you may have to uncomment and redefine MKDIRHIER because "make" 
looks
  XCOMM for it relative to the BINDIR variable.
@@ -90,6 +90,15 @@
  
  XCOMM MANDIR tells where the standard man pages should go (no need to change 
it
  XCOMM if you want the man pages installed in the standard place on your system
+@@ -469,7 +469,7 @@
+                                               else (set -x; $(MKDIRHIER) 
$(DESTDIR)$(OBJLIBDIR)/$$d/$$f/$$dd/$$l ); fi ; \
+                                           (cd $$l ; \
+                                               for m in * ; do \
+-                                                  $(INSTALL) -m 644 -c $$m 
$(DESTDIR)$(OBJLIBDIR)/$$d/$$f/$$dd/$$l ; \
++                                                  $(INSTALL) -m 644 -c -- $$m 
$(DESTDIR)$(OBJLIBDIR)/$$d/$$f/$$dd/$$l ; \
+                                               done ) ) ; \
+                                       else ( $(INSTALL) -m 644 -c $$l 
$(DESTDIR)$(OBJLIBDIR)/$$d/$$f/$$dd ) ; fi ; \
+                               done) ) ; \
 diff -ur xfig.3.2.5-alpha5.bak/u_fonts.h xfig.3.2.5-alpha5/u_fonts.h
 --- xfig.3.2.5-alpha5.bak/u_fonts.h    2004-01-06 11:47:45.000000000 -0800
 +++ xfig.3.2.5-alpha5/u_fonts.h        2005-06-13 17:06:51.000000000 -0700



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to