mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 2.2.2
PR: ports/81307 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer timeout (16 days)
This commit is contained in:
parent
c52df97c06
commit
90166bd174
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136856
@ -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}
|
||||
@ -24,7 +23,7 @@ CPPFLAGS+= -DHAVE_DECL_GETOPT=0
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-libdar-integers.hpp
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-libdar-integers.hpp
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+=--with-libintl-prefix=${PREFIX}
|
||||
|
@ -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
|
||||
|
11
sysutils/dar/files/patch-configure-zlib.diff
Normal file
11
sysutils/dar/files/patch-configure-zlib.diff
Normal file
@ -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);
|
||||
|
||||
;
|
@ -12,6 +12,7 @@ include/dar/deci.hpp
|
||||
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/integers.hpp
|
||||
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 @@ lib/libdar.so.3
|
||||
%%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
|
||||
|
Loading…
Reference in New Issue
Block a user