- Fix options parsing
- Bump PORTREVISION PR: 57253 Submitted by: Nicolas Jombart <ecu@ipv42.net>
This commit is contained in:
parent
06534e15b5
commit
0267306a18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89496
2 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ccze
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/
|
||||
|
||||
|
|
11
sysutils/ccze/files/patch-ccze-compat.c
Normal file
11
sysutils/ccze/files/patch-ccze-compat.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/ccze-compat.c.orig Fri Sep 26 17:27:22 2003
|
||||
+++ src/ccze-compat.c Fri Sep 26 17:27:39 2003
|
||||
@@ -275,7 +275,7 @@
|
||||
char **valuep)
|
||||
{
|
||||
int i = getsubopt (optionp, tokens, valuep);
|
||||
-#if HAVE_SUBOPTARg
|
||||
+#if HAVE_SUBOPTARG
|
||||
if (!*valuep && suboptarg)
|
||||
*valuep = strdup (suboptarg);
|
||||
#endif
|
Loading…
Reference in a new issue