Changeset 97787


Ignore:
Timestamp:
Sep 15, 2012, 4:25:07 PM (12 years ago)
Author:
devans@…
Message:

inkscape-devel: update to latest bzr revision, patch autogen.sh to recognize automake 1.12 (#34380), use compiler.blacklist, configuration.

Location:
trunk/dports/graphics/inkscape-devel
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/inkscape-devel/Portfile

    r96530 r97787  
    66name            inkscape-devel
    77conflicts       inkscape
    8 set bzr_rev     11604
     8set bzr_rev     11668
    99version         0.48.99.${bzr_rev}
    1010epoch           1
     
    5858}
    5959
     60patchfiles      patch-autogen.sh.diff
     61
    6062variant python26 conflicts python27 description {Configure to use Python version 2.6} {
    6163    depends_lib-append \
     
    9294}
    9395
    94 if {${configure.compiler} == "clang"}  {
    95     configure.compiler llvm-gcc-4.2
    96 }
     96compiler.blacklist clang
    9797
    9898configure.cmd   {./autogen.sh && ./configure}
    9999
    100 configure.args  --with-xft \
    101                 --with-gnome-vfs \
     100configure.args  --with-gnome-vfs \
    102101                --with-python \
    103102                --enable-lcms \
  • trunk/dports/graphics/inkscape-devel/files/patch-configure.ac-python26.diff

    r85345 r97787  
    1 --- configure.ac.orig   2011-10-08 15:47:21.000000000 -0700
    2 +++ configure.ac        2011-10-08 15:56:38.000000000 -0700
    3 @@ -451,11 +451,11 @@
     1--- configure.ac.orig   2012-09-15 02:57:23.000000000 -0700
     2+++ configure.ac        2012-09-15 03:04:48.000000000 -0700
     3@@ -472,11 +472,11 @@
    44             [with_python=$withval], [with_python=skipped])
    55 
  • trunk/dports/graphics/inkscape-devel/files/patch-configure.ac-python27.diff

    r85345 r97787  
    1 --- configure.ac.orig   2011-10-08 15:47:21.000000000 -0700
    2 +++ configure.ac        2011-10-08 15:56:38.000000000 -0700
    3 @@ -451,11 +451,11 @@
     1--- configure.ac.orig   2012-09-15 02:57:23.000000000 -0700
     2+++ configure.ac        2012-09-15 03:04:48.000000000 -0700
     3@@ -472,11 +472,11 @@
    44             [with_python=$withval], [with_python=skipped])
    55 
Note: See TracChangeset for help on using the changeset viewer.