New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80155


Ignore:
Timestamp:
07/05/11 09:38:19 (4 years ago)
Author:
ryandesign@…
Message:

scite: avoid .. components in patchfile; see #30034

Location:
trunk/dports/editors/scite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/editors/scite/Portfile

    r76458 r80155  
    2727                rmd160  a11dfc9251d804cd5f699bf1fe15688b65106544 
    2828 
    29 worksrcdir      ${name}/gtk 
     29worksrcdir      ${name} 
     30 
     31patch.dir       ${workpath} 
    3032 
    3133patchfiles      patch-scite-makefile.diff 
    3234 
    3335use_configure   no 
     36 
     37build.dir       ${worksrcpath}/gtk 
    3438 
    3539build.args      prefix=${prefix} GTK2=yes 
     
    6872 
    6973post-destroot { 
    70     xinstall -m 444 ${worksrcpath}/../doc/scite.1 ${destroot}${prefix}/share/man/man1 
     74    xinstall -m 444 ${worksrcpath}/doc/scite.1 ${destroot}${prefix}/share/man/man1 
    7175    set docdir ${prefix}/share/doc/${name} 
    7276    xinstall -d ${destroot}${docdir} 
     
    7983            ${workpath}/scintilla/gtk/makefile 
    8084        reinplace -E "/^CXXBASEFLAGS/s|\$| ${configure.universal_cflags}|" \ 
    81             ${worksrcpath}/makefile 
     85            ${build.dir}/makefile 
    8286    } 
    8387 
  • trunk/dports/editors/scite/files/patch-scite-makefile.diff

    r75625 r80155  
    1 diff -urN ../../scintilla/gtk/makefile.orig ./../scintilla/gtk/makefile 
    2 --- ../../scintilla/gtk/makefile.orig   2010-10-27 17:15:45.000000000 -0400 
    3 +++ ../../scintilla/gtk/makefile        2011-01-27 17:14:07.000000000 -0500 
    4 @@ -30,7 +30,7 @@ 
     1--- scintilla/gtk/makefile.orig 2011-01-21 17:59:10.000000000 -0600 
     2+++ scintilla/gtk/makefile      2011-07-05 11:27:56.000000000 -0500 
     3@@ -38,7 +38,7 @@ 
    54  
    65 INCLUDEDIRS=-I ../include -I ../src -I ../lexlib 
     
    1110 ifdef NOTHREADS 
    1211 THREADFLAGS=-DG_THREADS_IMPL_NONE 
    13 diff -urN scite/gtk/makefile.orig scite/gtk/makefile 
    14 --- makefile.orig       2010-10-27 17:16:07.000000000 -0400 
    15 +++ makefile    2011-01-27 17:23:27.000000000 -0500 
     12--- scite/gtk/makefile.orig     2010-10-27 17:16:07.000000000 -0400 
     13+++ scite/gtk/makefile  2011-01-27 17:23:27.000000000 -0500 
    1614@@ -42,7 +42,7 @@ 
    1715  
Note: See TracChangeset for help on using the changeset viewer.