From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 14 03:10:08 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70B4416A402 for ; Sun, 14 May 2006 03:10:08 +0000 (UTC) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913B243D46 for ; Sun, 14 May 2006 03:10:07 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 054DA7E921; Sun, 14 May 2006 11:10:19 +0800 (CST) Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IexgDnoBOEHf; Sun, 14 May 2006 11:10:18 +0800 (CST) Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038) id E27207EA2C; Sun, 14 May 2006 11:10:17 +0800 (CST) Date: Sun, 14 May 2006 11:10:17 +0800 From: Cheng-Lung Sung To: Jie Gao Message-ID: <20060514031017.GA40319@FreeBSD.csie.nctu.edu.tw> References: <200605121510.k4CFAQcX052432@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ADZbWkCsHQ7r3kzd" Content-Disposition: inline In-Reply-To: <200605121510.k4CFAQcX052432@freefall.freebsd.org> X-Fingerprint: E0BC 57F9 F44B 46C6 DB53 8462 F807 89F3 956E 8BC1 X-Public-Key: http://sungsung.dragon2.net/pubring.asc User-Agent: Mutt/1.5.11 Cc: Koji Yokota , freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/97143: textproc/scim-table-imengine: doesn't compile due to libtool problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 03:10:08 -0000 --ADZbWkCsHQ7r3kzd Content-Type: multipart/mixed; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, How about the attached patch? :) Can you approve or disapprove it? Thanks, On Fri, May 12, 2006 at 03:10:26PM +0000, Jie Gao wrote: > The following reply was made to PR ports/97143; it has been noted by GNAT= S. >=20 > From: Jie Gao > To: bug-followup@freebsd.org > Cc: =20 > Subject: Re: ports/97143: textproc/scim-table-imengine: doesn't compile d= ue > to libtool problem > Date: Fri, 12 May 2006 09:04:28 -0600 (MDT) >=20 > Thanks for the PR. I'm already aware of the libtool problem in=20 > scim-table-imengine. However, I am very busy with my PhD candidacy exams= right=20 > now, and could not have prompt patches for this issue. Anybody with enou= gh=20 > spare time is welcome to patch this port (before I can find some time).= =20 > Thanks. > =20 > --=20 > GAO, Jie > PhD Candidate > Artificial Intelligence Research Lab http://www.cpsc.ucalgary.ca/~gaoj > Department of Computer Science E-mail: gaoj@cpsc.ucalgary.ca > University of Calgary Tel: 1-403-220-7688 > =20 > On Thu, 11 May 2006, Edwin Groothuis wrote: > =20 > > Maintainer of textproc/scim-table-imengine, > > > > Please note that PR ports/97143 has just been submitted. > > > > If it contains a patch for an upgrade, an enhancement or a bug fix > > you agree on, reply to this email stating that you approve the patch > > and a committer will take care of it. > > > > The full text of the PR can be found at: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/97143 > > > > > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.= org" --=20 Cheng-Lung Sung - clsung@ --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=big5 Content-Disposition: attachment; filename=patch-scim-table-imengine ===> Updating from CVS M Makefile ===> Generating patch ===> Viewing diff with more Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/scim-table-imengine/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 23 Feb 2006 10:39:31 -0000 1.13 +++ Makefile 14 May 2006 00:22:08 -0000 @@ -50,6 +50,8 @@ BUILD_DEPENDS+= skim:${PORTSDIR}/textproc/skim CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_SUB= SKIM="" +USE_AUTOTOOLS= libtool:15 +LIBTOOLFILES+= skim/configure post-patch: @${REINPLACE_CMD} -e "/^DIST_SUBDIRS/s/$$/ skim/" \ -e "/^@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR =/s/$$/ skim/" \ ===> Done --Kj7319i9nmIyA2yE-- --ADZbWkCsHQ7r3kzd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEZp+Z+AeJ85Vui8ERAsr3AJ9JjMC8+89vN7S/nZ0W2shynxPmuQCaA/7a Ppj9TaKaSdxQOjCmRbXl+Mo= =mjnw -----END PGP SIGNATURE----- --ADZbWkCsHQ7r3kzd--