pkgsrc/archivers/nulib2/patches/patch-aa
tv 3928d3abcc Update to 2.0.3. Changelog:
2004/10/11  ***** v2.0.3 shipped *****

2004/09/25  fadden
    - Fixed: attempting to add files after deleting *all* entries in an
      archive would fail.
    - Removed use of a "ushort" from NufxLib.h.

2004/09/20  fadden
    - Corrected behavior after flush when original archive can't be
      deleted.

2004/09/09  fadden
    - Added header offset and junk offset to NuGetAttr.

2004/08/22  fadden
    - Fixed obscure bug when recompressing a GSHK-added zero-length file
      when "fake threads" is enabled.

2004/03/10  ***** v2.0.2 shipped *****

2004/03/09  fadden
    - Set access permissions based on umask when extracting a "locked"
      file.  My thanks to Matthew Fischer for sending a patch.
    - Reject archives with a MasterEOF == 48, not <= 48.  There are
      some otherwise valid archives created by an old version of ShrinkIt
      that have MasterEOF==0.

2003/10/16  ***** v2.0.1 shipped *****

2003/10/16  fadden
    - Added workaround for bad HFS option lists created by GSHK.
    - Added junk-skipping feature.  Up to 1024 bytes of crud (e.g.
      MacBinary headers or HTTP remnants) will be searched for evidence
      of an archive.

2003/06/19  sheppy
    - Added support for resource forks and file and aux types when built
      for Mac OS X.
2004-11-29 04:50:34 +00:00

22 lines
687 B
Text

$NetBSD: patch-aa,v 1.3 2004/11/29 04:50:35 tv Exp $
--- configure.orig 2004-10-11 16:55:23.000000000 -0400
+++ configure
@@ -1,4 +1,6 @@
#! /bin/sh
+# XXX - until pkgsrc has a sane way to invoke multiple "configure" scripts
+(cd ../nufxlib-2* && ./configure "$@")
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57.
#
@@ -4367,10 +4369,6 @@ if test "$host_os" = "beos"; then
fi
fi
-if test "$host_vendor" = "apple" -a ${host_os:0:6} = "darwin"; then
- echo "checking for Mac OS X... yes, adding -framework Carbon"
- LIBS="$LIBS -framework Carbon"
-fi
if test "$host_cpu" = "powerpc" -a "$host_os" = "beos"; then