public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig-openbsd: ChangeLog pkgconfig-openbsd-20120116.ebuild
@ 2012-01-17  0:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-17  0:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/17 00:43:04

  Modified:             ChangeLog pkgconfig-openbsd-20120116.ebuild
  Log:
  Use "archname" instead of "ARCH" from Config.pm of dev-lang/perl to avoid warning "Use of uninitialized value $machine_arch in string eq at /usr/bin/pkg-config-openbsd line 114."
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/pkgconfig-openbsd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	16 Jan 2012 22:15:00 -0000	1.1
+++ ChangeLog	17 Jan 2012 00:43:04 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/pkgconfig-openbsd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.1 2012/01/16 22:15:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.2 2012/01/17 00:43:04 ssuominen Exp $
+
+  17 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+  pkgconfig-openbsd-20120116.ebuild:
+  Use "archname" instead of "ARCH" from Config.pm of dev-lang/perl to avoid
+  warning "Use of uninitialized value $machine_arch in string eq at
+  /usr/bin/pkg-config-openbsd line 114."
 
 *pkgconfig-openbsd-20120116 (16 Jan 2012)
 



1.2                  dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild?r1=1.1&r2=1.2

Index: pkgconfig-openbsd-20120116.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pkgconfig-openbsd-20120116.ebuild	16 Jan 2012 22:15:00 -0000	1.1
+++ pkgconfig-openbsd-20120116.ebuild	17 Jan 2012 00:43:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild,v 1.1 2012/01/16 22:15:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild,v 1.2 2012/01/17 00:43:04 ssuominen Exp $
 
 # cvs -d anoncvs@anoncvs.openbsd.org:/cvs get src/usr.bin/pkg-config/pkg-config
 # cvs -d anoncvs@anoncvs.openbsd.org:/cvs get src/usr.bin/pkg-config/pkg-config.1
@@ -22,6 +22,11 @@
 
 S=${WORKDIR}/src
 
+src_prepare() {
+	# Config.pm from dev-lang/perl doesn't set ARCH, only archname
+	sed -i -e '/Config/s:ARCH:archname:' usr.bin/pkg-config/pkg-config || die
+}
+
 src_install() {
 	newbin usr.bin/pkg-config/pkg-config pkg-config-openbsd
 	newman usr.bin/pkg-config/pkg-config.1 pkg-config-openbsd.1






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig-openbsd: ChangeLog pkgconfig-openbsd-20120116.ebuild
@ 2012-01-17  0:46 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-17  0:46 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/17 00:46:09

  Modified:             ChangeLog pkgconfig-openbsd-20120116.ebuild
  Log:
  Missing virtual/perl-Getopt-Long RDEPEND for "use Getopt::Long;" in /usr/bin/pkg-config-openbsd.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/pkgconfig-openbsd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	17 Jan 2012 00:43:04 -0000	1.2
+++ ChangeLog	17 Jan 2012 00:46:08 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/pkgconfig-openbsd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.2 2012/01/17 00:43:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.3 2012/01/17 00:46:08 ssuominen Exp $
+
+  17 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+  pkgconfig-openbsd-20120116.ebuild:
+  Missing virtual/perl-Getopt-Long RDEPEND for "use Getopt::Long;" in
+  /usr/bin/pkg-config-openbsd.
 
   17 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
   pkgconfig-openbsd-20120116.ebuild:



1.3                  dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild?r1=1.2&r2=1.3

Index: pkgconfig-openbsd-20120116.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pkgconfig-openbsd-20120116.ebuild	17 Jan 2012 00:43:04 -0000	1.2
+++ pkgconfig-openbsd-20120116.ebuild	17 Jan 2012 00:46:08 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild,v 1.2 2012/01/17 00:43:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild,v 1.3 2012/01/17 00:46:08 ssuominen Exp $
 
 # cvs -d anoncvs@anoncvs.openbsd.org:/cvs get src/usr.bin/pkg-config/pkg-config
 # cvs -d anoncvs@anoncvs.openbsd.org:/cvs get src/usr.bin/pkg-config/pkg-config.1
@@ -17,7 +17,8 @@
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="dev-lang/perl"
+RDEPEND="dev-lang/perl
+	virtual/perl-Getopt-Long"
 DEPEND=""
 
 S=${WORKDIR}/src






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig-openbsd: ChangeLog pkgconfig-openbsd-20120116.ebuild
@ 2012-05-04 13:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-04 13:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/04 13:08:10

  Modified:             ChangeLog
  Removed:              pkgconfig-openbsd-20120116.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-util/pkgconfig-openbsd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	4 May 2012 13:07:25 -0000	1.4
+++ ChangeLog	4 May 2012 13:08:10 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/pkgconfig-openbsd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.4 2012/05/04 13:07:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.5 2012/05/04 13:08:10 ssuominen Exp $
+
+  04 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  -pkgconfig-openbsd-20120116.ebuild:
+  old
 
 *pkgconfig-openbsd-20120504 (04 May 2012)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-04 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17  0:46 [gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig-openbsd: ChangeLog pkgconfig-openbsd-20120116.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-04 13:08 Samuli Suominen (ssuominen)
2012-01-17  0:43 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox