Age | Commit message (Collapse) | Author | Files | Lines |
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
|
|
|
|
function definitions.
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
|
|
- Removed function overloading for the password dialog, used the
new method of CUPS 1.1.3
- Added support for the "natural-scaling" image size option
introduced in CUPS 1.1.9
- Added support for the new PPD-O-Matic PPD files of
linuxprinting.org (numerical options appeared twice before).
The old CUPS-O-Matic files can still be used.
- The COMDATA lines in the PPD files of the new XML Foomatic
changed in a way incompatible to the parser for the numerical
options in XPP. Modified parser to read both the old and the
new format.
|
|
have been converted to USE_BUILDLINK2.
|
|
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
|
|
|
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
|
|
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
|
|
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
|
|
patch the configure script directly to remove the build dependency on
autoconf.
|
|
sizes.
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
|
|
|
|
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
|
|
|
|
- Let jobs from standard input get the name "STDIN" instead of
"(stdin)", because the parantheses caused problems with Samba
or Windows servers.
- Let the first printer be selected when CUPS does not report a
default printer
- Banner page support
- Raw output support
- Renamed "Cancel" button of main window to "Close"
- Added comment in "Instances" to tell the user that he has to
copy an existing instance of the desired printer when he wants
to add an instance.
- Support for adding, copying, renaming, and deleting printer
instances.
- Rearranged option widgets for media settings on the "Basic" tab
of the "Options" dialog: Now there is a seperate widget for the
media type and widgets for options which are not supported
according to the PPD file are grayed out.
- Fixed bug of the duplex widget on the "Basic" tab of the
"Options" dialog: The widget was sometimes linked to the
"Duplexer installed?" option.
- All sliders for numerical options (both CUPS and CUPS-O-MATIC)
have fields for typing the values now.
|
|
|
|
|
|
This is a useful X11 frontend to printing with CUPS.
|