1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Update to 1.7.5

- Add additional MASTER_SITES
This commit is contained in:
Ryan Steinmetz 2012-02-25 14:59:11 +00:00
parent 92cddd7da7
commit 2cada48d0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292219
3 changed files with 9 additions and 24 deletions

View File

@ -6,19 +6,20 @@
#
PORTNAME= c-ares
PORTVERSION= 1.7.4
PORTVERSION= 1.7.5
CATEGORIES= dns
MASTER_SITES= http://c-ares.haxx.se/
MASTER_SITES= http://c-ares.haxx.se/download/ \
http://obsd.isc.org/pub/OpenBSD/distfiles/
MAINTAINER= zi@FreeBSD.org
COMMENT= An asynchronous DNS resolver library
LICENSE= MIT
OPTIONS= CONFIG_INFO "Add the ares_config_info patch" ON \
DEBUG "Build with debug information" OFF \
HIDE_SYMBOLS "Hide internal library symbols" ON \
OPTIMIZED_CFLAGS "Build with compiler optimizations" OFF
OPTIONS= CONFIG_INFO "Add the ares_config_info patch" on \
DEBUG "Build with debug information" off \
HIDE_SYMBOLS "Hide internal library symbols" on \
OPTIMIZED_CFLAGS "Build with compiler optimizations" off
CONFLICTS= ares-1.*

View File

@ -1,2 +1,2 @@
SHA256 (c-ares-1.7.4.tar.gz) = 6b8a7c4ecd67240cca50a345bc955ffbe2d6d1f43982defc77a8e76031a6cb06
SIZE (c-ares-1.7.4.tar.gz) = 639365
SHA256 (c-ares-1.7.5.tar.gz) = a6b6381e5a025ef942c76360989341ac5b0c82007e2979d40ded7d16396656a8
SIZE (c-ares-1.7.5.tar.gz) = 746032

View File

@ -1,16 +0,0 @@
Description: Fix a bashism in the -Werror test.
Forwarded: https://github.com/bagder/c-ares/pull/3
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2010-12-19
--- configure.orig
+++ configure
@@ -24718,7 +24718,7 @@
CARES_CFLAG_EXTRAS=""
-if test X"$want_werror" == Xyes; then
+if test X"$want_werror" = Xyes; then
CARES_CFLAG_EXTRAS="-Werror"
fi