espie
085c9d7ec5
switch to termios, add missing code (set_cbreak).
...
also switch from select to poll, as the select code won't work past fd #32...
2013-12-08 15:09:15 +00:00
jsing
575dd6134b
Add missing PLIST entries for lang/go 1.2.
...
Spotted by David Hill.
ok sthen@
2013-12-08 15:09:15 +00:00
ajacoutot
b47f4ff281
Update to nemiver-0.9.5 (still BROKEN because of threads).
2013-12-08 15:06:34 +00:00
espie
93070ca646
fix bogus conflict markers, allow update past the split by making sure
...
the conflict matches the last package before the split.
2013-12-08 15:02:01 +00:00
bentley
f330f989cd
Security update to openttd-1.3.3.
...
Fixes CVE-2013-6411:
Denial of service (server) using forcefully crashed aircrafts
https://security.openttd.org/en/CVE-2013-6411
Full changelog at:
http://us.binaries.openttd.org/binaries/releases/1.3.3/changelog.txt
ok sthen@
2013-12-08 14:58:32 +00:00
jasper
326b989c1e
missed in previous; honor CC/CFLAGS.
2013-12-08 13:23:47 +00:00
jasper
189cb89aea
update to smlnj-110.76
2013-12-08 13:15:39 +00:00
espie
998eb7353d
slightly better comment
2013-12-08 12:35:32 +00:00
espie
6b6287aaae
full name instead of stem, makes more sense
2013-12-08 12:33:46 +00:00
espie
1415ff2034
byebye
2013-12-08 12:22:49 +00:00
espie
e849943d12
absorb slib-guile
2013-12-08 12:21:09 +00:00
espie
0e46d70b3a
add an interface to distinguish old software that got scraped from
...
temporary "can't find updates" issues.
2013-12-08 12:03:14 +00:00
espie
e813f80cf1
gc slib-guile
2013-12-08 11:24:08 +00:00
espie
ce444c27a6
tweak things a bit more, as this didn't build correctly.
...
The guile change means the slib-guile thingy is obsolete
(and didn't quite work anyways)
2013-12-08 11:23:47 +00:00
ajacoutot
a74a1ab280
Fix a crash in IRC; from upstream.
2013-12-08 10:44:55 +00:00
ajacoutot
60db4aa9d8
Don't crash if no message has been provided; from upstream
...
ok jasper@ (maintainer)
2013-12-08 10:43:57 +00:00
ajacoutot
3130580855
Fix a crash; from upstream.
...
ok jasper@
2013-12-08 10:43:21 +00:00
ajacoutot
167e29fda3
Fix a mem leak and undefined behaviour; from upstream.
2013-12-08 10:42:34 +00:00
pascal
9a5c409085
Make sure the include directory of the internal xmlrpc-c is included before
...
${LOCALBASE}/include to prevent incompatibilities with the package in case it
happens to be installed.
ok jca@
2013-12-08 10:22:47 +00:00
ajacoutot
72e1ffed67
Update to gnutls-3.2.7.
2013-12-08 08:31:45 +00:00
landry
81537ec25d
Remove leftover BDEP on the now-disappeared xul 1.9 (spotted by nigel@)
2013-12-08 08:01:00 +00:00
bcallah
6d03321048
Update Livestreamer to 1.7.1
...
Adds a FilmOn TV plugin, as well as various bugfixes.
2013-12-08 05:26:19 +00:00
jca
86ec3576a9
Don't needlessly include sgtty.h. "looks fine" naddy@
2013-12-07 23:47:18 +00:00
yasuoka
efbbfdea1d
Fix to work and build with emacs-24.3.
...
- Add patches/patch-src-util_anthy_el to use `last-command-event'
instead of `last-command-char' which is removed at emacs-24.3.
- Remove leim-list.elc from PLIST since emacs-24.3 doesn't create .elc
for leim-list.el.
And merge PFRAG.shared-main into PLIST-main.
ok jca (for first diff)
ok sthen
2013-12-07 23:42:04 +00:00
jca
3fc9adbcf7
Unconditionally remove all references to sys/timeb.h. The code doesn't
...
attempt to use the obsolete struct timeb / ftime anyway. ok naddy@
2013-12-07 23:28:39 +00:00
jca
845964646c
Kill mshell. Old, crufty, and hopefully unused. ok tobiasu@ naddy@
2013-12-07 23:13:41 +00:00
jca
35c5022974
-mshell
2013-12-07 23:11:46 +00:00
jca
973a523b4d
Detect termios.h and use tcgetattr/tcsetattr instead of sgtty.h and
...
ioctl's. Compat defines for other systems still using termio.h.
ok naddy@
2013-12-07 22:37:14 +00:00
naddy
b3f6edaf5c
remove unnecessary include of sys/timeb.h
2013-12-07 22:36:55 +00:00
naddy
e568624855
* Don't include <sys/timeb.h>, but provide the required definition of
...
struct timeb.
* Don't patch away the SDL header subdirectory and then add it back
to the include path.
* Sync WANTLIB.
ok jca@
2013-12-07 22:35:29 +00:00
naddy
cc41501c16
remove unnecessary include of sys/timeb.h
2013-12-07 22:25:31 +00:00
naddy
1e3a09bfcf
do not include sys/time.h in the included copy of lpsolve
2013-12-07 20:43:00 +00:00
brad
f9406e8bf4
Don't pick up libquadmath if it happens to be installed resulting in a "hidden"
...
dependency.
ok naddy@
2013-12-07 19:59:13 +00:00
naddy
1b01d564f5
Remove parse. Old cruft, doesn't seem to work on LP64, the port
...
hasn't been touched in its 13-year existence except for mechanical
changes. ok jca@, lteo@
2013-12-07 19:55:34 +00:00
robert
8b795f1e6f
move libjvmaccesslo.so and libjvmfwklo.so to -main and build
...
stub libraries if no_java is being used so that the plist
can pick them up in -main
2013-12-07 19:42:40 +00:00
bcallah
f950f63b65
Update newLISP to 10.5.4 - drop unresponsive MAINTAINER.
...
ok abieber@ jturner@
2013-12-07 19:35:22 +00:00
ajacoutot
1d663b080c
GDBusObjectManagerClient: keep the manager alive while firing signals
...
(from upstream).
2013-12-07 18:42:54 +00:00
espie
fe87b98440
preliminary scaffolding to handle tests: create specific task types
...
for dependencies and for running tests.
fix PortInfo to know whether tests are required.
Amend PortBuilder to be able to launch tests.
(there are pieces missing in the engine, like a secondary queue with forced
affinity to run actual tests, and the portbuilder code is very incomplete
and needs love)
2013-12-07 16:03:03 +00:00
espie
4283ce26aa
work-around quote protected MASTER_SITES...
...
brad and sthen didn't test thoroughly, so I get to pick up the broken pieces...
2013-12-07 15:45:15 +00:00
espie
5e698a1f18
fix initial size match for DIST_SUBDIRS
2013-12-07 15:41:47 +00:00
landry
68da46549c
Remove devel/xulrunner/1.9, www/fennec, www/firefox36 and productivity/sunbird
...
- nothing uses xulrunner 1.9 anymore, and that branch was EOL'd upstream
20 months ago (firefox36 was already unlinked from the build)
- www/fennec as a xul app is dead upstream, since now firefox mobile is
built on top of java android libs and thus unportable to regular OS.
The esr10 branch from which it was built upon was EOL'd upstream 10 months ago
- productivity/sunbird as a standalone app is dead upstream since 3
years, hypothetical users should just use thunderbird+lightning which
is still supported/developed.
No complains from ports@, this will allow for a serious mozilla ports
cleanup, and we're down to 5 mozillas in the ports tree.
2013-12-07 12:50:15 +00:00
edd
f0a1059c7e
Remove lpsolve's dependency upon <sys/timeb.h>.
...
Looks like I already patched away libcompat.a last year.
OK naddy@
2013-12-07 12:04:55 +00:00
landry
9848b53352
Remove the -browser subpackage.
...
It's broken at runtime anyway since the switch from xul 1.8 to 1.9 three
years ago, is now the last user of xul 1.9, and noone is probably using
an eclipse from 2007 to do "serious" java development. Lots of cursing
involved to find the correct magic to properly disable the building of
swt-mozilla-gtk.
Discussed with kurt@ (MAINTAINER)
2013-12-07 12:03:27 +00:00
sthen
4eef3dbb4f
update to squid 3.4.0.3
2013-12-07 10:47:29 +00:00
sthen
0ab0266ef4
update to squid 3.3.11
2013-12-07 10:47:20 +00:00
brad
dc5f6f6c36
- Fix the test target since the switch from GNU autoconf/make to CMake
...
- Add the scan-build man page
- Correct the capitalization of Clang in DESCR
ok sthen@
2013-12-07 10:30:39 +00:00
brad
9fc41a046a
Upgrade to ircd-hybrid 8.1.11.
...
ok sthen@
2013-12-07 10:29:03 +00:00
ajacoutot
0dc6f7aae1
Disable the cairo PNG export option from the GUI (it mangles text); PNG
...
export can still be done using the pixbuf exporter; req. by deraadt@
The whole cairo exporter is not disabled since the other exporters (SVG,
PDF) work fine.
While here, clean up the port a bit.
2013-12-07 09:18:36 +00:00
ajacoutot
f81ccdca15
Add audio/libcanberra,-gtk to RUN_DEPENDS-main; we already depend on the main
...
and gtk+3 canberra libs anyway and this prevents a warning when starting
gtk+2 apps.
2013-12-07 08:04:25 +00:00
fgsch
ac666779e9
Update to blinker 1.3.
2013-12-07 00:15:26 +00:00