Baptiste Daroussin
0eae03bd38
Specify correctly @post* for gtk-query-immodules
2015-09-26 00:08:26 +00:00
Mathieu Arnold
bb271f0bf7
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
...
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412 ?
2015-08-19 13:29:59 +00:00
Tijl Coosemans
60945f0277
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
...
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)
2014-12-08 16:48:38 +00:00
Baptiste Daroussin
5ddf8517a5
Cleanup plist
2014-10-20 08:38:21 +00:00
Adam Weinberger
1c7521fb62
Correct all instances where OPTIONS_DEFINE was being overwritten
...
by multiple definitions.
2014-07-15 17:37:38 +00:00
Adam Weinberger
694152b3b3
Remove NOPORTDOCS.
2014-07-03 23:58:28 +00:00
Vanilla I. Shu
673717e30c
1: fix pkg-plist
...
2: fix build with qt4.
Submitted by: swills@ [1], kevlo@ [2]
2014-04-17 09:24:19 +00:00
Vanilla I. Shu
68879d01cf
Upgrade to 2.8.2.
2014-04-12 03:09:06 +00:00
Vanilla I. Shu
b4ebf09338
Make job safe.
...
PR: ports/188156
Submitted by: Jia-Shiun Li <jiashiun gmail com>
2014-04-11 02:38:41 +00:00
Baptiste Daroussin
c332985543
Reduce over inclusion of bsd.port.mk
2014-01-15 23:15:25 +00:00
Baptiste Daroussin
8dd86ac5c3
Remove color code from pkg-message this is terminal dependant
2014-01-06 23:37:33 +00:00
Antoine Brodin
8d23f98270
Mark as MAKE_JOBS_UNSAFE, it fails to link with MAKE_JOBS_NUMBER=8
...
cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o tslearn tslearn.o util.o gcin-conf.o pho-util.o tsin-util.o gcin-send.o pho-sym.o table-update.o locale.o gcin-settings.o gcin-common.o gcin-icon.o pho-dbg.o pho2pinyin.o pinyin.o lang.o gtab-list.o gtab-init.o fullchar.o gtab-tsin-fname.o unix-exec.o gtab-util.o -L./im-client -lgcin-im-client -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype -lX11 -lm
cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o sim2trad sim2trad.o util.o gcin2.so locale.o gcin-conf.o gcin-icon.o -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype -lX11 -lm
/usr/bin/ld: cannot find -lgcin-im-client
gmake[1]: *** [tslearn] Error 1
Reported by: redports
2014-01-05 07:36:04 +00:00
Antoine Brodin
7f55a2faa9
With gtk 2.4.22, immodule cache has moved from gtk.immodules to
...
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)
2014-01-04 23:27:58 +00:00
Adam Weinberger
3273972644
Convert chinese to MDOCS
2014-01-03 15:59:41 +00:00
Baptiste Daroussin
036f2c5ce6
In preparation for making libtool generate libraries with a sane name, fix all
...
LIB_DEPENDS in chinese
2013-12-11 14:58:29 +00:00
Dmitry Marakasov
a2105d9f79
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
...
Approved by: portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Baptiste Daroussin
f5750c6a0e
Add NO_STAGE all over the place in preparation for the staging support (cat: chinese)
2013-09-20 16:01:22 +00:00
Antoine Brodin
2d9b5a640b
Add an explicit dependency on pkgconf
...
Approved by: portmgr (bapt)
2013-09-15 12:27:30 +00:00
Antoine Brodin
82b690f55a
- Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstall
...
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)
2013-06-17 16:18:54 +00:00
Vanilla I. Shu
c08b524bd4
Upgrade to 2.8.0.
2013-02-19 08:23:46 +00:00
Vanilla I. Shu
29bc781796
fix build.
...
Obtained from: pointyhat@
2012-09-05 08:35:37 +00:00
Carlo Strub
db5e2bc177
Fix typos in COMMENT
...
Approved by: portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Vanilla I. Shu
31d85562a3
Upgrade to 2.7.8, and make portlint happy.
2012-07-16 03:08:56 +00:00
Martin Wilke
9c2f65e395
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
...
Review by: bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Vanilla I. Shu
d0d66a5481
Upgrade to 2.7.6.1.
2012-04-16 13:18:22 +00:00
Vanilla I. Shu
6edc6a3c27
Upgrade to 2.7.5.
...
Feature safe: yes
2012-03-15 15:32:12 +00:00
Vanilla I. Shu
f8a4b8671c
Upgrade to 2.7.4.
2012-02-25 15:07:21 +00:00
Vanilla I. Shu
3892ab366f
1: Upgrade to 2.7.3
...
2: take maintainer bit.
2012-02-11 14:26:51 +00:00
Vanilla I. Shu
1c75d59901
Fix pkg-plist.
...
Obtained from: pav@ via pointyhat
2012-02-09 00:34:00 +00:00
Vanilla I. Shu
6e92ed46c4
Add missing file to pkg-plist.
2012-02-04 11:41:38 +00:00
Vanilla I. Shu
78c0a332a7
1: Upgrade to 2.7.2.
...
2: better way to handle intcode-module.so.
2012-02-04 11:38:40 +00:00
Chin-San Huang
5be795392f
- Fix pkg-plist
2012-02-04 09:45:15 +00:00
Vanilla I. Shu
b063f07f7c
Upgrade to 2.7.1.
2012-01-31 12:52:37 +00:00
Kevin Lo
35eeedf42a
Fix typo
2012-01-31 08:30:57 +00:00
Kevin Lo
e6ce319bca
- Install missing man pages
...
- Bump PORTREVISION
2012-01-31 08:26:35 +00:00
Chin-San Huang
cdc7663c8b
- Remove unused patch
...
Noticed by: lwhsu@
2012-01-30 17:35:58 +00:00
Chin-San Huang
0fa6062a4a
- Update to 2.7.0
...
- Add CHEWING knob to enable Chewing IM module
- Limit to compile on FreeBSD 7.0+
- Fix japanese/anthy dependency
- Many thanks to the contributer: vanilla@
- Drop maintainership
Changelog: http://www.csie.nctu.edu.tw/~cp76/gcin/download/Changelog.html
2012-01-30 15:52:29 +00:00
Martin Wilke
e8f615fbc7
- Get rid FreeBSD 6.X support
2011-11-06 16:36:34 +00:00
Chin-San Huang
4007b0f2b0
- Update to 1.6.0
...
- Take maintainership
Changelog: http://www.csie.nctu.edu.tw/~cp76/gcin/download/Changelog.html
2011-03-23 14:36:25 +00:00
Chin-San Huang
4925e004bb
- Update to 1.5.9
...
- Fix mirror issue, also mv LOCAL/chinsan to LOCAL/chinsan/gcin for better category.
2011-03-05 07:05:47 +00:00
Chin-San Huang
30069130ae
- update to 1.5.8
...
- remove noseeing
- fix gcin-setup
- fix qt4 detecting problem (path)
- remove unused patch
- use 'xdg-open(1)' to opens a file or URL in the user's preferred application
2011-02-15 22:18:24 +00:00
Chin-San Huang
0bf2dd04e9
- Upgrade to 1.5.6
...
- Add LICENSE
2011-02-09 10:53:09 +00:00
Pav Lucistnik
0d077dc619
- Correct Latest link (I'm pretty sure no one is going to do 'pkg_add -r yes`)
2010-03-31 14:23:29 +00:00
Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Max Brazhnikov
6e124b0aa2
Fix QT4 option usage (in preparation for Qt-4.6.0 update)
...
Replace strip with ${STRIP_CMD} while here
2009-12-19 21:40:33 +00:00
Mark Linimon
9fb1ef4c3a
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
...
response to email.
Hat: portmgr
2009-08-28 17:37:26 +00:00
Dirk Meyer
eca78ec61b
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
...
Requested by: edwin
2009-07-31 13:57:52 +00:00
Chin-San Huang
d42aa35c7a
- Update to 1.4.5
2009-05-17 09:48:42 +00:00