pth stable port information

Package: pth
Version: 1.4.1
Revision: 3
Source: gnu
Source-MD5: d17cb02b5580baeac50d1005ff46ddbc
PatchFile: %n.patch
PatchFile-MD5: e3b9e403e302166ac43b568865650435
PatchScript: <<
patch -p1 < %{PatchFile}
perl -pi -e 's,head -(\d+),head -n \1,g' config.guess shtool configure
perl -pi -e 's/(AC_DEFUN\()(_AC_PTH_ERROR|_AC_PTH_VERBOSE|AC_CHECK_PTH)/\1[\2]/g' pth.m4
<<
BuildDepends: fink (>= 0.24.12)
Depends: %N-shlibs (= %v-%r)
Conflicts: pth2-dev
Replaces: pth2-dev
BuildDependsOnly: True
UpdateConfigGuess: true
UpdateLibtool: true
NoSetMAKEFLAGS: true
NoSetLDFLAGS: true
SetMAKEFLAGS: -j1
SetCFLAGS: -Os
ConfigureParams: --mandir='${prefix}/share/man'
SplitOff: <<
Package: %N-shlibs
Replaces: %N (<= 1.4.0-5)
Files: lib/libpth.*.dylib
Shlibs: %p/lib/libpth.14.dylib 15.0.0 %n (>= 1.4.0-6)
DocFiles: AUTHORS COPYING ChangeLog HISTORY NEWS PORTING README SUPPORT TESTS THANKS USERS
<<
DocFiles: <<
AUTHORS COPYING ChangeLog HISTORY NEWS PORTING README SUPPORT TESTS THANKS USERS
<<
#
Maintainer: Jeremy Higgs
Homepage: http://www.gnu.org/software/pth/pth.html
License: LGPL
Description: Portable library that provides scheduling
DescDetail: <<
Pth is a portable library for Unix platforms that provides scheduling for
multithreading inside applications.
<<
DescPackaging: <<
Configure paramaters changed to place manpages in correct directory.
Patch modifies installation of pth libraries, in order to install without
failing.
<<
DescPort: <<
dmacks fixed pth.m4 syntax for stricter new autoconf
<<

pth stable port .patch

diff -ru pth-1.4.0/Makefile.in pth-1.4.0-patched/Makefile.in
--- pth-1.4.0/Makefile.in Sun Mar 25 01:59:48 2001
+++ pth-1.4.0-patched/Makefile.in Sat Nov 17 10:54:02 2001
@@ -231,8 +231,7 @@
$(SHTOOL) install -c -m 644 $(S)pth.3 $(DESTDIR)$(mandir)/man3/pth.3
$(SHTOOL) install -c -m 644 $(S)pth.m4 $(DESTDIR)$(datadir)/aclocal/pth.m4
$(SHTOOL) install -c -m 644 pth.h $(DESTDIR)$(includedir)/pth.h
- @umask 022; $(LIBTOOL) --mode=install \
- $(SHTOOL) install -c libpth.la $(DESTDIR)$(libdir)/libpth.la
+ @umask 022; $(LIBTOOL) --mode=install install -c libpth.la $(DESTDIR)$(libdir)/libpth.a
install-pthread:
$(SHTOOL) install -c -m 755 pthread-config $(DESTDIR)$(bindir)/pthread-config
$(SHTOOL) install -c -m 644 $(S)pthread-config.1 $(DESTDIR)$(mandir)/man1/pthread-config.1

pth _unstable_ port .patch