FreeBSD Bugzilla – Attachment 104498 Details for
Bug 144686
[patch] editors/scite open help docs properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.62 KB, created by
Andrius Morkunas
on 2010-03-12 11:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrius Morkunas
Created:
2010-03-12 11:30:02 UTC
Size:
1.62 KB
patch
obsolete
>diff -ruN editors/scite.orig/Makefile editors/scite/Makefile >--- editors/scite.orig/Makefile 2010-02-14 19:49:58.000000000 +0000 >+++ editors/scite/Makefile 2010-03-12 10:28:38.628118226 +0000 >@@ -23,8 +23,6 @@ > USE_GNOME= gtk20 > MAKEFILE= makefile > >-SUB_FILES= pkg-message >- > MAN1= scite.1 > > post-patch: >@@ -33,6 +31,8 @@ > .if defined(WITH_FULL_BUFFER_MENU) > @${REINPLACE_CMD} -e 's|30, "/Buffers|props.GetInt("buffers") > 30 ? props.GetInt("buffers") - 10 : 30, "/Buffers|g' ${WRKSRC}/SciTEGTK.cxx > .endif >+ @${REINPLACE_CMD} -e 's|netscape "file://$$(SciteDefaultHome)|xdg-open "file://${DOCSDIR}|' \ >+ ${WRKSRC}/../src/SciTEGlobal.properties > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/../bin/SciTE ${PREFIX}/bin >@@ -50,9 +50,4 @@ > ${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DOCSDIR} > .endif > >-.if !defined(NOPORTDOCS) >-post-install: >- @${CAT} ${PKGMESSAGE} >-.endif >- > .include <bsd.port.mk> >diff -ruN editors/scite.orig/files/pkg-message.in editors/scite/files/pkg-message.in >--- editors/scite.orig/files/pkg-message.in 2008-03-30 17:52:37.000000000 +0000 >+++ editors/scite/files/pkg-message.in 1970-01-01 00:00:00.000000000 +0000 >@@ -1,9 +0,0 @@ >- >-=============================================================================== >-Note: As of version 1.76 of this port, SciTE's documentation has been moved >- from %%DATADIR%% to %%DOCSDIR%%. >- This will cause the "SciTE Help" option in the help menu to point to the >- wrong location. You will need to manually edit your >- SciTEGlobal.properties file if you still wish to utilize that option. >-=============================================================================== >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 144686
: 104498