Date: Sun, 14 May 2006 11:10:17 +0800 From: Cheng-Lung Sung <clsung@FreeBSD.org> To: Jie Gao <gaoj@cpsc.ucalgary.ca> Cc: Koji Yokota <yokota@res.otaru-uc.ac.jp>, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/97143: textproc/scim-table-imengine: doesn't compile due to libtool problem Message-ID: <20060514031017.GA40319@FreeBSD.csie.nctu.edu.tw> In-Reply-To: <200605121510.k4CFAQcX052432@freefall.freebsd.org> References: <200605121510.k4CFAQcX052432@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <gaoj@cpsc.ucalgary.ca> > 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060514031017.GA40319>