1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fixed pkg-descr

- Change simple patch to reinplace_cmd
This commit is contained in:
Renato Botelho 2008-04-29 19:29:38 +00:00
parent a2d5cc6798
commit 1c13efaf17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212283
3 changed files with 5 additions and 12 deletions

View File

@ -31,6 +31,10 @@ PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e '/select_executables_only(const struct dirent/ s,const ,,' \
${WRKSRC}/src/gtkcompletionline.cc
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}

View File

@ -1,11 +0,0 @@
--- src/gtkcompletionline.cc Thu Dec 18 14:47:42 2003
+++ src/gtkcompletionline.cc.orig Thu Dec 18 14:50:30 2003
@@ -348,7 +348,7 @@
}
static int
-select_executables_only(const struct dirent* dent)
+select_executables_only(struct dirent* dent)
{
int len = strlen(dent->d_name);
int lenp = prefix.length();

View File

@ -3,7 +3,7 @@ gmrun is a very featureful GTK+-2 Run box. Its features include:
* Tilde completion * Tilde completion
* Completion for separate words * Completion for separate words
* Cycleable command history * Cycleable command history
* Configuration file in /usr/X11R6/share/gmrun/gmrunrc, * Configuration file in ${PREFIX}/share/gmrun/gmrunrc,
which can be copied to ~/.gmrunrc which can be copied to ~/.gmrunrc
* Can spawn commands in a terminal * Can spawn commands in a terminal
* Intelligent URL handling * Intelligent URL handling