Commit graph

251449 commits

Author SHA1 Message Date
adam
fa91e154bb Changes 3.5.20:
Assertion failed: Write.cc:38: "fd_table[conn->fd].flags.open"
Bug 4523: smblib compile fails on NetBSD
Do not make bogus recvmsg(2) calls when closing UDS sockets.
Fix SEGFAULT parsing malformed adaptation service configuration
Fixed ConnStateData::In::maybeMakeSpaceAvailable() logic.
Bug 3579: assertion failed 'MemPools[type]' from dst_as ACL
Do not allow low-level debugging to hide important/critical messages.
Bug 4485: off-by-one out-of-bounds Parser::Tokenizer::int64() read errors
Increase debug level in a peek-and-splice related debug message
Fix icons loading speed.
Fix OpenSSL detection on FreeBSD
Do not override user defined -std option
Support unified EUI format code in external_acl_type
2016-07-04 12:06:45 +00:00
jnemeth
71320fa39b delete xentools44 as it is now EOL so there is no point 2016-07-04 07:58:21 +00:00
jnemeth
cbad5271ae hrmm... able to create complex packages, but can not keep my clock straight 2016-07-04 07:52:37 +00:00
jnemeth
ca82e2fc15 add and enable xenkernel46 and xentools46 2016-07-04 07:47:53 +00:00
jnemeth
5f2bf6beb4 Added sysutils/xentools46 version 4.6.3 2016-07-04 07:45:04 +00:00
jnemeth
6e64a51469 Added sysutils/xenkernel46 version 4.6.3 2016-07-04 07:41:15 +00:00
jnemeth
2ccc347bbb The Xen virtual machine monitor allows running several virtual machines
on a single physical machine.  The xentools46 package contains the
tools to create, destroy and control the virtual machines.

This package contains the tools for Xen 4.6.x
2016-07-04 07:30:47 +00:00
jnemeth
a01e6c7670 Xen is a hypervisor which supports running multiple guest operating
systems on a single machine. Guest OSes (also called "domains")
can be either paravirtualised (i.e. make hypercalls in order to
access hardware), run in HVM (Hardware Virtualisation Mode) where
they will be presented with virtual devices, or a combination where
they use hypercalls to access hardware but manage memory themselves.
At boot, the xen kernel is loaded along with the guest kernel for
the first domain (called domain0). domain0 has privileges to access
the physical hardware (PCI and ISA devices), administrate other
domains and provide virtual devices (disks and network) to other
domains.

This package contains the 4.6 Xen kernel itself.  PCI passthrough is
not supported.  PAE is mandatory; on i386 one must use XEN3PAE_DOM[0U].
2016-07-04 07:25:13 +00:00
morr
99c538cc09 Revert changes now that distfile is uploaded 2016-07-04 06:18:39 +00:00
jklos
1e66809def Fix for wrong upload. 2016-07-03 22:35:06 +00:00
jklos
e14555d534 Fixed source distfile which didn't exist. 2016-07-03 22:25:00 +00:00
szptvlfn
5aa86f3838 Updated graphics/feh to 2.16.1 2016-07-03 22:00:41 +00:00
szptvlfn
b8495ee002 Update to 2.16.1
ChangeLog:
  http://git.finalrewind.org/feh/plain/ChangeLog

Fri, 24 Jun 2016 00:31:56 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.16.1
    * Fix crash when trying to rotate a JPEG image without having
      jpegtran / jpegexiforient installed
    * Handle failing fork() calls gracefully
2016-07-03 22:00:16 +00:00
dholland
526c8db56d smlnj 2016-07-03 19:39:00 +00:00
dholland
fab57f61ed Bump PKGREVISION for patches. 2016-07-03 19:38:27 +00:00
dholland
fbcbecca30 Sync new patches from main smlnj package; they all apply. 2016-07-03 19:35:36 +00:00
dholland
a27fa585d8 Patch up some compiler warnings in the hope of fixing the crashy build.
No such luck though...
2016-07-03 19:35:13 +00:00
dholland
b2aaa846d2 Honor pkgsrc CFLAGS in all configs, not just some. 2016-07-03 19:29:27 +00:00
dholland
c5feb46629 Store brand new configs in ${FILESDIR}, not as patches. 2016-07-03 19:26:35 +00:00
sevan
54988debaf Remove Linux section, README.Linux contains a copy of the information which is more recently maintained. 2016-07-03 19:25:16 +00:00
dholland
716e0d00e6 Remove leftover file. This is not used, which is good because it's
also out of date.
2016-07-03 19:23:23 +00:00
dholland
435fa1997e Don't pass FILESDIR into the build; it isn't used and isn't appropriate. 2016-07-03 19:21:44 +00:00
dholland
e23f9ed410 Honor the pkgsrc configure shell instead of using /bin/sh, as on some
platforms /bin/sh gets one something uselessly broken.

Also, don't set MAKE to Solaris's make on Solaris; while this might be
necessary building standalone, in pkgsrc it's foolish.
2016-07-03 19:18:46 +00:00
dholland
b63708842c Use BUILD_ENV properly. 2016-07-03 19:16:03 +00:00
sevan
847b2266b6 Remove Solaris section, bootstrap/README.Solaris provides extensive information 2016-07-03 19:15:50 +00:00
dholland
bcb14c7326 Use SUBST instead of manual seddery. 2016-07-03 19:15:02 +00:00
dholland
b14b3d79bb Generate the base/ copy of the runtime from the src/ copy after
patching, instead of extracting twice.
2016-07-03 19:13:22 +00:00
dholland
da5e0e8bc1 Remove duplicate patches. Patch only the src/ copy of the runtime.
Instead of extracting the runtime twice for src/ and base/ and then
haphazardly patching either or both copies, patch only one copy and
create the other *after* patching.

(better yet would be not to copy the thing at all, but I think there
are smlnj reasons you can't do that)
2016-07-03 19:11:15 +00:00
dholland
ec7600058f Generate the base/ copy of the runtime from the src/ copy after
patching, instead of extracting twice.
2016-07-03 19:08:22 +00:00
dholland
749110cfe5 Remove duplicate patches. Patch only the src/ copy of the runtime.
Instead of extracting the runtime twice for src/ and base/ and then
haphazardly patching either or both copies, patch only one copy and
create the other *after* patching.

(better yet would be not to copy the thing at all, but I think there
are smlnj reasons you can't do that)
2016-07-03 19:07:38 +00:00
dholland
d7a4da3526 Sync 32-on-64 hacks from main smlnj package. 2016-07-03 19:00:24 +00:00
dholland
49a45044dc Add missing rcsid. 2016-07-03 18:59:52 +00:00
dholland
f74824d9d0 Sync newer patches (mostly the time handling fixes) from base smlnj package. 2016-07-03 18:52:32 +00:00
dholland
018f605c04 Rename patch-ac to match main smlnj package. 2016-07-03 18:49:02 +00:00
dholland
c47b21d9f9 Sync patch comments from main smlnj package. 2016-07-03 18:33:36 +00:00
dholland
261f5c913d sync pkglint-type changes from main smlnj package 2016-07-03 18:23:35 +00:00
dholland
7e2f08b72e Sync ONLY_FOR logic from base smlnj package. 2016-07-03 18:21:39 +00:00
dholland
11550cab2e +smlnj11072 2016-07-03 17:51:31 +00:00
dholland
c9a37d41fa Add a copy of smlnj from before the last update (so, 110.72) because
this version builds and runs on NetBSD/i386. (Yes, the update was
years back. This is what happens with packages that don't build on
amd64...)
2016-07-03 17:50:31 +00:00
taca
bf5929110b + knot-resolver-1.0.0. 2016-07-03 16:44:00 +00:00
cheusov
8310ba7063 Updated textproc/jrep to 0.6.1 2016-07-03 16:38:10 +00:00
cheusov
e6d01a0320 Update to 0.6.1
Option -v now works correctly with multiple -e.
  Thanks to darkness@ for the report!

  Fix infinite loop when regular expression matches an emoty string.
2016-07-03 16:37:56 +00:00
sevan
89e84d63cf Add notes about common problems & mk.conf snippet for Sun Workshop users from the pkgsrc guide 2016-07-03 15:38:12 +00:00
sevan
3e369ff5ae Remove IRIX section, bootstrap/README.IRIX already contains a copy of the information conveyed here. 2016-07-03 15:26:27 +00:00
sevan
7c9c4a6287 Remove Cygwin section.
bootstrap/README.Cygwin now contains a complete copy of the information conveyed here.
2016-07-03 15:20:16 +00:00
sevan
f97e706a37 Add note regarding prerequisites 2016-07-03 15:16:47 +00:00
sevan
6a1e80d470 Remove GNU/kFreeBSD section which is a duplicate of bootstrap/README.GNUkFreeBSD 2016-07-03 15:05:48 +00:00
sevan
feeec635c9 Remove MirBSD section, bootstrap/README.MirBSD provides extensive information 2016-07-03 14:52:38 +00:00
sevan
4903cd1c5b link to "pkgsrc on MirOS" page 2016-07-03 14:47:05 +00:00
sevan
cf0ced5ccd Remove Darwin section which provides a brief note, bootstrap/README.MacOSX provides extensive information 2016-07-03 14:38:15 +00:00