FreeBSD Bugzilla – Attachment 53752 Details for
Bug 81307
Update port: sysutils/dar to 2.2.2, fix zlib find failure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dar_update_2.2.0-2.2.2_zlibfix.diff
dar_update_2.2.0-2.2.2_zlibfix.diff (text/plain), 1.96 KB, created by
Vasil Dimov
on 2005-05-20 15:30:01 UTC
(
hide
)
Description:
dar_update_2.2.0-2.2.2_zlibfix.diff
Filename:
MIME Type:
Creator:
Vasil Dimov
Created:
2005-05-20 15:30:01 UTC
Size:
1.96 KB
patch
obsolete
>diff -urN dar.orig/Makefile dar/Makefile >--- dar.orig/Makefile Thu May 19 02:23:19 2005 >+++ dar/Makefile Fri May 20 13:11:02 2005 >@@ -6,8 +6,7 @@ > # > > PORTNAME= dar >-PORTVERSION= 2.2.0 >-PORTREVISION= 1 >+PORTVERSION= 2.2.2 > CATEGORIES= sysutils > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR=${PORTNAME} >diff -urN dar.orig/distinfo dar/distinfo >--- dar.orig/distinfo Thu Feb 24 09:10:16 2005 >+++ dar/distinfo Fri May 20 13:12:19 2005 >@@ -1,2 +1,2 @@ >-MD5 (dar-2.2.0.tar.gz) = d7bdec2b4abd4bdc550f556ace3b9ec8 >-SIZE (dar-2.2.0.tar.gz) = 1012947 >+MD5 (dar-2.2.2.tar.gz) = c98ef73f0ca8e3f8251c9ab149e28a65 >+SIZE (dar-2.2.2.tar.gz) = 1067171 >diff -urN dar.orig/files/patch-configure-zlib.diff dar/files/patch-configure-zlib.diff >--- dar.orig/files/patch-configure-zlib.diff Thu Jan 1 02:00:00 1970 >+++ dar/files/patch-configure-zlib.diff Fri May 20 16:31:14 2005 >@@ -0,0 +1,11 @@ >+--- configure.orig Fri May 20 16:30:13 2005 >++++ configure Fri May 20 16:30:37 2005 >+@@ -33225,7 +33225,7 @@ >+ main () >+ { >+ >+- z_stream *ptr = NULL; >++ z_stream *ptr = (z_stream *)0; >+ deflate(ptr, 0); >+ >+ ; >diff -urN dar.orig/pkg-plist dar/pkg-plist >--- dar.orig/pkg-plist Thu Feb 24 09:10:16 2005 >+++ dar/pkg-plist Fri May 20 17:13:35 2005 >@@ -12,6 +12,7 @@ > include/dar/ea.hpp > include/dar/erreurs.hpp > include/dar/generic_file.hpp >+include/dar/gettext.h > include/dar/header_version.hpp > include/dar/infinint.hpp > include/dar/int_tools.hpp >@@ -19,6 +20,7 @@ > include/dar/libdar.hpp > include/dar/limitint.hpp > include/dar/mask.hpp >+include/dar/my_config.h > include/dar/path.hpp > include/dar/real_infinint.hpp > include/dar/scrambler.hpp >@@ -50,5 +52,6 @@ > %%DATADIR%%/dar_par_create.duc > %%DATADIR%%/dar_par_test.duc > %%NLS%%share/locale/fr/LC_MESSAGES/dar.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/dar.mo > @dirrm %%DATADIR%% > @dirrm include/dar
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 81307
: 53752