[svn:parrot] r42595 - in trunk/config: gen init/hints inter
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Fri Nov 20 02:49:03 UTC 2009
Author: jkeenan
Date: Fri Nov 20 02:49:02 2009
New Revision: 42595
URL: https://trac.parrot.org/parrot/changeset/42595
Log:
Change RT # to TT # where the RT was still open; otherwise, eliminate reference to closed RT ticket.
Modified:
trunk/config/gen/opengl.pm
trunk/config/init/hints/solaris.pm
trunk/config/inter/libparrot.pm
trunk/config/inter/make.pm
Modified: trunk/config/gen/opengl.pm
==============================================================================
--- trunk/config/gen/opengl.pm Fri Nov 20 02:41:47 2009 (r42594)
+++ trunk/config/gen/opengl.pm Fri Nov 20 02:49:02 2009 (r42595)
@@ -253,7 +253,7 @@
long => 'l',
size_t => 'l',
ptrdiff_t => 'l',
- # Requires RT 53406
+ # Requires TT #1182
# longlong => 'L',
float => 'f',
double => 'd',
@@ -346,7 +346,7 @@
'GetPixelFormat',
'SetPixelFormat',
- # Can't handle longlong until RT 53406 is done
+ # Can't handle longlong until TT #1182 is done
'glBufferAddressRangeNV',
'glClientWaitSync',
'glUniformui64NV',
Modified: trunk/config/init/hints/solaris.pm
==============================================================================
--- trunk/config/init/hints/solaris.pm Fri Nov 20 02:41:47 2009 (r42594)
+++ trunk/config/init/hints/solaris.pm Fri Nov 20 02:49:02 2009 (r42595)
@@ -57,7 +57,6 @@
# code for use in shared libraries. -KPIC for Sun's compiler, -fPIC for
# gcc. We don't know which compiler we're using till after the
# gccversion test.
- # RT #43150 Should this go into the shlibs.pl Configure.pl unit instead?
my $solaris_cc_shared_cb = sub {
my ( $key, $gccversion ) = @_;
Modified: trunk/config/inter/libparrot.pm
==============================================================================
--- trunk/config/inter/libparrot.pm Fri Nov 20 02:41:47 2009 (r42594)
+++ trunk/config/inter/libparrot.pm Fri Nov 20 02:49:02 2009 (r42595)
@@ -46,7 +46,6 @@
# Parrot can't necessarily handle a pre-existing installed shared
# libparrot.so. At this point, we don't know the actual name
# of the shared parrot library. So we try some candidates.
- # See RT #52288: the check for old_versions should be improved
my @libs = ('libparrot.so');
my @libpaths = ('/usr/local/lib', '/usr/lib', $conf->data->get('libdir'));
if ($^O eq 'MSWin32') {
Modified: trunk/config/inter/make.pm
==============================================================================
--- trunk/config/inter/make.pm Fri Nov 20 02:41:47 2009 (r42594)
+++ trunk/config/inter/make.pm Fri Nov 20 02:49:02 2009 (r42595)
@@ -120,7 +120,7 @@
# get the default value
my $make_c = $conf->data->get('make_c');
- # RT #43171 this is an ugly hack
+ # TT #1049: this is an ugly hack
# replace the value for $(MAKE) with the actual path or we'll end up
# with a variable that recursively refers to itself
$make_c =~ s/\$\(MAKE\)/$prog/;
More information about the parrot-commits
mailing list