The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
since ports configure script adds "-nox11" suffix
even when ${GHOSTSCRIPT_PORT} is already "ghostscript-gpl-nox11".
Submitted by: G. Paul Ziemba <paul@treehouse.napa.ca.us>
Reviewed by: me
. do not bump PORTREVISION since this dependency is not default.
PR: 108627
Submitted by: bsam (me)
Approved by: andreas (maintainer timeout -- 2 weeks)
New features: can play audio files.
lpd then acts like a jukebox.
Remote Audio printing/playing is at experimental stage (untested).
Theoretically it should be possible that multiple print clients
feed the central print server with sound card with audio files.
Unbreak make install: list pkg-message in SUB_FILES and @${CAT} ${PKGMESSAGE}.
Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu>
Approved by: maintianer (andreas@, implicit - out of touch for the moment)
I added the missing changes for manual config.
- Depend on acroread7 instead of acroread5.
Acroread5 is outdated and marked BROKEN due to multiple security issues
So the port didn't build/install
- changed manual config and batch mode
- portrevision bump
Submitted by: Antonio Arredondo <aarredon@cs.nmsu.edu>
- pcl3 and hpdj driver fixes for HP DeskJet550C driver and compatible printer
- fixes port dependency for acroread5
PR: ports/77405
Submitted by: John Cochran <jdc@fiawol.org>
- while being here trimmed COMMENT according to portlint
- providing backward compatibility if needed via WITH_BASH2 make env var
- bumping port revision
- closing 76805
PR: 76805
Submitted by: Michael C.Shultz <reso3w83@verizon.net>
It has been forgotten to change configure script as well
- bumped port revision since it fixes a bug reported by
Holger Kipp <h.kipp@eurowings.com>
Approved by: portmgr (Mark Linimon)
- default to letter
- inspired by PR but using a more suitable solution to use the
environment variable already used by other ports instead by
using new one (PAPER_SIZE and A4_PAPER)
PR: 48140
This patch allows the admin of the machine to choose either
print/ghostscript-gnu or print/ghostscript-afp1
Please note that the wrong version of this patch (the one with afp1
instead of afpl) had already been applied by andreas@. I've updated
this to fix it.
PR: ports/54941
Submitted by: Jens Rehsack <rehsack@liwing.de>
- change all occurrences of acrobat reader from v4 to v5
- bumped portrevision
To Jens in e-mail:
"Jens, do you take care of the pending PRs ?
Content of PRs sounded to me as if you are waiting for several changes."
PR: 54958 54960 (both pending)
Submitted by: Jens Rehsack <rehsack@liwing.de>
good suggestion by: ajhar@physics.miami.edu (Dr. Edward Ajhar)
- update apsfilters acroread search order to use acroread5 in the 1st place
- bump PORTREVISION
- tested installation and package-building
- important bugfixrelease
- unbreaks windows/novell/appletalk remote printing
- explanation: permissions 600 root:daemon
were too strong for smbclient & Co.'s config files...
- fix: teach SETUP to use 640 root:daemon as default
- If that's still not sufficient, 'hack' SETUP
and fine tune the new global PASSWD_PROTECT=640 variable.
this is mainly a BUGFIX Release
NEW FEATURES
- some ijs driver scripts got more differentiation
concerning options for print quality.
DOCUMENTATION
- wrong manual reference in apsfilter manpage, changed from
smbprint(1) to smbclient(1)
- apsfilter handbook got a path fix and cosmetic changes
- support for ijs 1.1 and later (prior 1.0 and later)
BUG FIXES
- driver/stp/escp2-440
- set traditional umask in SETUP (022) just for the case
somebodies root account has strange default settings not
to end up with screwed permissions, that make printing
impossible.
- update driver MAPPINGS
CODE IMPROVEMENTS
- partly cosmetic, get rid of GS_MODEL
- modified gs_cmnd
with too restricive umask settings like '026'.
- bumped port revision, since this unbreaks installation under
non-default root environments
Submitted by: Martin.Kraemer@Fujitsu-Siemens.com
added dependency to print/hpijs, since the ijs driver isn't automatically
installed anymore when installing ghostscript
- therefore bumped portrevision
* update to apsfilter 7.2.3
* contains two major bugfixes
a) printing using newest HP IJS driver is fixed (PR 37085)
the fix has been taken from other source but PR should be resolved
b) printing to a remote windows printer via samba is fixed
there was a nasty typo in the apsfilter script ($SMP_IP -> $SMB_IP)
* other changes
- new gimp-print driver / ijsgimpprint
- add new pretty command to set text-to-PostScript highlight level
- fix "remote copies" parameter to lpr
- clean up template apsfilterrc
* FreeBSD/port related things:
- could close all problems report
- PR 34153: fixed configure script: a permanent runtime dependency
to bzip2 is inappropriate on FreeBSD systems that have bzip2 in
the base system.
* For a list of all changes please look at ANNOUNCE and ChangeLog file
http://www.apsfilter.org/download.html
PR: 34153, 37085