diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 06:54:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 06:54:12 +0000 |
commit | 0ff938f043108b848391cd72c6504e0701f3dbf0 (patch) | |
tree | 89e12773ca9e53b989c1434bb55f4b25ff5db3f5 /www/cgi-lib | |
parent | The original "net/mpd" port is obsolete. Update it to make it equivalent (diff) |
Add patch as suggested.
PR: 33925
Submitted by: hars@bik-gmbh.de
Approved by: gonza@techline.ru
Notes
Notes:
svn path=/head/; revision=56901
Diffstat (limited to 'www/cgi-lib')
-rw-r--r-- | www/cgi-lib/Makefile | 1 | ||||
-rw-r--r-- | www/cgi-lib/files/patch-ab | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/www/cgi-lib/Makefile b/www/cgi-lib/Makefile index 407ece49a498..66731fc4b063 100644 --- a/www/cgi-lib/Makefile +++ b/www/cgi-lib/Makefile @@ -7,6 +7,7 @@ PORTNAME= cgi-lib PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alex diff --git a/www/cgi-lib/files/patch-ab b/www/cgi-lib/files/patch-ab new file mode 100644 index 000000000000..452f4313750a --- /dev/null +++ b/www/cgi-lib/files/patch-ab @@ -0,0 +1,13 @@ +--- list-lib.c.orig Thu May 18 21:10:28 2000 ++++ list-lib.c Tue Jan 15 18:59:31 2002 +@@ -79,10 +79,6 @@ + + free(List); + +- List->ListHead = NULL; +- List->Count = 0; +- List->MaxEntries = 0; +- + } + + |