armin76     14/08/04 18:46:43

  Modified:             ChangeLog ptlib-2.10.10.ebuild ptlib-2.10.11.ebuild
  Log:
  Add a patch that really makes ptlib respect C/CXXFLAGS, fixes build failure 
#464182, mark stable on sparc, bug #461842
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  Changes    Path
1.55                 net-libs/ptlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/ChangeLog?rev=1.55&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/ChangeLog?rev=1.55&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ptlib/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   27 Jul 2014 16:03:22 -0000      1.54
+++ ChangeLog   4 Aug 2014 18:46:43 -0000       1.55
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/ptlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ChangeLog,v 1.54 2014/07/27 
16:03:22 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ChangeLog,v 1.55 2014/08/04 
18:46:43 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel <armi...@gentoo.org> ptlib-2.10.10.ebuild,
+  ptlib-2.10.11.ebuild, +files/ptlib-2.10.10-respect_cflags_cxxflags.patch:
+  Add a patch that really makes ptlib respect C/CXXFLAGS, fixes build failure
+  #464182, mark stable on sparc, bug #461842
 
   27 Jul 2014; Rick Farina <zeroch...@gentoo.org> ptlib-2.10.10.ebuild,
   ptlib-2.10.11.ebuild, ptlib-2.12.4.ebuild, ptlib-2.12.9.ebuild:



1.11                 net-libs/ptlib/ptlib-2.10.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/ptlib-2.10.10.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/ptlib-2.10.10.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/ptlib-2.10.10.ebuild?r1=1.10&r2=1.11

Index: ptlib-2.10.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.10.10.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ptlib-2.10.10.ebuild        27 Jul 2014 16:03:22 -0000      1.10
+++ ptlib-2.10.10.ebuild        4 Aug 2014 18:46:43 -0000       1.11
@@ -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-libs/ptlib/ptlib-2.10.10.ebuild,v 1.10 
2014/07/27 16:03:22 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.10.10.ebuild,v 1.11 
2014/08/04 18:46:43 armin76 Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 
 LICENSE="MPL-1.0"
 SLOT="0/${PV}"
-KEYWORDS="alpha ~arm amd64 ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
 # default enabled are features from 'minsize', the most used according to ptlib
 IUSE="alsa +asn debug doc +dtmf examples ffmpeg ftp +http ipv6
 jabber ldap lua mail odbc oss pch pulseaudio qos remote sasl sdl serial
@@ -60,6 +60,7 @@
        epatch "${FILESDIR}/${PN}-2.10.9-svn_revision_override.patch"
        epatch "${FILESDIR}/${PN}-2.10.9-pkgconfig_ldflags.patch"
        epatch "${FILESDIR}/${PN}-2.10.9-respect_cxxflags.patch"
+       epatch "${FILESDIR}/${PN}-2.10.10-respect_cflags_cxxflags.patch"
 
        if ! use telnet; then
                epatch "${FILESDIR}/${PN}-2.10.9-disable-telnet-symbols.patch"
@@ -165,7 +166,7 @@
 
        use debug && makeopts="debug"
 
-       emake ${makeopts} || die "emake failed"
+       emake ${makeopts} V=1 || die "emake failed"
 }
 
 src_install() {



1.4                  net-libs/ptlib/ptlib-2.10.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/ptlib-2.10.11.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/ptlib-2.10.11.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/ptlib-2.10.11.ebuild?r1=1.3&r2=1.4

Index: ptlib-2.10.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.10.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ptlib-2.10.11.ebuild        27 Jul 2014 16:03:22 -0000      1.3
+++ ptlib-2.10.11.ebuild        4 Aug 2014 18:46:43 -0000       1.4
@@ -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-libs/ptlib/ptlib-2.10.11.ebuild,v 1.3 
2014/07/27 16:03:22 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.10.11.ebuild,v 1.4 
2014/08/04 18:46:43 armin76 Exp $
 
 EAPI="5"
 
@@ -60,7 +60,8 @@
        epatch "${FILESDIR}/${PN}-2.10.9-svn_revision_override.patch" \
                "${FILESDIR}/${PN}-2.10.9-pkgconfig_ldflags.patch" \
                "${FILESDIR}/${PN}-2.10.9-respect_cxxflags.patch" \
-               "${FILESDIR}/${PN}-2.10.10-mga-bison-parameter.patch"
+               "${FILESDIR}/${PN}-2.10.10-mga-bison-parameter.patch" \
+               "${FILESDIR}/${PN}-2.10.10-respect_cflags_cxxflags.patch"
 
        if ! use telnet; then
                epatch "${FILESDIR}/${PN}-2.10.9-disable-telnet-symbols.patch"
@@ -166,7 +167,7 @@
 
        use debug && makeopts="debug"
 
-       emake ${makeopts} || die "emake failed"
+       emake ${makeopts} V=1 || die "emake failed"
 }
 
 src_install() {




Reply via email to