diff options
author | barner <barner@FreeBSD.org> | 2006-02-06 19:56:36 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-02-06 19:56:36 +0800 |
commit | 466027dc0711a6d7cee157ddf6469d4737769afd (patch) | |
tree | 726fb924d95fa8d5f809f3d22f17dd06e9687898 /textproc | |
parent | fa1027b84a3bc7689cb43033ad04e3fe59be888c (diff) | |
download | freebsd-ports-gnome-466027dc0711a6d7cee157ddf6469d4737769afd.tar.gz freebsd-ports-gnome-466027dc0711a6d7cee157ddf6469d4737769afd.tar.zst freebsd-ports-gnome-466027dc0711a6d7cee157ddf6469d4737769afd.zip |
- Remove USE_REINPLACE
- Fix IGNORE line
- Pacify portlint
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
PR: ports/92374
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iiimf-client-lib/Makefile | 4 | ||||
-rw-r--r-- | textproc/iiimf-gnome-im-switcher/Makefile | 4 | ||||
-rw-r--r-- | textproc/iiimf-gtk/Makefile | 4 | ||||
-rw-r--r-- | textproc/iiimf-headers/Makefile | 1 | ||||
-rw-r--r-- | textproc/iiimf-le-unit/Makefile | 4 | ||||
-rw-r--r-- | textproc/iiimf-protocol-lib/Makefile | 4 | ||||
-rw-r--r-- | textproc/iiimf-server/Makefile | 8 | ||||
-rw-r--r-- | textproc/iiimf-x-lib/Makefile | 8 | ||||
-rw-r--r-- | textproc/iiimf-x/Makefile | 4 |
9 files changed, 12 insertions, 29 deletions
diff --git a/textproc/iiimf-client-lib/Makefile b/textproc/iiimf-client-lib/Makefile index a1642fee7127..10ce7551a8a1 100644 --- a/textproc/iiimf-client-lib/Makefile +++ b/textproc/iiimf-client-lib/Makefile @@ -12,7 +12,6 @@ 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 @@ ONLY_FOR_ARCHS= i386 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 @@ BUILDDIR= ${WRKSRC}/lib/iiimcf .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} diff --git a/textproc/iiimf-gnome-im-switcher/Makefile b/textproc/iiimf-gnome-im-switcher/Makefile index 695aac8bbe86..fc944b59d4ad 100644 --- a/textproc/iiimf-gnome-im-switcher/Makefile +++ b/textproc/iiimf-gnome-im-switcher/Makefile @@ -12,7 +12,6 @@ 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 @@ ONLY_FOR_ARCHS= i386 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 @@ BUILDDIR= ${WRKSRC}/gnome-im-switcher .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} diff --git a/textproc/iiimf-gtk/Makefile b/textproc/iiimf-gtk/Makefile index 0b6a3b774d79..a01d2565ce4a 100644 --- a/textproc/iiimf-gtk/Makefile +++ b/textproc/iiimf-gtk/Makefile @@ -12,7 +12,6 @@ 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_X_PREFIX= yes USE_BZIP2= yes USE_ICONV= yes -USE_REINPLACE= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= intltool gtk20 @@ -39,7 +37,7 @@ BUILDDIR= ${WRKSRC}/iiimgcf .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif .if defined(WITH_DEBUG) diff --git a/textproc/iiimf-headers/Makefile b/textproc/iiimf-headers/Makefile index b39a053fd3f8..69b37ed623ce 100644 --- a/textproc/iiimf-headers/Makefile +++ b/textproc/iiimf-headers/Makefile @@ -11,7 +11,6 @@ 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 --git a/textproc/iiimf-le-unit/Makefile b/textproc/iiimf-le-unit/Makefile index 0f7bdabce240..a49a7d8dbd69 100644 --- a/textproc/iiimf-le-unit/Makefile +++ b/textproc/iiimf-le-unit/Makefile @@ -12,7 +12,6 @@ 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 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_ICONV= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= libxml2 USE_XLIB= yes @@ -38,7 +36,7 @@ BUILDDIR= ${WRKSRC}/leif .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} diff --git a/textproc/iiimf-protocol-lib/Makefile b/textproc/iiimf-protocol-lib/Makefile index 2735680426c3..56fe32afc01a 100644 --- a/textproc/iiimf-protocol-lib/Makefile +++ b/textproc/iiimf-protocol-lib/Makefile @@ -11,7 +11,6 @@ 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 +19,6 @@ ONLY_FOR_ARCHS= i386 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 +29,7 @@ BUILDDIR= ${WRKSRC}/lib/iiimp .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile index 8f751c8c032f..7b1ce83889b6 100644 --- a/textproc/iiimf-server/Makefile +++ b/textproc/iiimf-server/Makefile @@ -11,22 +11,20 @@ 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 -LIB_DEPENDS= iiimp.1:${PORTSDIR}/textproc/iiimf-protocol-lib +LIB_DEPENDS= iiimp.1:${PORTSDIR}/textproc/iiimf-protocol-lib ONLY_FOR_ARCHS= i386 INSTALLS_SHLIB= yes USE_RC_SUBR= iiimd.sh USE_BZIP2= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= pkgconfig libxml2 -USE_OPENSSL= yes +USE_OPENSSL= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env WANT_AUTOHEADER_VER= 259 @@ -36,7 +34,7 @@ BUILDDIR= ${WRKSRC}/iiimsf .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif .if defined(WITH_DEBUG) diff --git a/textproc/iiimf-x-lib/Makefile b/textproc/iiimf-x-lib/Makefile index b4b7260895b5..a0e673646029 100644 --- a/textproc/iiimf-x-lib/Makefile +++ b/textproc/iiimf-x-lib/Makefile @@ -11,7 +11,6 @@ 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,11 +22,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/iiim/csconv/csconv.so:${PORTSDIR}/textproc/iiimf-c ONLY_FOR_ARCHS= i386 USE_BZIP2= yes -USE_REINPLACE= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_MOTIF= yes -USE_OPENSSL= yes +USE_MOTIF= yes +USE_OPENSSL= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env WANT_AUTOHEADER_VER= 259 @@ -37,7 +35,7 @@ BUILDDIR= ${WRKSRC}/iiimxcf/xiiimp.so .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile index 8cd9ef2f16f4..72ede64b3deb 100644 --- a/textproc/iiimf-x/Makefile +++ b/textproc/iiimf-x/Makefile @@ -11,7 +11,6 @@ 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 +22,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/iiim/xiiimp.so:${PORTSDIR}/textproc/iiimf-x-lib 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 +33,7 @@ BUILDDIR= ${WRKSRC}/iiimxcf/htt_xbe .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} |