- Fix options parsing

- Bump PORTREVISION

PR:		57253
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
This commit is contained in:
Yen-Ming Lee 2003-09-27 01:44:04 +00:00
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

View file

@ -7,6 +7,7 @@
PORTNAME= ccze
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/

View 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