Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
* Unix Server: Applied fixes for 64-bit Linux issues
* Unix Server: Made the vncserver script read configuration from files
* Other minor improvements and bugfixes.
While here, do the DESTDIR thing.
- If using modular X.org, depend on x11/rgb
- Set rgb- and font-paths to sane default values
- While here, fix some pkglint warnings
- Bump PKGREVISION
---
o patch-{ad,al}: regen
o patch-ak: recognise NetBSD/amd64
o Makefile: support X11_TYPE=modular and NetBSD/amd64
Major upstream changes that affect the server portion of the unix port:
1.3.9
-----
o Added support for the standard RFB protocol version 3.8 with TightVNC
extensions.
o Made "host:port" parsing maximally compatible with VNC4. Interpreting a
number in host names like somehost:5900 as an actual port number if it's not
in the range [0..99].
o Applied patches from Debian Linux that port Xvnc to x86_64 platform
(tightvnc-1.2.9-amd64support.p and tightvnc-1.3_alpha7-x86_64.patch), thanks
to Quanah Gibson-Mount.
1.3dev7
-------
o Fixed a serious bug with sending cursor updates when there was no
FrameBufferUpdateRequest from that client.
o Fixed problems with building Xvnc on modern linux distributions, such as
Fedora Core 3.
o Disallowing clipboard transfers for view-only clients.
1.3dev5
-------
o A number of bugfixes -- copying clipboard to non-authenticated clients in
Xvnc, delayed cursor shape updates in Xvnc, and crashing on switching
between KDE virtual desktops in vncviewer.
o Support for the new -autopass option has been added, a patch from
Ki NETWORKS, Inc.
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
pkgsrc imake-handling already causes gmake to be used on Linux, remove
USE_TOOLS+=gmake from the package Makefile. This correctly fixes
PR pkg/23078 and PR pkg/29656.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.