Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
${PREFIX}.
|
|
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.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
Suggested by Roland Illig, ok'd by various.
|
|
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.
|
|
|
|
|
|
Changelog since 1.2.6 seems to mainly list const fixes.
|
|
fixes PR pkg/23078 from Jeremy C. Reed.
|
|
|
|
|
|
all:
- supply manual pages
Xvnc:
- fixed crash in the font server code
- fixed blocking I/O problem which led to easy denial-of-service
attacks via built-in HTTP server
- fixed memory alignment problem in Raw encoder, for systems with
strict alignment constraints
- support libwrap for server access control
- rely upon system zlib instead of shipping own copy
- reset compression level & JPEG image quality on reading client's encoding list
- allow applet parameters to be specified in URL request to the HTTP server
vncpasswd:
- work correctly if a filename is given
vncserver:
- default depth is 24 instead of 8
- attempt restart once if failed first time due to font path lossage
- removed 2 second startup delay
- allow users to keep vnc directories in /tmp
- work correctly if $XAUTHORITY is not set
|
|
|
|
Switch to MASTER_SITE_SOURCEFORGE.
|
|
- Xvnc: Minor bugfix which should prevent potential dereference of a
NULL pointer.
- One more packaging option for the Unix source: ready to build
archive with Zlib and JPEG libraries inside.
- Other minor fixes and cleanups.
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
|