Changeset 80155
- Timestamp:
- 07/05/11 09:38:19 (4 years ago)
- Location:
- trunk/dports/editors/scite
- Files:
-
- 2 edited
-
Portfile (modified) (3 diffs)
-
files/patch-scite-makefile.diff (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/editors/scite/Portfile
r76458 r80155 27 27 rmd160 a11dfc9251d804cd5f699bf1fe15688b65106544 28 28 29 worksrcdir ${name}/gtk 29 worksrcdir ${name} 30 31 patch.dir ${workpath} 30 32 31 33 patchfiles patch-scite-makefile.diff 32 34 33 35 use_configure no 36 37 build.dir ${worksrcpath}/gtk 34 38 35 39 build.args prefix=${prefix} GTK2=yes … … 68 72 69 73 post-destroot { 70 xinstall -m 444 ${worksrcpath}/ ../doc/scite.1 ${destroot}${prefix}/share/man/man174 xinstall -m 444 ${worksrcpath}/doc/scite.1 ${destroot}${prefix}/share/man/man1 71 75 set docdir ${prefix}/share/doc/${name} 72 76 xinstall -d ${destroot}${docdir} … … 79 83 ${workpath}/scintilla/gtk/makefile 80 84 reinplace -E "/^CXXBASEFLAGS/s|\$| ${configure.universal_cflags}|" \ 81 ${ worksrcpath}/makefile85 ${build.dir}/makefile 82 86 } 83 87 -
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 @@ 5 4 6 5 INCLUDEDIRS=-I ../include -I ../src -I ../lexlib … … 11 10 ifdef NOTHREADS 12 11 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 16 14 @@ -42,7 +42,7 @@ 17 15
Note: See TracChangeset
for help on using the changeset viewer.

