Dmitry Marakasov
265b94cbd9
- Turn BROKEN into ONLY_FOR_ARCHS
2013-12-21 12:55:29 +00:00
Dirk Meyer
4132656f31
- use STAGEDIR
2013-12-21 12:53:25 +00:00
Dmitry Marakasov
5beec96978
- Bump PORTREVISIONs after DOS2UNIX fixes as package contents have been changed
...
Suggested by: mat
2013-12-21 12:53:21 +00:00
Steve Wills
ad7e378e5a
- Update to 0.10.10
2013-12-21 12:52:58 +00:00
Pawel Pekala
8c52780491
- Fix build on -current
...
- Support desktop-file-utils
- Strip textroom binary
PR: ports/184893
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-21 11:19:14 +00:00
William Grzybowski
3a47cac6bf
devel/py-zsi: allow staging and minor fixes
...
- Allow staging
- Switch from easy_install to install
- Remove leading article from COMMENT
- Remove now useless NOPORTDOCS NOPORTEXAMPLES
- Use python auto plist
2013-12-21 11:03:03 +00:00
William Grzybowski
c2fe7dd7f3
www/xist: allow staging and minor changes
...
- Allow staging
- Switch from easy_install to install
- Add LICENSE (MIT)
- Use auto plist
- Take it under python@
2013-12-21 10:39:29 +00:00
William Grzybowski
e8c7d09939
www/py-textile: switch from easy_install and allow staging
2013-12-21 10:27:33 +00:00
Jun Kuriyama
ede4b9949e
- Upgrade to 0.5.2.
2013-12-21 10:09:12 +00:00
Dirk Meyer
230fad1027
- reset owner/group
2013-12-21 09:49:53 +00:00
Kubilay Kocak
a1214fd74a
devel/libffi: Fix abort() on ARM related to __clear_cache()
...
The current FreeBSD/ARM __clear_cache() implementation does nothing #if
__i386__ || __x86_64__ #else abort();
cognet@ advises this is an issue for anything !Apple that is using the
libcompiler_rt provided by Clang on ARM, and requires upstreaming.
Additionally, two Python ports (python26 and python31) use devel/libffi for
unrelated reasons, so this addresses the related PR for those ports too [2].
- Enable STAGE support
- Remove MAN* entries and update pkg-plist accordingly
- Add LICENSE
- Sort USE/USES section
- Use install-strip as the INSTALL_TARGET
PR: ports/149167
PR: ports/184517 [2]
Approved by: maintainer timeout (2 weeks)
2013-12-21 05:22:05 +00:00
Eitan Adler
f25e7bd095
misc/hotkeys: Fix build
...
The build requires two additional libraries: Xft and pangoxft
2013-12-21 04:39:52 +00:00
Dmitry Marakasov
7383ca2706
- Support staging
...
- Fix DOS2UNIX to not corrupt unrelated files
2013-12-21 01:14:09 +00:00
Dmitry Marakasov
5ec2e54d7c
- Support staging
...
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
- Fix DOS2UNIX to not corrupt unrelated files
2013-12-21 01:13:22 +00:00
Pawel Pekala
d68b9eb102
- Fix build with clang
...
- Add LICENSE, desktop entry file
- Support staging
PR: ports/184891
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-21 01:05:38 +00:00
Dmitry Marakasov
f668431c90
- Support staging
...
- Fix build on 10.x
- Drop maintainership
2013-12-21 00:58:05 +00:00
Baptiste Daroussin
a921c711a6
Update to 5.0.4
2013-12-21 00:53:44 +00:00
Dmitry Marakasov
2d7392d2d7
- Support staging
...
- Fix build on 10.x
2013-12-21 00:43:38 +00:00
Dmitry Marakasov
17fae564aa
- Support staging
...
- Convert USE_GMAKE to USES
2013-12-21 00:36:41 +00:00
Dmitry Marakasov
2b39a38e68
Now when it builds on 10.x, drop maintainership
2013-12-21 00:28:51 +00:00
Florian Smeets
ec2f641762
Don't use the LATEST link. This fixes the issue that these ports became
...
unfetchable after every upstream update.
2013-12-21 00:25:08 +00:00
Vsevolod Stakhov
ed20ea7c24
- Fix build with the recent clang/gcc [1]
...
- Support staging
PR: 185042 [1]
Submitted by: Christoph Moench-Tegeder <cmt at burggraben.net> [1]
Approved by: maintainer [1]
2013-12-21 00:17:40 +00:00
Grzegorz Blach
350cd8c215
- Update to 3.1.26
2013-12-20 23:53:29 +00:00
Dmitry Marakasov
b7f413ebeb
- Support staging
...
- Fix segfault when built with clang
2013-12-20 23:32:26 +00:00
Pawel Pekala
1a24dea34b
- Respect CXX
...
- Install desktop entry file
- Support staging
PR: ports/184890
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 23:32:15 +00:00
Danilo Egea Gondolfo
08753541fb
- Update from 1.4.2 to 1.4.3
...
PR: ports/185048
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2013-12-20 23:21:05 +00:00
Baptiste Daroussin
6a2d5db265
Stop registering recursively dependencies into package with pkgng
...
pkg has a naive solver but good enough to properly order the dependencies
and not get into a missed dependency
pkg register is also able to figure out by itself lib_depends magically
added during the compilation.
2013-12-20 23:05:35 +00:00
Chris Rees
5e4bfc494d
Update Baresip to 0.4.8, and the supporting re and rem libraries
...
to their latest versions
Several new modules, however some will no longer work after changes to the
core code; a best effort has been made to investigate and mark such broken
modules.
2013-12-20 22:55:35 +00:00
Lars Engels
9dac8da69c
- Fix install with SQLITE enabled
...
- Bump PORTREVISION
Noticed by: Jakub Lach <jakub_lach@mailplus.pl>
2013-12-20 22:33:05 +00:00
Niclas Zeising
1d45334d44
Fix fontdir handling to work properly.
...
Fix the name of mkfontdir and use correct paths.
2013-12-20 22:26:13 +00:00
Dmitry Marakasov
85a0230c9c
- Update to 2.0.3
2013-12-20 21:55:52 +00:00
Thierry Thomas
b5f1a42cbc
- Upgrade to 1.11
...
Changelog at <http://tt-rss.org/redmine/versions/97 >
- Support options and stage.
2013-12-20 21:55:01 +00:00
Chris Rees
e68779272f
Update to 0.18.5
...
Musicpd has been rewritten in c++, and now unfortunately requires a
modern gcc to build.
While here, remove duplicate LICENSE line pointed out by danfe...
2013-12-20 21:49:30 +00:00
Pawel Pekala
e84b487db1
- Fix build with clang
...
- Add LICENSE
- Define OPTIONS, use options subs and helpers
- Support staging
PR: ports/184889
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 21:48:14 +00:00
Koop Mast
371438e01a
Enable explicit depends, this will record X depends in gdk-2.0.pc. This
...
should fix the build of ports that use X libraries but don't explicitly depend
on X libraries.
2013-12-20 21:17:13 +00:00
Pawel Pekala
b4d289c841
- Fix build with clang
...
- Add LICENSE
- Support staging
- Reformat pkg-descr
PR: ports/184888
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 21:03:26 +00:00
Pawel Pekala
23fb0bcf75
- Fix build with clang
...
- Add LICENSE
PR: ports/184887
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 20:50:14 +00:00
Rene Ladan
2d6594220d
Remove expired port and fix INDEX:
...
2013-12-19 net/freeswitch: Depends on expired net/freeswitch-core
2013-12-20 20:19:09 +00:00
Adam Weinberger
a79001505e
Fix staging as non-root.
...
Submitted by: Anton Yuzhaninov <citrin@citrin.ru>
While I'm here, convert bash selection to OPTIONS.
2013-12-20 20:00:54 +00:00
Juergen Lock
e1bf909131
Spell NOTIFY gtk20 dependency as NOTIFY_USE= GNOME=gtk20.
...
PR: ports/184614
Submitted by: kwm (via irc earlier)
2013-12-20 19:55:29 +00:00
Steve Wills
5d4d000fc0
- Set ownership on config.ru file
...
Reported by: mat
2013-12-20 19:44:35 +00:00
Pawel Pekala
669eb39827
- Respect CXX/CXXFLAGS
...
- Add desktop entry file
PR: ports/184883
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 19:43:05 +00:00
Pawel Pekala
cfde8ed625
- Respect CC/CFLAGS
...
- Add LICENSE
- Support staging
PR: ports/184882
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 19:31:11 +00:00
Pawel Pekala
e3e9508087
- Respect CC
...
- Add LICENSE
- Support staging
PR: ports/184881
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 19:25:49 +00:00
Pawel Pekala
0a7dddb500
- Fix build with clang
...
- Switch to PLIST_FILES
- Support staging
PR: ports/184880
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 19:18:18 +00:00
William Grzybowski
857927137f
www/py-formencode: switch from easy_install
...
- Switch from easy_install to install
- Allow staging
- Use python auto plist
- Take maintainership
2013-12-20 19:12:56 +00:00
Pawel Pekala
04f27771e7
Fix build with clang
...
PR: ports/184878
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 19:09:05 +00:00
Rene Ladan
97f8402e5f
Remove expired ports:
...
2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month
2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools
2013-11-18 devel/mono-tools: Broken for more than 6 month
2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron
2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month
2013-11-18 net/freeswitch-core: Broken for more than 6 month
2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core
2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core
2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
2013-12-20 19:02:51 +00:00
Jason Helfman
3417c8c5eb
- update to 5.43 [1]
...
- convert to new lib_depends format
- convert to staging (thanks bapt@!)
PR: 184940 [1]
Submitted by: umeno@rr.iij4u.or.jp [1]
2013-12-20 19:01:37 +00:00
Pawel Pekala
8bca8e1875
Respect CC/CFLAGS
...
PR: ports/184877
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 18:57:13 +00:00