aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/scim-canna
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | japanese)
* Add an explicit dependency on pkgconfantoine2013-09-141-7/+2
| | | | Approved by: portmgr (bapt)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Reassign nork@ ports to the heaptabthorpe2012-08-161-1/+1
| | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Update dependency.hrs2008-10-271-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Fix typo: USE_X_LIB --> USE_XLIBnork2007-09-021-2/+2
| | | | Reported by: infofarmer
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* o Bump PORTREVISION by updating scim. [1]nork2007-05-021-11/+2
| | | | | | o Remove old and unusable support codes. Spotted by: ume [1]
* Fix plist after upgrading scim to 1.4.5.ume2007-03-312-9/+7
| | | | | | scim-1.4.5 appended its version to the moduledir in scim.pc. Approved by: nork
* Use libtool15 port instead of included version to avoid objformat a.out botchkris2007-02-101-0/+1
|
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-2/+2
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Conversion to a single libtool environment.ade2006-02-232-2/+6
| | | | Approved by: portmgr (kris)
* Update to 1.0.0.nork2006-02-113-25/+6
| | | | Submitted by: TAKANO Yuji <takachan@running-dog.net>
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Fix build error.nork2005-12-291-0/+19
| | | | | | PR: ports/91014 Reported by: Byung-Hee HWANG <bh@izb.knu.ac.kr> Obtained from: japanese/scim-anthy
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* SCIM updated to 1.4.2.nork2005-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]
* Update to 0.1.3.nork2005-10-093-4/+6
| | | | Pointed out by: ume
* Update to 0.1.1.nork2005-07-302-5/+5
| | | | Pointed out by: ume
* o Update to 1.4.0.nork2005-07-301-1/+1
| | | | | | | o Chase bump libversion to slave ports . PR: ports/84247 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer)
* Update to 0.1.0.nork2005-07-162-5/+6
|
* o Updatenork2005-05-101-0/+1
| | | | | | | | | ports/textproc/scim 1.2.0 --> 1.2.2 ports/textproc/skim 1.2.0 --> 1.2.2 o Chase scim's library bump. PR: ports/80848 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer)
* Add scim-canna 0.0.0, is the SCIM IMEngine module using the Cannanork2005-04-035-0/+65
input method. Obtained from: japanese/scim-anthy port I was cheated by: ume