grobian     14/06/20 19:27:34

  Modified:             unbound-1.4.22.ebuild ChangeLog
  Log:
  Fix for Prefix, based on patch by Matthias Maier, bug #501172, force for 
syntax errors in older ebuilds
  
  (Portage version: 2.2.10.1-prefix/cvs/Darwin i386, RepoMan options: --force, 
signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.3                  net-dns/unbound/unbound-1.4.22.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild?r1=1.2&r2=1.3

Index: unbound-1.4.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unbound-1.4.22.ebuild       19 Jun 2014 08:46:05 -0000      1.2
+++ unbound-1.4.22.ebuild       20 Jun 2014 19:27:34 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild,v 1.2 
2014/06/19 08:46:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild,v 1.3 
2014/06/20 19:27:34 grobian Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -60,7 +60,7 @@
 }
 
 src_configure() {
-       append-ldflags -Wl,-z,noexecstack
+       [[ ${CHOST} == *-darwin* ]] || append-ldflags -Wl,-z,noexecstack
        multilib-minimal_src_configure
 }
 
@@ -77,7 +77,9 @@
                --with-ldns="${EPREFIX}"/usr \
                --with-libevent="${EPREFIX}"/usr \
                --with-pidfile="${EPREFIX}"/var/run/unbound.pid \
-               --with-rootkey-file="${EPREFIX}"/etc/dnssec/root-anchors.txt
+               --with-rootkey-file="${EPREFIX}"/etc/dnssec/root-anchors.txt \
+               --with-ssl="${EPREFIX}"/usr \
+               --with-libexpat="${EPREFIX}"/usr
 
                # 
http://unbound.nlnetlabs.nl/pipermail/unbound-users/2011-April/001801.html
                # $(use_enable debug lock-checks) \



1.70                 net-dns/unbound/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?rev=1.70&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?rev=1.70&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   19 Jun 2014 08:46:05 -0000      1.69
+++ ChangeLog   20 Jun 2014 19:27:34 -0000      1.70
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/unbound
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.69 2014/06/19 
08:46:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.70 2014/06/20 
19:27:34 grobian Exp $
+
+  20 Jun 2014; Fabian Groffen <grob...@gentoo.org> unbound-1.4.22.ebuild:
+  Fix for Prefix, based on patch by Matthias Maier, bug #501172
 
   19 Jun 2014; Michał Górny <mgo...@gentoo.org> unbound-1.4.21-r2.ebuild,
   unbound-1.4.22.ebuild:




Reply via email to