OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Mar-2006 10:01:52
Branch: HEAD Handle: 2006030509015100
Modified files:
openpkg-src/xar xar.patch xar.spec
Log:
upgrading package: xar 1.3 -> 1.4
Summary:
Revision Changes Path
1.2 +7 -7 openpkg-src/xar/xar.patch
1.2 +2 -2 openpkg-src/xar/xar.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xar/xar.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 xar.patch
--- openpkg-src/xar/xar.patch 21 Feb 2006 09:54:35 -0000 1.1
+++ openpkg-src/xar/xar.patch 5 Mar 2006 09:01:51 -0000 1.2
@@ -1,6 +1,6 @@
Index: lib/Makefile.inc.in
---- lib/Makefile.inc.in.orig 2005-10-11 22:46:32 +0200
-+++ lib/Makefile.inc.in 2006-02-21 10:48:02 +0100
+--- lib/Makefile.inc.in.orig 2006-02-20 23:44:09 +0100
++++ lib/Makefile.inc.in 2006-03-05 09:55:05 +0100
@@ -24,30 +24,12 @@
# Libraries. librxar is created such that it's possible to run xar without
# first installing libxar.
@@ -41,7 +41,7 @@
$(LIBRXAR_S) : $(LIBXAR_SRCS:@[EMAIL PROTECTED]@[EMAIL PROTECTED])
@mkdir -p $(@D)
-ifeq (elf, @abi@)
-- $(CC) -shared -Wl,-soname,$(LIBXAR_SNAME) -o $@ $+
+- $(CC) -shared -Wl,-soname,$(LIBXAR_SNAME) -o $@ $+ @LIBS@
-endif
-ifeq (macho, @abi@)
- $(CC) -dynamiclib -compatibility_version @LIB_REV@ -current_version
@LIB_REV@ -install_name @[EMAIL PROTECTED](LIBRXAR_S) -o $@ $+ $(LDFLAGS) @LIBS@
@@ -58,7 +58,7 @@
$(LIBXAR_S) : $(LIBXAR_SRCS:@[EMAIL PROTECTED]@[EMAIL PROTECTED])
@mkdir -p $(@D)
-ifeq (elf, @abi@)
-- $(CC) -shared -Wl,-soname,$(LIBXAR_SNAME) -o $@ $+
+- $(CC) -shared -Wl,-soname,$(LIBXAR_SNAME) -o $@ $+ @LIBS@
-endif
-ifeq (macho, @abi@)
- $(CC) -dynamiclib -compatibility_version @LIB_REV@ -current_version
@LIB_REV@ -install_name $(LIBDIR)/$(LIBXAR_SNAME) -o $@ $+ $(LDFLAGS) @LIBS@
@@ -71,9 +71,9 @@
rm -f $(LIBXAR_L)
ln -s $(LIBXAR_SNAME) $(LIBXAR_L)
Index: lib/archive.c
---- lib/archive.c.orig 2005-10-09 07:15:25 +0200
-+++ lib/archive.c 2006-02-21 10:43:39 +0100
-@@ -38,6 +38,7 @@
+--- lib/archive.c.orig 2006-02-20 23:44:09 +0100
++++ lib/archive.c 2006-03-05 09:52:26 +0100
+@@ -39,6 +39,7 @@
#include <fcntl.h>
#include <libgen.h>
#include <errno.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xar/xar.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 xar.spec
--- openpkg-src/xar/xar.spec 21 Feb 2006 09:54:35 -0000 1.1
+++ openpkg-src/xar/xar.spec 5 Mar 2006 09:01:51 -0000 1.2
@@ -32,8 +32,8 @@
Class: EVAL
Group: Archiver
License: BSD
-Version: 1.3
-Release: 20060221
+Version: 1.4
+Release: 20060305
# list of sources
Source0: http://www.opendarwin.org/projects/xar/xar-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]