diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-09 03:35:26 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-09 03:35:26 +0000 |
commit | 60612921b6f09b3182e1039af6129ca3cd9ba5ab (patch) | |
tree | a0ea1a9177e06e6365074639fa5103df392ac6d6 /comms/xtel/Makefile | |
parent | 81b3650848d21527d4b11b65fee6cc29d79bad71 (diff) | |
download | pkgsrc-60612921b6f09b3182e1039af6129ca3cd9ba5ab.tar.gz |
Add a monster cleanup patch, posted as a distfile, to fix rampant
misuse of function pointer casts and mismatched function calls and
arguments. Now this has some chance at running on something other
than i386.
PKGREVISION -> 12.
Diffstat (limited to 'comms/xtel/Makefile')
-rw-r--r-- | comms/xtel/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/comms/xtel/Makefile b/comms/xtel/Makefile index 9e0c8ad970f..e1705917d6b 100644 --- a/comms/xtel/Makefile +++ b/comms/xtel/Makefile @@ -1,11 +1,15 @@ -# $NetBSD: Makefile,v 1.22 2011/10/08 07:04:34 dholland Exp $ +# $NetBSD: Makefile,v 1.23 2011/10/09 03:35:26 dholland Exp $ # DISTNAME= xtel-3.3.0 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= comms x11 MASTER_SITES= http://pficheux.free.fr/xtel/download/ +PATCHFILES= xtel-jumbo-patch-20111008.gz +PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/xtel/ +PATCH_DIST_STRIP= -p1 + MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://pficheux.free.fr/xtel/ COMMENT= Minitel(r) emulator |