Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-system
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8384
Modified Files:
xfree86.info xorg.info
Added Files:
rman.info rman.patch
Removed Files:
rman-10.5.info rman-10.5.patch
Log Message:
PatchFile cleanups
--- rman-10.5.info DELETED ---
--- rman-10.5.patch DELETED ---
Index: xorg.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-system/xorg.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xorg.info 16 Jul 2007 14:49:18 -0000 1.5
+++ xorg.info 30 Mar 2009 03:24:54 -0000 1.6
@@ -7,7 +7,7 @@
Maintainer: Benjamin Reed <[email protected]>
Depends: %N-shlibs (>= %v-%r)
-BuildDepends:
+BuildDepends: fink (>= 0.24.12)
Provides: xserver, x11-dev, x11, rman, libgl-dev, libgl, xft2-dev, xft2,
fontconfig1-dev, fontconfig1
Conflicts: xfree86, xfree86-base, xfree86-base-threaded, xfree86-rootless,
xfree86-rootless-threaded, system-xfree86, xfree86
Replaces: xfree86, xfree86-base, xfree86-base-threaded, xfree86-rootless,
xfree86-rootless-threaded, system-xfree86, xfree86
@@ -40,6 +40,8 @@
Source: mirror:custom:X11R%v-src.tar.bz2
SourceDirectory: xc
Source-MD5: 8131cd7ea1e4566e6e05c438a93fcfe1
+PatchFile: %n.patch
+PatchFile-MD5: aa4d0a6dd5643e80c6025659dc8d7275
PatchScript: <<
echo '#define ExtraIncDir %p/include' > config/cf/host.def
echo '#define EtcX11Directory ProjectRoot/etc' >> config/cf/host.def
@@ -48,7 +50,7 @@
echo '#define BuildFontCache YES' >> config/cf/host.def
echo '#define HasFreetype2 NO' >> config/cf/host.def
echo '#define InstallCmd /usr/bin/install' >> config/cf/host.def
- patch -p1 < %a/%n.patch
+ patch -p1 < %{PatchFile}
<<
SetMAKEFLAGS: -j1
--- NEW FILE: rman.patch ---
diff -ru rman-3.0.9/Makefile rman-3.0.9-patched/Makefile
--- rman-3.0.9/Makefile Thu Jun 22 09:05:56 2000
+++ rman-3.0.9-patched/Makefile Sat May 19 14:46:45 2001
@@ -15,14 +15,14 @@
# this must be a directory that's in your bin PATH.
# MANDIR holds the man page.
-BINDIR = /usr/local/bin
+BINDIR = @PREFIX@/bin
#BINDIR = //C/bin
-MANDIR = /usr/local/man/man1
+MANDIR = @PREFIX@/share/man/man1
### if you have GNU gcc v2.x, use these definitions
-CC = gcc
+CC = cc
# if you don't have gcc v2.x, try -O for CFLAGS
CFLAGS = -O2 -finline-functions
Index: xfree86.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-system/xfree86.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xfree86.info 16 Jul 2007 14:49:18 -0000 1.5
+++ xfree86.info 30 Mar 2009 03:24:54 -0000 1.6
@@ -7,7 +7,7 @@
Maintainer: Benjamin Reed <[email protected]>
Depends: %N-shlibs (>= %v-%r)
-BuildDepends:
+BuildDepends: fink (>= 0.24.12)
Provides: xserver, x11-dev, x11, rman, libgl-dev, libgl, xft2-dev, xft2,
fontconfig1-dev, fontconfig1
Conflicts: xfree86-base, xfree86-base-threaded, xfree86-rootless,
xfree86-rootless-threaded, xorg, system-xfree86, xfree86
Replaces: xfree86-base, xfree86-base-threaded, xfree86-rootless,
xfree86-rootless-threaded, xorg, system-xfree86, xfree86
@@ -58,6 +58,8 @@
Source5-MD5: 598ce329eb06b8189f92704a5698253c
Source6-MD5: f75cf36c1170c15c5e0de757667151d4
Source7-MD5: 06105cbefbeefc69747829caa1acdb41
+PatchFile: %n.patch
+PatchFile-MD5: 85559d707a210d77ea52d55c446e38e2
PatchScript: <<
echo '#define ExtraIncDir %p/include' > config/cf/host.def
echo '#define EtcX11Directory ProjectRoot/etc' >> config/cf/host.def
@@ -66,7 +68,7 @@
echo '#define BuildFontCache YES' >> config/cf/host.def
echo '#define HasFreetype2 NO' >> config/cf/host.def
echo '#define InstallCmd /usr/bin/install' >> config/cf/host.def
- patch -p1 < %a/%n.patch
+ patch -p1 < %{PatchFile}
<<
SetMAKEFLAGS: -j1
--- NEW FILE: rman.info ---
Package: rman
Version: 3.1
Revision: 1
Distribution: 10.4, 10.5
Description: Generalized filter for UNIX manual pages
DescDetail: <<
Takes as input man pages for a variety of UNIX flavors and produces as
output a variety of file formats.
PolyglotMan improves upon other man page filters in several ways: (1) its
analysis recognizes the structural pieces of man pages, enabling high
quality output, (2) its modular structure permits easy augmentation of
output formats, (3) it accepts man pages formatted with the variant
macros of many different flavors of UNIX, and (4) it doesn't require
modification of or cooperation with any other program.
<<
License: Artistic
Source: mirror:sourceforge:polyglotman/%n-%v.tar.gz
Source-MD5:62924b8f9773999b91450cc317f5ddb9
BuildDepends: fink (>= 0.24.12)
PatchFile: %n.patch
PatchFile-MD5: 4f3a80b23240386c3a57aaa91cb73343
PatchScript: <<
sed 's|@PREFIX@|%i|g' <%{PatchFile} >rman.patch
patch -p1 -l <rman.patch
<<
CompileScript: make
InstallScript: <<
mkdir -p %i/share/man/man1
mkdir -p %i/bin
make install
<<
DocFiles:README-rman
DescPort: rman is part of the xfree package but not tenon's Xtools
Maintainer: Andrew Rohl <[email protected]>
Homepage: http://polyglotman.sourceforge.net
------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs