diff options
author | jlam <jlam@pkgsrc.org> | 2004-09-11 19:01:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-09-11 19:01:36 +0000 |
commit | 969969f7a52ed37d97fa9b5d6aa949fa0a370098 (patch) | |
tree | fe2e571656ea41cf39dae4a941edc18dd2b76845 /pkgtools/libnbcompat/Makefile | |
parent | 8856d298eee3a10ae64f4887bf83b951948d22d8 (diff) | |
download | pkgsrc-969969f7a52ed37d97fa9b5d6aa949fa0a370098.tar.gz |
Update pkgtools/libnbcompat to 20040911. Changes from version 20040822
include fixing fgetln() to account for \0 characters due to implementing
it using fgets() (analysis provided by Urban Boquist). Also add a
definition for __restrict if not present since it is used in the regex
implementation code from src HEAD.
This has been tested to work correctly on:
FreeBSD-4.8/i386
NetBSD-1.6.2/i386
Solaris 9
Diffstat (limited to 'pkgtools/libnbcompat/Makefile')
-rw-r--r-- | pkgtools/libnbcompat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index cc605f0701b..a834cd060ab 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.40 2004/08/23 03:32:12 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2004/09/11 19:01:40 jlam Exp $ # # NOTE: If you update this package, it is *mandatory* that you update # pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual # list of tested and supported platforms. # -DISTNAME= libnbcompat-20040822 +DISTNAME= libnbcompat-20040911 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |