aboutsummaryrefslogtreecommitdiff
path: root/japanese/scim-anthy
Commit message (Collapse)AuthorAgeFilesLines
* japanese/scim-anthy: Fix build with Clang 6Tobias Kortkamp2018-08-312-3/+59
| | | | | | | | | | | | | | | | | | | | | /usr/local/include/scim-1.0/scim_types.h:38:11: warning: '__STDC_ISO_10646__' macro redefined [-Wmacro-redefined] # define __STDC_ISO_10646__ ^ <command line>:6:9: note: previous definition is here #define __STDC_ISO_10646__ 1 ^ scim_anthy_prefs.cpp:98:9: error: cannot initialize a member subobject of type 'void *' with an rvalue of type 'bool' false, ^~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/ja-scim-anthy-1.2.7_5.log - scim-anthy finds dependencies in LOCALBASE on its own - __STDC_ISO_10646__ no longer needs to be specified manually - Add license while here Notes: svn path=/head/; revision=478613
* Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDNSunpoet Po-Chuan Hsieh2018-03-241-1/+1
| | | | | | | | PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=465484
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* 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
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* 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
* Cleanup plistAntoine Brodin2014-11-121-2/+0
| | | | Notes: svn path=/head/; revision=372492
* 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
* - Convert to USES=libtool.Tijl Coosemans2014-04-241-14/+3
| | | | | | | | | - New LIB_DEPENDS syntax. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging. Notes: svn path=/head/; revision=352039
* Reassign some my scim related ports to the heap.Hajimu UMEMOTO2013-10-121-1/+1
| | | | | | | I'm not using scim for a long time. Notes: svn path=/head/; revision=330170
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-131-7/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=327188
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+4
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Update to 1.4.7.Hajimu UMEMOTO2010-04-083-6/+8
| | | | | | | | PR: ports/145459 Submitted by: HASHI Hiroaki <hashiz__at__meridiani.jp> Notes: svn path=/head/; revision=252441
* - 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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-2/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-10/+3
| | | | Notes: svn path=/head/; revision=225297
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-251-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209811
* Update to 1.2.4.Hajimu UMEMOTO2007-06-252-6/+5
| | | | Notes: svn path=/head/; revision=194215
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 1.2.3.Hajimu UMEMOTO2007-04-303-19/+6
| | | | Notes: svn path=/head/; revision=191177
* Chase scim shlib version bump.Hajimu UMEMOTO2007-04-301-1/+1
| | | | Notes: svn path=/head/; revision=191176
* Fix plist after upgrading scim to 1.4.5.Hajimu UMEMOTO2007-03-313-10/+20
| | | | | | | scim-1.4.5 appended its version to the moduledir in scim.pc. Notes: svn path=/head/; revision=188865
* Update to 1.2.2.Hajimu UMEMOTO2006-11-222-6/+6
| | | | Notes: svn path=/head/; revision=177800
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-2/+2
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* doesn't build it on FreeBSD 4.x.Hajimu UMEMOTO2006-10-083-29/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=174948
* Update to 1.2.1.Hajimu UMEMOTO2006-10-023-26/+5
| | | | Notes: svn path=/head/; revision=174302
* I hope this fixes build on RELENG_4.Hajimu UMEMOTO2006-09-031-0/+13
| | | | | | | | | I don't have RELENG_4 box anymore. Reported by: pointyhat via kris Notes: svn path=/head/; revision=172064
* Update to 1.2.0.Hajimu UMEMOTO2006-08-163-5/+7
| | | | Notes: svn path=/head/; revision=170819
* Update to 1.0.0.Hajimu UMEMOTO2006-04-102-6/+6
| | | | Notes: svn path=/head/; revision=159290
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+8
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 0.9.0.Hajimu UMEMOTO2006-01-302-5/+5
| | | | Notes: svn path=/head/; revision=154759
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* fix build after updating of libtools15 to 1.5.22.Hajimu UMEMOTO2005-12-281-0/+21
| | | | Notes: svn path=/head/; revision=152269
* Update to 0.8.0.Hajimu UMEMOTO2005-11-293-6/+10
| | | | | | | | PR: ports/89713 Submitted by: Jun Mukai <mukai__at__jmuk.org> (with some modification) Notes: svn path=/head/; revision=149865
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* add SHA256.Hajimu UMEMOTO2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147591
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Add dependency for japanese/kasumi. The author highly recommend toHajimu UMEMOTO2005-10-161-2/+3
| | | | | | | | | | install kasumi with scim-anthy. PR: ports/87516 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=145564
* SCIM updated to 1.4.2.Norikatsu Shigemura2005-10-151-1/+1
| | | | | | | | | | | | | o Update scim 1.4.2. [1] o Update skim 1.4.2. [1] o Update scim-uim 0.1.4. [2] o Bump PORTREVISION in scim related ports. Approved by: Jie Gao <gaoj@cpsc.ucalgary.ca> [1] Approved by: Seiya Yanagita <s_yanagita@ybb.ne.jp> [2] Notes: svn path=/head/; revision=145452
* Update to 0.7.1.Hajimu UMEMOTO2005-10-152-4/+4
| | | | Notes: svn path=/head/; revision=145445
* Update to 0.7.0.Hajimu UMEMOTO2005-10-013-4/+6
| | | | Notes: svn path=/head/; revision=143914
* Update to 0.6.1.Hajimu UMEMOTO2005-08-282-4/+4
| | | | Notes: svn path=/head/; revision=141088
* update to 0.6.0.Hajimu UMEMOTO2005-07-303-5/+11
| | | | Notes: svn path=/head/; revision=140443