Index: head/textproc/iiimf-csconv/Makefile =================================================================== --- head/textproc/iiimf-csconv/Makefile (revision 238857) +++ head/textproc/iiimf-csconv/Makefile (revision 238858) @@ -1,48 +1,51 @@ # New ports collection makefile for: iiimf-csconv # Date created: 6 Dec 2003 # Whom: Kuang-che Wu # # $FreeBSD$ # PORTNAME= csconv PORTVERSION= 12.2 PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- DISTNAME= iiimf-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Internet/Intranet Input Method Framework encoding convert library ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_ICONV= yes USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/lib/CSConv .include CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS} CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: ${REINPLACE_CMD} \ -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ -e "s,%%PREFIX%%,${PREFIX},g" \ ${WRKSRC}/Makefile ${BUILDDIR}/Makefile.am ${REINPLACE_CMD} -e "s,/usr/lib/iiim,${PREFIX}/lib/iiim,g" \ ${BUILDDIR}/csconv.h do-configure: @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} reconfig + @${REINPLACE_CMD} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \ + -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \ + ${BUILDDIR}/configure @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config .include Property changes on: head/textproc/iiimf-csconv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/textproc/iiimf-csconv/pkg-plist =================================================================== --- head/textproc/iiimf-csconv/pkg-plist (revision 238857) +++ head/textproc/iiimf-csconv/pkg-plist (revision 238858) @@ -1,5 +1,6 @@ +lib/iiim/csconv/csconv.a lib/iiim/csconv/csconv.la lib/iiim/csconv/csconv.so lib/iiim/csconv/encoding.norm @dirrm lib/iiim/csconv @dirrmtry lib/iiim Property changes on: head/textproc/iiimf-csconv/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/textproc/iiimf-protocol-lib/Makefile =================================================================== --- head/textproc/iiimf-protocol-lib/Makefile (revision 238857) +++ head/textproc/iiimf-protocol-lib/Makefile (revision 238858) @@ -1,46 +1,49 @@ # New ports collection makefile for: iiimf-protocol-lib # Date created: 6 Dec 2003 # Whom: Kuang-che Wu # # $FreeBSD$ # PORTNAME= protocol-lib PORTVERSION= 12.2 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- DISTNAME= iiimf-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Internet/Intranet Input Method Framework protocol library ONLY_FOR_ARCHS= i386 USE_LDCONFIG= yes USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/lib/iiimp .include CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: ${REINPLACE_CMD} \ -e '/^pkgconfigdir/s,$$(libdir),%%PREFIX%%/libdata,g' \ ${BUILDDIR}/Makefile.am ${REINPLACE_CMD} \ -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ -e "s,%%PREFIX%%,${PREFIX},g" \ ${WRKSRC}/Makefile ${BUILDDIR}/Makefile.am do-configure: @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} reconfig + @${REINPLACE_CMD} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \ + -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \ + ${BUILDDIR}/configure @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config .include Property changes on: head/textproc/iiimf-protocol-lib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property