mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to 0.5.4
This commit is contained in:
parent
7394f23fa0
commit
3931cf7f0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116154
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libidn
|
||||
PORTVERSION= 0.5.3
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \
|
||||
http://josefsson.org/libidn/releases/
|
||||
@ -20,11 +20,10 @@ BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
USE_ICONV= yes
|
||||
USE_INC_LIBTOOL_VER= 13
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libidn-0.5.3.tar.gz) = 6f59677b419c94637084b6dc753ad29b
|
||||
SIZE (libidn-0.5.3.tar.gz) = 1873465
|
||||
MD5 (libidn-0.5.4.tar.gz) = 1b2d61e13ff39485571ad4e8b749596e
|
||||
SIZE (libidn-0.5.4.tar.gz) = 1874570
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- ltmain.sh.orig Sun Nov 9 20:11:04 2003
|
||||
+++ ltmain.sh Sun Nov 9 20:12:16 2003
|
||||
@@ -5668,10 +5668,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -1,9 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- po/LINGUAS.orig Mon Jun 28 08:22:50 2004
|
||||
+++ po/LINGUAS Mon Jun 28 08:22:58 2004
|
||||
@@ -1,2 +1,2 @@
|
||||
# Set of available languages.
|
||||
-da de en@boldquot en@quot eo fr nl pl ro sr sv
|
||||
+da de eo fr nl pl ro sr sv
|
10
devel/libidn/files/patch-po_LINGUAS
Normal file
10
devel/libidn/files/patch-po_LINGUAS
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- po/LINGUAS.orig Sat Aug 14 00:48:18 2004
|
||||
+++ po/LINGUAS Sat Aug 14 00:48:21 2004
|
||||
@@ -1,4 +1,3 @@
|
||||
-en@boldquot en@quot
|
||||
da
|
||||
de
|
||||
eo
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libidn
|
||||
PORTVERSION= 0.5.3
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \
|
||||
http://josefsson.org/libidn/releases/
|
||||
@ -20,11 +20,10 @@ BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
USE_ICONV= yes
|
||||
USE_INC_LIBTOOL_VER= 13
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libidn-0.5.3.tar.gz) = 6f59677b419c94637084b6dc753ad29b
|
||||
SIZE (libidn-0.5.3.tar.gz) = 1873465
|
||||
MD5 (libidn-0.5.4.tar.gz) = 1b2d61e13ff39485571ad4e8b749596e
|
||||
SIZE (libidn-0.5.4.tar.gz) = 1874570
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- ltmain.sh.orig Sun Nov 9 20:11:04 2003
|
||||
+++ ltmain.sh Sun Nov 9 20:12:16 2003
|
||||
@@ -5668,10 +5668,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -1,9 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- po/LINGUAS.orig Mon Jun 28 08:22:50 2004
|
||||
+++ po/LINGUAS Mon Jun 28 08:22:58 2004
|
||||
@@ -1,2 +1,2 @@
|
||||
# Set of available languages.
|
||||
-da de en@boldquot en@quot eo fr nl pl ro sr sv
|
||||
+da de eo fr nl pl ro sr sv
|
10
dns/libidn/files/patch-po_LINGUAS
Normal file
10
dns/libidn/files/patch-po_LINGUAS
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- po/LINGUAS.orig Sat Aug 14 00:48:18 2004
|
||||
+++ po/LINGUAS Sat Aug 14 00:48:21 2004
|
||||
@@ -1,4 +1,3 @@
|
||||
-en@boldquot en@quot
|
||||
da
|
||||
de
|
||||
eo
|
Loading…
Reference in New Issue
Block a user