aboutsummaryrefslogtreecommitdiff
path: root/x11/stjerm/files
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-03-30 16:35:39 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-03-30 16:35:39 +0000
commitdab1f39591a8860eea18694ccae966c0c57b0982 (patch)
tree4278846e8de6f09ff19ae3597ed484dac759e6e4 /x11/stjerm/files
parentd7b201ad0908c97dfef382a4a6c65b3277a7cb27 (diff)
downloadports-dab1f39591a8860eea18694ccae966c0c57b0982.tar.gz
ports-dab1f39591a8860eea18694ccae966c0c57b0982.zip
- Update to version 0.18, now hosted at GitHub [1]
- Reword pkgdescr, new homepage [1] - Convert to USES=autoreconf PR: 198891 [1] Submitted by: lichray@gmail.com (maintainer) [1]
Notes
Notes: svn path=/head/; revision=382690
Diffstat (limited to 'x11/stjerm/files')
-rw-r--r--x11/stjerm/files/patch-src_config.c18
1 files changed, 3 insertions, 15 deletions
diff --git a/x11/stjerm/files/patch-src_config.c b/x11/stjerm/files/patch-src_config.c
index aa87a4072b9d..5d952081b400 100644
--- a/x11/stjerm/files/patch-src_config.c
+++ b/x11/stjerm/files/patch-src_config.c
@@ -1,18 +1,6 @@
---- src/config.c.orig 2011-07-19 16:52:33.000000000 -0500
-+++ src/config.c 2011-10-12 17:05:50.164711868 -0500
-@@ -146,7 +146,11 @@ pid_t get_stjerm_pid(void)
- char buffer[100];
- char **list;
- int i = 0;
-+#ifdef __FreeBSD__
-+ FILE *p = popen("pgrep stjerm", "r");
-+#else
- FILE *p = popen("pidof stjerm", "r");
-+#endif
-
- if(p == NULL)
- {
-@@ -552,7 +556,7 @@ void conf_init(void)
+--- src/config.c~ 2014-01-12 11:31:51.000000000 -0500
++++ src/config.c 2015-03-24 17:32:49.873800297 -0400
+@@ -614,7 +614,7 @@ void conf_init(void)
exit(1);
}