public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-perl/files: openbabel-perl-2.3.0-makefile.patch
@ 2011-03-26 15:52 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-26 15:52 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/26 15:52:07

  Added:                openbabel-perl-2.3.0-makefile.patch
  Log:
  Perl Bindings for openbabel, writing by rei4dan, #212212
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch?rev=1.1&content-type=text/plain

Index: openbabel-perl-2.3.0-makefile.patch
===================================================================
 scripts/CMakeLists.txt   |    2 +-
 scripts/perl/Makefile.PL |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index bf2527b..3c45111 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -223,7 +223,7 @@ if (DO_PERL_BINDINGS)
         COMMAND ${CMAKE_COMMAND} -E copy ${openbabel_SOURCE_DIR}/scripts/perl/Makefile.PL ${openbabel_BINARY_DIR}/scripts/perl
         COMMAND ${CMAKE_COMMAND} -E copy ${openbabel_SOURCE_DIR}/scripts/perl/OpenBabel.pm ${openbabel_BINARY_DIR}/scripts/perl
         COMMAND ${CMAKE_COMMAND} -E copy ${openbabel_SOURCE_DIR}/scripts/perl/openbabel-perl.cpp ${openbabel_BINARY_DIR}/scripts/perl
-        COMMAND PERL5LIB=${openbabel_SOURCE_DIR}/scripts/perl/inc SRC_DIR=${openbabel_SOURCE_DIR} OBJ_DIR=${openbabel_BINARY_DIR} ${PERL_EXECUTABLE} ${openbabel_BINARY_DIR}/scripts/perl/Makefile.PL ${PERL_PREFIX_TEXT}
+        COMMAND PERL5LIB=${openbabel_SOURCE_DIR}/scripts/perl/inc SRC_DIR=${openbabel_SOURCE_DIR} OBJ_DIR=${openbabel_BINARY_DIR} ${PERL_EXECUTABLE} ${openbabel_BINARY_DIR}/scripts/perl/Makefile.PL INSTALLDIRS=vendor ${PERL_PREFIX_TEXT}
         COMMAND PERL5LIB=${openbabel_SOURCE_DIR}/scripts/perl/inc make 
             DEPENDS ${openbabel_SOURCE_DIR}/scripts/perl/openbabel-perl.cpp
             WORKING_DIRECTORY ${openbabel_BINARY_DIR}/scripts/perl
diff --git a/scripts/perl/Makefile.PL b/scripts/perl/Makefile.PL
index a3a2116..44ad27d 100644
--- a/scripts/perl/Makefile.PL
+++ b/scripts/perl/Makefile.PL
@@ -32,5 +32,6 @@ WriteMakefile(
     'CC'        => $CC,
     'LD'        => '$(CC)',
     'INC'       => '-I../../include -I'.$cmakesrcdir.'/include',
+    'DESTDIR'   => @ENV{"ED"},
     'OBJECT'    => 'openbabel-perl.o'
 );






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-perl/files: openbabel-perl-2.3.0-makefile.patch
@ 2011-05-09 15:15 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-05-09 15:15 UTC (permalink / raw
  To: gentoo-commits

jlec        11/05/09 15:15:19

  Modified:             openbabel-perl-2.3.0-makefile.patch
  Log:
  Prevent double prefix
  
  (Portage version: 2.2.0_alpha32/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch?r1=1.1&r2=1.2

Index: openbabel-perl-2.3.0-makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openbabel-perl-2.3.0-makefile.patch	26 Mar 2011 15:52:07 -0000	1.1
+++ openbabel-perl-2.3.0-makefile.patch	9 May 2011 15:15:19 -0000	1.2
@@ -23,6 +23,6 @@
      'CC'        => $CC,
      'LD'        => '$(CC)',
      'INC'       => '-I../../include -I'.$cmakesrcdir.'/include',
-+    'DESTDIR'   => @ENV{"ED"},
++    'DESTDIR'   => @ENV{"D"},
      'OBJECT'    => 'openbabel-perl.o'
  );






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

end of thread, other threads:[~2011-05-09 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-09 15:15 [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-perl/files: openbabel-perl-2.3.0-makefile.patch Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-26 15:52 Justin Lecher (jlec)

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