2118 Commits

Author SHA1 Message Date
bluhm
d6316f0ccc Ship sorted build and run list with proper test names. Add a script
that converts the test results into a html document.  Ship the build
log so that compiler and linker errors can be reported.  Rework
installing the source files so that they are complete.  Install the
buildonly programs.  Copy source files and logs to result directory
for better reports.  Use colon consistently as separator in build
log.
2018-05-08 22:14:19 +00:00
bluhm
3a043ab7e8 Check error code of fork(2), otherwise test program might kill all
programs with pid == -1.
2018-05-08 22:13:36 +00:00
solene
a193c9015f Update zzuf-0.15
ok jca@
2018-05-03 11:02:57 +00:00
bluhm
b3a9d318d0 +posixtestsuite 2018-05-02 21:10:05 +00:00
bluhm
6e11cfaca0 import posixtestsuite 1.5.2
OK pirofti@

Comment:
open POSIX test suite

Description:
The Open POSIX Test Suite is a test suite for POSIX 2001 APIs, not
tied to specific implementations.  It provides conformance, functional,
and stress testing.  Initial focus is on Threads, Clocks & Timers,
Signals, Message Queues, and Semaphores.

To run POSIX test suite on a regular basis as a OpenBSD regression
test, compile the software as a port.  All files needed to run the
tests are installed as package.  The port specific tool posixtestsuite
creates a run time environment, runs the tests, and stores the
results in the current directory.
2018-05-02 21:06:46 +00:00
ajacoutot
365c491e97 Update to gramps-4.2.8. 2018-04-28 14:37:29 +00:00
bluhm
df57fc7ba0 Do not build html page in os-test run automatically. This should
be an extra step.  Rework generating and reading test lists, now
it is one item per line.  Move list creation from post-build to
pre-build.  Document how installed files work in package description.
2018-04-28 14:36:20 +00:00
landry
5bbd8023a5 Backport two commits from upstream git to fix/silence warnings on
all/all + all/allfiles unknown/deprecated mimetypes installed by
kdelibs4 (and maybe others).
Cf https://bugs.freedesktop.org/show_bug.cgi?id=16816

ok ajacoutot@
2018-04-28 14:02:17 +00:00
bluhm
5dfd7f7f64 Use sthen@'s mirror for the os-test distfile. gitlab generates tar
balls on-the-fly and the result changes from time to time.
OK sthen@
2018-04-24 16:27:06 +00:00
bcallah
1d750f17a8 Remove misc/xnc. Ancient software that hasn't seen an update since 2001.
ok bentley@ jca@
2018-04-16 00:33:10 +00:00
bcallah
6360cd4a93 -xnc 2018-04-16 00:32:24 +00:00
jasper
9afb35b755 fix build with clang6 2018-04-15 11:51:48 +00:00
rsadowski
90ef8ccd79 Bump after security/gpgme update 2018-04-14 10:14:04 +00:00
ajacoutot
42812bb1be LOCALBASE->TRUEPREFIX
ok sthen@
2018-04-13 15:46:47 +00:00
bluhm
dff03858ba +os-test 2018-04-13 15:40:38 +00:00
bluhm
3b7d533809 import os-test 0.000041
OK sthen@

Prepare to run os-test on a regular basis as a OpenBSD regression
test by providing the software as a port.  As it was not designed
to be installed as a package, implement the runtime environment in
do-install.  The port specific tool os-test uses the installed files
from /usr/local to run the tests and creates the html output in the
current directory.

Comment:
test suites for POSIX operating systems

Description:
os-test is a set of test suites for POSIX operating systems designed
to make it easy to compare differences between operating systems
and to find operating system bugs.  It consists of test suites that
focus on different operating system areas.
2018-04-13 15:38:15 +00:00
jasper
fb63648b59 fix build with clang6; from freebsd 2018-04-09 18:07:24 +00:00
sebastia
aa2b88aa0a Update to 1.2.1, fixing a problem for me with toc2cue as well as other problems
just reported to ports@

OK sthen@
2018-03-07 22:38:05 +00:00
sthen
a03b57dc37 Update to memcached-1.5.6. Upstream now stops listening to UDP by default so
remove the extra bit from the rc.d script and tweak pkg-readme. Also listen
to IPv6 localhost suggested by jca. ok giovanni@
2018-03-03 13:39:18 +00:00
kn
95b23ab1f7 Switch from autogenerated github tarballs to stable release ones.
Use the now prebuilt configure script and drop AUTO_*.

ok sthen
2018-02-27 23:55:31 +00:00
sthen
555aa8d2a3 additionally switch memcached default to disabling the UDP socket,
which should also become the default in the next upstream version.

suggested by memcached project maintainer Dormando, ok giovanni@
2018-02-27 10:50:02 +00:00
sthen
2778eba499 Switch memcached's default command line to restrict to localhost and show
how to remove this in the pkg-readme file if needed.

Upstream wiki says "Memcached does not spend much, if any, effort in
ensuring its defensibility from random internet connections. So you
must not expose memcached directly to the internet, or otherwise any
untrusted users. Using SASL authentication here helps, but should not be
totally trusted."

memcached normally listens to both TCP and UDP. In particular the UDP
means that unfirewalled instances are a big DoS amplification risk.

ok giovanni@ (maintainer) kili@ jca@
2018-02-26 19:49:02 +00:00
kirby
9618efe35a fix MASTER_SITES 2018-02-22 08:49:54 +00:00
rsadowski
129952a549 Remove MAINTAINER per their request 2018-02-05 06:30:21 +00:00
jsg
9a190ffe23 Now that arm has switched to clang the base compiler has atomic builtins
and accepts -mfpu=neon.

ok jca@ sthen@
2018-01-20 14:03:39 +00:00
jung
2f7ac15cb6 update blink to 0.98a
drops most of the patches, as upstreamed (thanks bluhm)

with input from klemens nanni
ok bluhm
2018-01-19 21:38:36 +00:00
bentley
3e81b07c71 Replace distcache.freebsd.org/ports-distfiles/ with _MASTER_SITE_FREEBSD.
Some ports used _MASTER_SITE_FREEBSD already but others hardcoded the URL.

Switch _MASTER_SITE_FREEBSD and MASTER_SITE_FREEBSD_LOCAL to https.
2018-01-13 03:00:46 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
kirby
8cf748ba3b update to mc-4.8.20
ok robert@, maintainer
2018-01-08 11:35:28 +00:00
stu
6ab7f48ef4 Update to 2.11.
Fix license info.
2017-12-27 23:47:26 +00:00
jasper
42ef8cd0eb add link to upstream bz 2017-12-22 10:23:20 +00:00
giovanni
e823cacd8d Update to 1.5.3
disable no_drop_privileges option to be sure pledge(2) will be always enabled
hints & ok jca@
2017-12-21 14:56:43 +00:00
espie
8a27d84bbb FIX_EXTRACT_PERMISSIONS 2017-12-07 20:14:55 +00:00
espie
1cad0a9db6 a few more FIX_EXTRACT_PERMISSIONS 2017-12-04 17:56:27 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
5306d9fac1 replace gettext module 2017-11-19 00:53:16 +00:00
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23:59 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
bcallah
43376ecdb7 Update to sent-1; now uses farbfeld as an RDEP.
Pick up MAINTAINER
ok jung@ (previous MAINTAINER)
2017-11-14 17:19:37 +00:00
ajacoutot
d8ed2c5e78 Update to gramps-4.2.6. 2017-11-05 16:56:23 +00:00
bluhm
730e37fa29 Fix segmentation fault in p5-File-MMagic-XS.
OK giovanni@
2017-11-03 18:38:55 +00:00
jasper
3c4a42e202 pledge three programs that get run on (nearly every) pkg_add using arbitrary
intput files.

prompted by bentley@
ok aja@ sthen@
2017-11-03 10:32:52 +00:00
jeremy
9b88779082 Bump ports after default ruby version switch to ruby 2.4 2017-11-01 10:12:25 +00:00
giovanni
ac51dc234a update to 1.5.2 and simplify pledge(1) patch
ok rsadowski@
2017-10-31 07:39:25 +00:00
bluhm
0f5fe0522f update p5-File-LibMagic to 1.16
use build dependency instead of included modules
2017-10-29 21:49:16 +00:00
sthen
b9064dc0ff Handle pthread-stubs removal. 2017-10-23 17:10:49 +00:00
jca
d56ed745ab Fix a bunch of invisible-island.net ftp MASTER_SITES 2017-10-20 19:00:04 +00:00
ajacoutot
29ad67d67b Update to shared-mime-info-1.9. 2017-09-19 05:58:24 +00:00
jasper
1ba9ad58f2 remove broken HOMEPAGE/MASTER_SITES 2017-08-22 19:25:52 +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