danj
1a27d7be47
Fix httpd config sample, problem reported by Vaelatern on #openbsd
...
ok sthen
2017-08-21 19:29:20 +00:00
jasper
6484e83498
switch to GH_*
...
this port could use some love as it's still broken with clang
2017-08-21 19:27:59 +00:00
naddy
e118edc8b4
bump for plist changes 6.1 -> 6.2
2017-08-21 19:25:52 +00:00
jasper
a65ea88b6f
switch to GH_*
2017-08-21 19:24:12 +00:00
jasper
69129ad797
zap dead HOMEPAGE/MASTER_SITES and add mirror
2017-08-21 18:49:30 +00:00
akoshibe
783f7e4069
Mininet creates a realistic virtual network, running real kernel, switch
...
and application code, on a single machine (VM, cloud or native), in
seconds, with a single command
Because you can easily interact with your network using the Mininet CLI
(and API), customize it, share it with others, or deploy it on real
hardware, Mininet is useful for development, teaching, and research.
This port is not connected to the build yet.
OK sthen@ jasper@ phessler@
2017-08-21 18:47:12 +00:00
jasper
454c508155
sync README with Makefile -r1.20
2017-08-21 18:42:08 +00:00
jasper
0885430c52
replace dead HOMEPAGE/MASTER_SITES with a backup mirror
2017-08-21 18:36:21 +00:00
jasper
3641f76af2
zap dead HOMEPAGE/MASTER_SITES
2017-08-21 18:34:04 +00:00
jasper
cb35bad158
- update to fuse-zip-0.4.2
...
- switch to bitbucket
2017-08-21 17:58:12 +00:00
rsadowski
2882aebbf9
fix clang build
...
ok pascal@
2017-08-21 17:57:01 +00:00
rsadowski
460f215a08
fix clang build
...
REVISION bump tweak and ok pascal@
2017-08-21 17:55:37 +00:00
jca
91b087c1c1
Tweak diff to build link-grammar with or without xlocale support.
...
Thanks tb@ for testing on a non-xlocale system.
2017-08-21 16:46:29 +00:00
visa
534c236f47
Unbreak build on mips64. It is affected by the same compiler bug
...
as mips64el.
2017-08-21 15:52:14 +00:00
jca
9b67b3d72a
+dosfstools
2017-08-21 14:47:21 +00:00
jca
4a6cba6fae
Import dosfstools-4.1, a bunch of tools for FAT file systems
...
From Donovan Watteau (maintainer), ok fcambus@
pkg/DESCR:
dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel
to create, check and label file systems of the FAT family.
2017-08-21 14:43:23 +00:00
ajacoutot
d8b17fbfcc
I am an idiot and I should stop committing anything else today...
2017-08-21 14:33:54 +00:00
ajacoutot
8f7b466291
Forgot in previous.
2017-08-21 13:52:45 +00:00
visa
d63e8163a7
Fix GOT overflow on mips64.
...
OK jasper@
2017-08-21 13:49:41 +00:00
ajacoutot
08a0e4a933
Man this is not my day...
2017-08-21 13:48:51 +00:00
fcambus
d8c56d0985
Update dialog to 1.3-20170509.
...
Notable changes:
- Regenerate WANTLIB
- Fix broken URL for the FTP mirror
OK jca@
2017-08-21 12:23:04 +00:00
ajacoutot
59d5c2d3ed
Add a comment to explain why we want to explicitely set DISTNAME.
2017-08-21 09:40:26 +00:00
ajacoutot
df864a52b4
Unfuck PKGNAME.
2017-08-21 09:38:52 +00:00
espie
5690c3546f
centralize arch compiler support so we cant teach COMPILER to
...
set ONLY_FOR_ARCHS
2017-08-21 09:12:47 +00:00
espie
1f0907b562
even though those names shouldn't be strange, doesn't hurt to protect against
...
-something names.
2017-08-21 09:10:52 +00:00
ajacoutot
50685039f6
Have DISTNAME match GH_PROJECT; hopefully this will fix the double entry in
...
portroach.
2017-08-21 08:57:25 +00:00
jca
f0d8efcc0f
Update to a newer release which does builds with clang.
...
- now depends on boost and minisat
- ships with a shared library and a python3 module
- new cmake build system
- set COMPILER = gcc, a c++11 compiler is needed (but there's a link
problem against boost with lang/gcc on amd64)
2017-08-21 07:03:10 +00:00
jasper
2fc93d44ae
- remove unneeded VERSION and PKGNAME
...
- spacing nits
2017-08-21 05:56:13 +00:00
jsg
81beae5e9d
Build combined images for Allwinner A64/H5 that include
...
atf/spl/uboot/dtbs without requiring the closed boot0 from Allwinner.
feedback from patrick@, ok kettenis@ on an earlier version
2017-08-21 02:32:58 +00:00
jsg
66332e4310
+atf-allwinner
2017-08-21 02:22:01 +00:00
jsg
2498065e0c
Import ARM Trusted Firmware for Allwinner A64/H5.
...
ok kettenis@ patrick@
2017-08-21 02:19:59 +00:00
danj
5ba8a1c7fb
Update to haproxy-1.7.9
...
From ChangeLog: BUG/MAJOR: http: Fix possible infinity loop in
http_sync_(req|res)_state
2017-08-21 01:32:19 +00:00
kili
a432b80c90
Switch to c++-11 to make it possible to update print/poppler.
...
Should have no ill effects on archs with clang in base, and I did
some light testing before the switch of amd64 and i386 to clang
(when both COMPILER_LIBCXX and LIBCXX were used) without hitting
any problem.
Tentative ok from edd@, a long time ago.
2017-08-20 23:57:19 +00:00
kettenis
158647c598
+arm-trusted-firmware
2017-08-20 21:33:32 +00:00
kettenis
86283dfce5
Import ARM Trusted Firmware 1.4
...
ok jsg@, patrick@
2017-08-20 21:32:07 +00:00
jca
d7d6ed1300
Update to latest git master.
...
Built with cmake, installs minisat libraries (needed for a devel/stp
update). Discussed with jasper@ at t2k17.
2017-08-20 16:39:44 +00:00
ajacoutot
be05572271
Update to latexila-3.24.3.
2017-08-20 14:28:58 +00:00
jasper
c5b373c565
update to barman-2.2
2017-08-20 14:25:32 +00:00
jca
c856054a54
regen patch
2017-08-20 11:52:38 +00:00
jasper
516ea74851
add missing RDEPs
2017-08-20 11:07:15 +00:00
jasper
ef51deec12
update to iozone-3.465
2017-08-20 10:26:27 +00:00
jasper
194c564c5a
update to liblo-0.29
2017-08-20 10:24:00 +00:00
jasper
509aac246c
update to rspamd-1.6.3
...
from "Akai"
2017-08-20 10:11:14 +00:00
ajacoutot
925789ffb0
Update to sysclean-2.4.
...
from semarie (maintainer)
2017-08-20 08:18:55 +00:00
ajacoutot
7215c7a1a2
Update to pure-ftpd-1.0.46.
...
from Brad (maintainer)
2017-08-20 07:54:01 +00:00
ajacoutot
d2e1ee2cf3
Update to py-cairo-1.15.1.
2017-08-20 07:39:43 +00:00
kili
cb9ae6e75b
Add missing dependency (textproc/libical), bump,
...
adjust wantlib (also removing lzo2).
ok danj@ (maintainer).
2017-08-19 23:55:56 +00:00
rpointel
e51af2d087
relink to the build:MODJAVA_VER = 1.7+
2017-08-19 18:42:19 +00:00
ajacoutot
35c15b9cc5
Update to gdk-pixbuf-2.36.9.
2017-08-19 18:40:03 +00:00
ajacoutot
b43e20a2a5
Update to pango-1.40.11.
2017-08-19 13:54:38 +00:00