aboutsummaryrefslogtreecommitdiff
path: root/textproc/scim-m17n
Commit message (Collapse)AuthorAgeFilesLines
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* textproc/scim:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366755
* - Add :keepla (scim loads plugins through .la files)Dmitry Marakasov2014-07-251-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=362893
* - Stage supportMartin Wilke2014-06-272-8/+14
| | | | | | | | | - Cleanup PR: 190781 Notes: svn path=/head/; revision=359565
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-151-8/+3
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=327338
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Bump PORTREVISION to chase the update of m17n-libWen Heping2010-05-031-2/+2
| | | | | | | | PR: ports/146249 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> Notes: svn path=/head/; revision=253599
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update m17n portsPhilip M. Gollucci2009-06-232-5/+4
| | | | | | | | | | | | | | - devel/m17n-lib to 1.5.4 [1] - devel/m17n-db to 1.5.4 [1] - textproc/scim-m17n to 0.2.3 [2] - textproc/m17n-contrib to 1.1.9 [3] - textproc/m17-im-config mark MAKE_JOBS_UNSAFE=yes [4] PR: ports/135933 [1], ports/135934 [2], ports/135935, ports/135946 [4] Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Notes: svn path=/head/; revision=236503
* - Add missing dependencyMartin Wilke2009-01-112-4/+10
| | | | | | | | | | | - Expands pkg-descr to be more informative and useful for searching. - Pass maintainership to submitter PR: 127892 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> Notes: svn path=/head/; revision=225697
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Reset relaxbsd@gmail.com due to maintainer-timeouts.Mark Linimon2008-03-021-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=208315
* - Chase m17n-* libversion bumpMartin Wilke2008-02-281-2/+2
| | | | Notes: svn path=/head/; revision=208060
* - chase increase of devel/m17n-lib shlib version.Martin Wilke2007-10-261-1/+2
| | | | | | | Submitted by: linimon via pointyhat Notes: svn path=/head/; revision=202055
* - Change maintainer addressBeech Rintoul2007-07-051-3/+3
| | | | | | | | | | - Cleanup master_sites Requested by: Yinghong Liu <relaxbsd@gmail.com> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=194988
* This is a SCIM IMEngine module which uses m17n library as the backend.Martin Wilke2007-06-054-0/+34
WWW: http://www.scim-im.org/ PR: ports//112587 Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn> Notes: svn path=/head/; revision=192825