Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2006 15:22:26 GMT
From:      Masanori OZAWA <ozawa@ongs.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/92374: [PATCH] IIIMF-related ports (textporc/iiimf-* etc): fix dependency and pacify portlint
Message-ID:  <200601261522.k0QFMPtl084924@www.freebsd.org>
Resent-Message-ID: <200601261530.k0QFU9Tk028196@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92374
>Category:       ports
>Synopsis:       [PATCH] IIIMF-related ports (textporc/iiimf-* etc): fix dependency and pacify portlint
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 26 15:30:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Masanori OZAWA
>Release:        FreeBSD 6.0-RELEASE-p2
>Organization:
ONGS Inc.
>Environment:
FreeBSD mithos.ongs.co.jp 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #0: Thu Jan 12 12:19:33 JST 2006     root@mithos.ongs.co.jp:/usr/obj/usr/src/sys/MITHOS  i386
>Description:
textproc/iiimf-csconv:
- fix dependency (add USE_GETTEXT)

other (textproc/iiimf-*, chinese/iiimf-newpy, chinese/iiimf-ude,
japanese/iiimf-le-canna, japanese/iiimf-le-freewnn, korean/iiimf-le-hangul):
- pacify portlint

>How-To-Repeat:
              
>Fix:
diff -urN ports.orig/chinese/iiimf-le-newpy/Makefile ports/chinese/iiimf-le-newpy/Makefile
--- ports.orig/chinese/iiimf-le-newpy/Makefile	Tue Nov 15 15:48:12 2005
+++ ports/chinese/iiimf-le-newpy/Makefile	Thu Jan 26 23:19:03 2006
@@ -7,12 +7,11 @@
 
 PORTNAME=	le-newpy
 PORTVERSION=	12.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	chinese textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	IIIMF New PinYin input method engine
@@ -22,7 +21,6 @@
 ONLY_FOR_ARCHS=	i386
 
 USE_BZIP2=	yes
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	automake:19:env autoconf:259:env libtool:15:env
 WANT_AUTOHEADER_VER=	259
@@ -45,7 +43,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=		"It is supported on FreeBSD 5.3 and later"
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
diff -urN ports.orig/chinese/iiimf-le-ude/Makefile ports/chinese/iiimf-le-ude/Makefile
--- ports.orig/chinese/iiimf-le-ude/Makefile	Tue Nov 15 15:48:12 2005
+++ ports/chinese/iiimf-le-ude/Makefile	Thu Jan 26 23:19:21 2006
@@ -7,12 +7,11 @@
 
 PORTNAME=	le-ude
 PORTVERSION=	12.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	chinese textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	IIIMF User Defined language Engine for Simplified Chinese conversion
@@ -22,7 +21,6 @@
 ONLY_FOR_ARCHS=	i386
 
 USE_BZIP2=	yes
-USE_REINPLACE=	yes
 USE_GMAKE=      yes
 USE_AUTOTOOLS=	automake:19:env autoconf:259:env libtool:15:env
 WANT_AUTOHEADER_VER=	259
@@ -33,7 +31,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
diff -urN ports.orig/japanese/iiimf-le-canna/Makefile ports/japanese/iiimf-le-canna/Makefile
--- ports.orig/japanese/iiimf-le-canna/Makefile	Tue Nov 15 15:49:45 2005
+++ ports/japanese/iiimf-le-canna/Makefile	Thu Jan 26 23:18:22 2006
@@ -7,12 +7,11 @@
 
 PORTNAME=	le-canna
 PORTVERSION=	12.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	Canna language engine for IIIMF
@@ -25,7 +24,6 @@
 
 USE_BZIP2=	yes
 USE_ICONV=	yes
-USE_REINPLACE=  yes
 USE_GMAKE=	yes
 USE_GNOME=	gtk20
 USE_XLIB=	yes
@@ -38,7 +36,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
diff -urN ports.orig/japanese/iiimf-le-freewnn/Makefile ports/japanese/iiimf-le-freewnn/Makefile
--- ports.orig/japanese/iiimf-le-freewnn/Makefile	Tue Nov 15 15:49:45 2005
+++ ports/japanese/iiimf-le-freewnn/Makefile	Thu Jan 26 23:18:40 2006
@@ -7,12 +7,11 @@
 
 PORTNAME=	le-freewnn
 PORTVERSION=	12.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	FreeWnn language engine for IIIMF
@@ -26,7 +25,6 @@
 
 USE_BZIP2=	yes
 USE_ICONV=	yes
-USE_REINPLACE=  yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	automake:19:env autoconf:259:env libtool:15:env
 WANT_AUTOHEADER_VER=	259
@@ -37,7 +35,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/wnn \
diff -urN ports.orig/korean/iiimf-le-hangul/Makefile ports/korean/iiimf-le-hangul/Makefile
--- ports.orig/korean/iiimf-le-hangul/Makefile	Tue Nov 15 15:49:51 2005
+++ ports/korean/iiimf-le-hangul/Makefile	Thu Jan 26 23:18:51 2006
@@ -7,12 +7,11 @@
 
 PORTNAME=	le-hangul
 PORTVERSION=	12.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	korean textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	IIIMF Hangul input method engine
@@ -22,7 +21,6 @@
 ONLY_FOR_ARCHS=	i386
 
 USE_BZIP2=	yes
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_XLIB=	yes
 USE_AUTOTOOLS=	automake:19:env autoconf:259:env libtool:15:env
@@ -34,7 +32,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
diff -urN ports.orig/textproc/iiimf-client-lib/Makefile ports/textproc/iiimf-client-lib/Makefile
--- ports.orig/textproc/iiimf-client-lib/Makefile	Tue Nov 15 15:51:16 2005
+++ ports/textproc/iiimf-client-lib/Makefile	Thu Jan 26 23:09:12 2006
@@ -7,12 +7,11 @@
 
 PORTNAME=	client-lib
 PORTVERSION=	12.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	Internet/Intranet Input Method Client Framework
@@ -24,7 +23,6 @@
 
 INSTALLS_SHLIB=	yes
 USE_BZIP2=	yes
-USE_REINPLACE=  yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	automake:19:env autoconf:259:env libtool:15:env
 WANT_AUTOHEADER_VER=	259
@@ -35,7 +33,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
diff -urN ports.orig/textproc/iiimf-csconv/Makefile ports/textproc/iiimf-csconv/Makefile
--- ports.orig/textproc/iiimf-csconv/Makefile	Tue Nov 15 15:51:16 2005
+++ ports/textproc/iiimf-csconv/Makefile	Thu Jan 26 23:14:08 2006
@@ -7,11 +7,11 @@
 
 PORTNAME=	csconv
 PORTVERSION=	12.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	Internet/Intranet Input Method Framework encoding convert library
@@ -20,8 +20,8 @@
 
 USE_BZIP2=	yes
 USE_ICONV=	yes
+USE_GETTEXT=	yes
 USE_GMAKE=	yes
-USE_REINPLACE=	yes
 USE_AUTOTOOLS=	automake:19:env autoconf:259:env libtool:15:env
 WANT_AUTOHEADER_VER=	259
 
@@ -31,7 +31,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
diff -urN ports.orig/textproc/iiimf-gnome-im-switcher/Makefile ports/textproc/iiimf-gnome-im-switcher/Makefile
--- ports.orig/textproc/iiimf-gnome-im-switcher/Makefile	Tue Nov 15 15:51:16 2005
+++ ports/textproc/iiimf-gnome-im-switcher/Makefile	Thu Jan 26 23:15:57 2006
@@ -7,12 +7,11 @@
 
 PORTNAME=	gnome-im-switcher
 PORTVERSION=	12.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	IIIMF gnome input method switcher
@@ -22,7 +21,6 @@
 USE_X_PREFIX=	yes
 
 USE_BZIP2=	yes
-USE_REINPLACE=  yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_GNOME=	intltool gconf2 libglade2 libgnomeui \
@@ -36,7 +34,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
diff -urN ports.orig/textproc/iiimf-gtk/Makefile ports/textproc/iiimf-gtk/Makefile
--- ports.orig/textproc/iiimf-gtk/Makefile	Tue Nov 15 15:51:16 2005
+++ ports/textproc/iiimf-gtk/Makefile	Thu Jan 26 23:16:08 2006
@@ -7,12 +7,11 @@
 
 PORTNAME=	gtk
 PORTVERSION=	12.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	Internet/Intranet Input Method Server Framework
@@ -26,7 +25,6 @@
 
 USE_BZIP2=	yes
 USE_ICONV=	yes
-USE_REINPLACE=  yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_GNOME=	intltool gtk20
@@ -39,7 +37,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 .if defined(WITH_DEBUG)
diff -urN ports.orig/textproc/iiimf-headers/Makefile ports/textproc/iiimf-headers/Makefile
--- ports.orig/textproc/iiimf-headers/Makefile	Tue May 24 21:37:47 2005
+++ ports/textproc/iiimf-headers/Makefile	Thu Jan 26 23:16:19 2006
@@ -7,11 +7,11 @@
 
 PORTNAME=	headers
 PORTVERSION=	12.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	Header files for Internet/Intranet Input Method Framework
diff -urN ports.orig/textproc/iiimf-le-unit/Makefile ports/textproc/iiimf-le-unit/Makefile
--- ports.orig/textproc/iiimf-le-unit/Makefile	Tue Nov 15 15:51:17 2005
+++ ports/textproc/iiimf-le-unit/Makefile	Thu Jan 26 23:16:34 2006
@@ -7,12 +7,11 @@
 
 PORTNAME=	le-unit
 PORTVERSION=	12.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	IIIMF UNIcode Table based generic composition engine
@@ -25,7 +24,6 @@
 
 USE_BZIP2=	yes
 USE_ICONV=	yes
-USE_REINPLACE=  yes
 USE_GMAKE=	yes
 USE_GNOME=	libxml2
 USE_XLIB=	yes
@@ -38,7 +36,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
diff -urN ports.orig/textproc/iiimf-protocol-lib/Makefile ports/textproc/iiimf-protocol-lib/Makefile
--- ports.orig/textproc/iiimf-protocol-lib/Makefile	Tue Nov 15 15:51:17 2005
+++ ports/textproc/iiimf-protocol-lib/Makefile	Thu Jan 26 23:16:46 2006
@@ -7,11 +7,11 @@
 
 PORTNAME=	protocol-lib
 PORTVERSION=	12.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	Internet/Intranet Input Method Framework protocol library
@@ -20,7 +20,6 @@
 
 INSTALLS_SHLIB=	yes
 USE_BZIP2=	yes
-USE_REINPLACE=  yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	automake:19:env autoconf:259:env libtool:15:env
 WANT_AUTOHEADER_VER=	259
@@ -31,7 +30,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CONFIGURE_ENV+=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
diff -urN ports.orig/textproc/iiimf-server/Makefile ports/textproc/iiimf-server/Makefile
--- ports.orig/textproc/iiimf-server/Makefile	Tue Nov 15 15:51:17 2005
+++ ports/textproc/iiimf-server/Makefile	Thu Jan 26 23:16:55 2006
@@ -7,11 +7,11 @@
 
 PORTNAME=	server
 PORTVERSION=	12.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	Internet/Intranet Input Method Server Framework
@@ -23,7 +23,6 @@
 INSTALLS_SHLIB=	yes
 USE_RC_SUBR=	iiimd.sh
 USE_BZIP2=	yes
-USE_REINPLACE=  yes
 USE_GMAKE=	yes
 USE_GNOME=	pkgconfig libxml2
 USE_OPENSSL=    yes
@@ -36,7 +35,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 .if defined(WITH_DEBUG)
diff -urN ports.orig/textproc/iiimf-x/Makefile ports/textproc/iiimf-x/Makefile
--- ports.orig/textproc/iiimf-x/Makefile	Tue Nov 15 15:51:17 2005
+++ ports/textproc/iiimf-x/Makefile	Thu Jan 26 23:17:24 2006
@@ -7,11 +7,11 @@
 
 PORTNAME=	x
 PORTVERSION=	12.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	Internet/Intranet Input Method X Client Framework
@@ -23,7 +23,6 @@
 ONLY_FOR_ARCHS=	i386
 
 USE_BZIP2=	yes
-USE_REINPLACE=  yes
 USE_GMAKE=	yes
 USE_XLIB=	yes
 USE_AUTOTOOLS=	automake:19:env autoconf:259:env libtool:15:env
@@ -35,7 +34,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
diff -urN ports.orig/textproc/iiimf-x-lib/Makefile ports/textproc/iiimf-x-lib/Makefile
--- ports.orig/textproc/iiimf-x-lib/Makefile	Tue Nov 15 15:51:17 2005
+++ ports/textproc/iiimf-x-lib/Makefile	Thu Jan 26 23:17:12 2006
@@ -7,11 +7,11 @@
 
 PORTNAME=	x-lib
 PORTVERSION=	12.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.openi18n.org/download/im-sdk/src/
 PKGNAMEPREFIX=	iiimf-
 DISTNAME=	iiimf-src-${PORTVERSION}
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ozawa@ongs.co.jp
 COMMENT=	Internet/Intranet Input Method X Client Framework
@@ -23,7 +23,6 @@
 ONLY_FOR_ARCHS=	i386
 
 USE_BZIP2=	yes
-USE_REINPLACE=  yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_MOTIF=      yes
@@ -37,7 +36,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 503000
-IGNORE=	It is supported on FreeBSD 5.3 and later.
+IGNORE=	it is supported on FreeBSD 5.3 and later
 .endif
 
 CFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601261522.k0QFMPtl084924>