aboutsummaryrefslogtreecommitdiff
path: root/japanese/tomoe
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove optional dependency on pygtk2Antoine Brodin2020-02-192-16/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=526531
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-1/+1
| | | | Notes: svn path=/head/; revision=517643
* Add missing USES={gnome,php,sdl} to the restTobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517072
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Use OPTIONS helpers.Hajimu UMEMOTO2015-11-121-18/+9
| | | | Notes: svn path=/head/; revision=401366
* 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
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-5/+0
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...Marcus von Appen2015-01-031-1/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376110
* Cleanup plistAntoine Brodin2014-11-121-13/+1
| | | | Notes: svn path=/head/; revision=372492
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* - Convert to USES=libtool.Tijl Coosemans2014-04-242-40/+12
| | | | | | | | | | - New LIB_DEPENDS syntax. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging. - japanese/tomoe: remove FreeBSD 6 support. Notes: svn path=/head/; revision=352038
* - Make Ruby binding optional and off by default.Hajimu UMEMOTO2014-03-302-12/+19
| | | | | | | | | | - Mark Ruby binding BROKEN as it doesn't detect rbobject.h correctly after gem version of ruby-glib2 was enforced. Spotted by: pkg-fallout Notes: svn path=/head/; revision=349650
* - Fix index after removal of ruby-gnome portsSteve Wills2014-03-241-2/+2
| | | | | | | | Reported by: many Pointyhat to: swills Notes: svn path=/head/; revision=349058
* use opt_USE OPTIONS helper.Hajimu UMEMOTO2013-10-191-10/+2
| | | | Notes: svn path=/head/; revision=330824
* - enable stage.Hajimu UMEMOTO2013-10-121-27/+6
| | | | | | | - use modern OPTIONS helper. Notes: svn path=/head/; revision=330183
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-3/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327410
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326183
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofBryan Drewery2013-05-101-1/+1
| | | | | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr Notes: svn path=/head/; revision=317757
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300219
* Convert to use new OPTIONS framework.Hajimu UMEMOTO2012-06-161-17/+18
| | | | Notes: svn path=/head/; revision=299416
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+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
* - Fix build with Ruby 1.9Steve Wills2011-08-112-4/+14
| | | | | | | | | PR: ports/159150 Submitted by: swills (me) Approved by: maintainer timeout (ume; >2 weeks) Notes: svn path=/head/; revision=279512
* - Mark broken with Ruby 1.9Steve Wills2011-08-061-0/+3
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=279034
* - Get Rid MD5 supportMartin Wilke2011-03-181-2/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* 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
* Unihan module is not buildable with GCC 4.2. So, disable UnihanHajimu UMEMOTO2007-10-151-2/+16
| | | | | | | | support by default on 7.X and later, and mark it as BROKEN with GCC 4.2 when Unihan is enabled. Notes: svn path=/head/; revision=201503
* Require pygtk2 to enable python support.Hajimu UMEMOTO2007-08-291-1/+2
| | | | Notes: svn path=/head/; revision=198498
* Require textproc/p5-XML-Parser for build.Hajimu UMEMOTO2007-08-201-2/+4
| | | | Notes: svn path=/head/; revision=197987
* Use LOCALBASE.Hajimu UMEMOTO2007-08-161-1/+1
| | | | Notes: svn path=/head/; revision=197817
* Update to 0.6.0.Hajimu UMEMOTO2007-08-165-57/+83
| | | | Notes: svn path=/head/; revision=197814
* Update to 0.5.1.Hajimu UMEMOTO2007-04-082-6/+6
| | | | Notes: svn path=/head/; revision=189499
* Try to fix build on sparc64 by disabling Unihan support.Hajimu UMEMOTO2007-01-201-2/+13
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=182862
* OPTIONS'fy to support Ruby based dictionary module, Hyper EstraierHajimu UMEMOTO2007-01-113-12/+85
| | | | | | | | dictionary module, MySQL dictionary module and Unihan database dictionary module. Notes: svn path=/head/; revision=182113
* Fix plist.Hajimu UMEMOTO2007-01-112-5/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=182102
* Update to 0.5.0.Hajimu UMEMOTO2007-01-064-19/+68
| | | | Notes: svn path=/head/; revision=181635
* Update to 0.4.0.Hajimu UMEMOTO2006-12-175-71/+69
| | | | Notes: svn path=/head/; revision=179998
* Fix devel/libytnef[1] and others[2] after libtool commit.Ade Lovett2006-02-241-1/+1
| | | | | | | | Submitted by: pointyhat[1] ume[2] Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156770
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* make it buildable on 4.x.Hajimu UMEMOTO2005-12-182-0/+58
| | | | Notes: svn path=/head/; revision=151508
* New port -- Tegaki Online MOji-ninshiki EngineHajimu UMEMOTO2005-12-183-0/+35
Notes: svn path=/head/; revision=151490