diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-05 18:25:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-05 18:25:56 +0000 |
commit | 2bbbd70847b9f606c46f5193c569c96f384aae19 (patch) | |
tree | 659ad7ad2255232ad9accf5dbc9b4465f2bf905d /x11/xview-lib/Makefile | |
parent | b3fb906ebb28f94782914910bd09312ff21e3842 (diff) | |
download | pkgsrc-2bbbd70847b9f606c46f5193c569c96f384aae19.tar.gz |
First try on fixing xview. Fix errno. Add DragonFly support.
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly.
The implementation of textsw_scanf can be improved, it is very
defensively and slow ATM, the snprintf usage should be portable.
Fix a number of prototype mismatches, e.g. variable argument functions
can conflict with K&R prototypes.
Bump revision since the package "compiled" before, e.g. build
errors where ignored.
Diffstat (limited to 'x11/xview-lib/Makefile')
-rw-r--r-- | x11/xview-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xview-lib/Makefile b/x11/xview-lib/Makefile index 8d2556fc846..a03d389dd41 100644 --- a/x11/xview-lib/Makefile +++ b/x11/xview-lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2005/12/05 20:51:20 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2006/01/05 18:25:56 joerg Exp $ DISTNAME= xview3.2p1-X11R6 PKGNAME= xview-lib-3.2.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} |