aboutsummaryrefslogtreecommitdiff
path: root/textproc/scim
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of gnomehierBaptiste Daroussin2014-12-221-2/+2
| | | | Notes: svn path=/head/; revision=375281
* textproc/scim:Tijl Coosemans2014-08-312-22/+11
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366755
* With gtk 2.4.22, immodule cache has moved from gtk.immodules toAntoine Brodin2014-01-041-2/+2
| | | | | | | | | | | | immodules.cache. gtk-query-immodules-2.0 has a new option, --update-cache that does what we want too. Use this new option. While here, add stage support to non slave ports Reviewed by: kwm (immodules part) Notes: svn path=/head/; revision=338683
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331274
* - Fix linker problem by removing libtool dependency. The combination ofTijl Coosemans2013-10-224-32/+42
| | | | | | | | | | | | | | | | | | | | | USE_AUTOTOOLS, USE_GCC and C++ is broken because /usr/local/bin/libtool has hardcoded the linker it was built with. So on FreeBSD 10 it tries to link gcc compiled C++ code with clang which does not work. - Remove USE_GCC and fix build with clang with two new patches. [1] - Fix build with libc++ by removing -lstdc++ from linker flags. The compiler automatically adds the right runtime library. - Add LICENSE. - Convert gnomehack to pathfix. - Remove references to PTHREAD_LIBS and PTHREAD_CFLAGS. - Support staging. - Remove an old patch that's no longer needed. PR: ports/164618 [1] Submitted by: Paul Ambrose <ambrosehua@gmail.com> [1] Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=331255
* 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
* - Fix build after iconv change [1]Guido Falsi2013-09-131-1/+1
| | | | | | | | | | | | | | | | - Fix build with clang/libc++ ([2] for graphics/ipe) While here for databases/spatialite: - Trim Makefile headers - Remove check for unsupported FreeBSD versions Submitted by: marino [1] Reported by: swills, antoine [1] Submitted by: bsam [2] Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327168
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-7/+2
| | | | | | | | | (needed for detection of gtk) Obtained from: portmgr (bapt) Notes: svn path=/head/; revision=326221
* - Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstallAntoine Brodin2013-06-172-3/+3
| | | | | | | | | | | | | | | | with pkg - Consistently use full path when running gtk-query-immodules as the path is embedded in output (we prefer reproducible output) This fixes leftovers reported by poudriere ====>> Files or directories modified: etc/gtk-2.0/gtk.immodules PR: ports/179230 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=321140
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* remove trailing spaces in plistBaptiste Daroussin2012-08-211-10/+10
| | | | | | | | | PR: ports/168840 Submitted by: bapt Approved by: maintainer timeout (>2 months) Notes: svn path=/head/; revision=302856
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove comments and optional dependencies for ports which areDoug Barton2011-11-011-1/+0
| | | | | | | about to be removed. Notes: svn path=/head/; revision=284872
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* Update pkg-plist with newly added locale files.David Thiel2011-07-231-0/+15
| | | | | | | Submitted by: Pav Notes: svn path=/head/; revision=278190
* Update to 1.4.9.David Thiel2011-07-203-12/+11
| | | | Notes: svn path=/head/; revision=278046
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - 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 pkg-message to list all available SCIM methods/modules/engines.David Thiel2010-02-081-14/+56
| | | | | | | | PR: ports/143619 Submitted by: Nikola Lecic Notes: svn path=/head/; revision=249446
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix scim-helper-manager segfaults.David Thiel2009-05-241-4/+4
| | | | | | | Submitted by: Takahashi Yoshihiro <nyan@FreeBSD.org> Notes: svn path=/head/; revision=234469
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209683
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* Update distinfo. Distfile was re-rolled with updated documentation, noDavid Thiel2007-06-301-3/+3
| | | | | | | code changes. Notes: svn path=/head/; revision=194501
* Update to 1.4.7.David Thiel2007-06-263-11/+8
| | | | Notes: svn path=/head/; revision=194315
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-8/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Taking maintainership.David Thiel2007-04-291-1/+1
| | | | | | | Approved by: edwin (mentor) Notes: svn path=/head/; revision=191086
* Update to 1.4.6, a bugfix release.David Thiel2007-04-295-49/+26
| | | | | | | Approved by: edwin (mentor) Notes: svn path=/head/; revision=191083
* Update to 1.4.5.Hajimu UMEMOTO2007-03-303-5/+7
| | | | Notes: svn path=/head/; revision=188827
* Reset gaoj@cpsc.ucalgary.ca due to maintainer-timeouts and no response to email.Mark Linimon2007-03-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=187357
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-3/+11
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162216
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+29
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - update to 1.4.4Cheng-Lung Sung2006-02-112-5/+4
| | | | | | | | PR: 93147 Submitted by: maintainer (Jie Gao) Notes: svn path=/head/; revision=155705
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* 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
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* SCIM updated to 1.4.2.Norikatsu Shigemura2005-10-153-6/+7
| | | | | | | | | | | | | 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
* o Update to 1.4.0.Norikatsu Shigemura2005-07-303-23/+38
| | | | | | | | | | o Chase bump libversion to slave ports . PR: ports/84247 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) Notes: svn path=/head/; revision=140439
* o UpdateNorikatsu Shigemura2005-05-103-6/+7
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=134995