non port: print/cups/Makefile |
SVNWeb
|
Number of commits found: 105 (showing only 100 on this page) |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 51879c9 (Only the first 10 of 197 ports in this commit are shown above. )
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz> (Only the first 15 lines of the commit message are shown above )
|
Fri, 27 May 2022
|
[ 16:58 Tijl Coosemans (tijl) ] 9519440
print/cups: update to 2.4.2
|
Sun, 1 May 2022
|
[ 08:39 Tijl Coosemans (tijl) ] 2c00022
print/cups: update to 2.4.1
PR: 263672
|
Mon, 25 Apr 2022
|
[ 14:12 Piotr Kubaj (pkubaj) ] a29ec5f
print/cups: remove obsolete conditional for powerpc
PIE now works fine.
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 16 Feb 2021
|
[ 17:20 tijl ]
Follow other distributions and switch to OpenPrinting version of CUPS.
It tracks the current Apple CUPS sources and includes common changes and
bug fixes for the various Linux distributions and other UNIX(r)-like
operating systems.
PR: 253244
Submitted by: pi
|
Wed, 24 Jun 2020
|
[ 19:29 linimon ]
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1: error: unrecognized command line option "-Wno-unused-result"
(et. al.)
Approved by: portmgr (tier-2 blanket)
|
[ 11:05 tijl ]
Fix the fix for CVE-2020-3898.
|
[ 10:22 tijl ]
Update to 2.3.3.
|
Mon, 2 Mar 2020
|
[ 19:27 tijl ]
Update to 2.2.13.
|
Fri, 16 Aug 2019
|
[ 12:08 tijl ]
Update to 2.2.12.
MFH: 2019Q3
Security: https://github.com/apple/cups/releases/tag/v2.2.12
Security: CVE-2019-8675
Security: CVE-2019-8696
|
Fri, 19 Apr 2019
|
[ 15:01 tijl ]
Update to 2.2.11.
|
Tue, 22 Jan 2019
|
[ 12:00 tijl ]
Add WITH_DEBUG support.
|
Fri, 14 Dec 2018
|
[ 17:14 tijl ]
Update to 2.2.10.
|
Fri, 15 Jun 2018
|
[ 21:24 tijl ]
Add upstream patch to fix high CPU load.
PR: 229051
Submitted by: tcberner
|
Wed, 6 Jun 2018
|
[ 14:26 tijl ]
Update to 2.2.8.
|
Tue, 1 May 2018
|
[ 16:24 tijl ]
- Update to 2.2.7.
- Remove -Wl,-R flag from cups-config output to fix out of tree builds of
Gnome. The -R flag takes precedence over -L flags when the linker
searches for dependencies of libraries listed on the command line which
can be unexpected. Therefore, config scripts like this should only
provide -L flags. An rpath is then typically generated automatically by
the build system (cmake, libtool,...). [1]
PR: 227891 [1]
Reported by: Ting-Wei Lan <lantw44@gmail.com>
|
Wed, 10 Jan 2018
|
[ 03:54 jhibbits ]
Drop PIE for cups, it's not supported on powerpc, so fails the build
Reviewed By:tijl
Differential Revision: https://reviews.freebsd.org/D10613
|
Thu, 2 Nov 2017
|
[ 17:03 tijl ]
Update to 2.2.6.
|
Tue, 16 May 2017
|
[ 19:36 tijl ]
Update to 2.2.3.
|
Sat, 8 Apr 2017
|
[ 11:05 amdmi3 ]
- Remove bogus (in presence of USE_GITHUB) USES=tar*
Approved by: portmgr blanket
|
Thu, 19 Jan 2017
|
[ 13:46 tijl ]
Remove Kerberos related configuration from default cupsd.conf because
Kerberos support is disabled and the configuration causes an error.
Reported by: cpm
|
Wed, 18 Jan 2017
|
[ 13:41 tijl ]
Update to 2.2.2.
|
Thu, 12 Jan 2017
|
[ 16:33 tijl ]
The return value of cupsdStartProcess is zero on error. Fix two cases
where this is checked incorrectly.
PR: 211465
|
Mon, 17 Oct 2016
|
[ 17:47 tijl ]
Update to 2.2.1.
|
Sat, 25 Jun 2016
|
[ 15:41 tijl ]
- Update to 2.1.4.
- Let the socket backend print debug messages on the DEBUG channel. The
other channels affect the printer status message in lpstat(1) which can
be confusing. [1]
PR: 203058 [1]
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 27 Mar 2016
|
[ 14:58 tijl ] (Only the first 10 of 183 ports in this commit are shown above. )
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Wed, 23 Mar 2016
|
[ 11:44 jbeich ]
print/cups: revive GNUTLS option after r389015
SSL remains enabled by default but now can be optionally disabled
reducing reducing the number of dependencies.
PR: 208223
Approved by: tijl (maintainer)
|
Fri, 18 Mar 2016
|
[ 09:48 tijl ]
Support systems with WITHOUT_USB in /etc/src.conf.
Reported by: dweimer@dweimer.net
|
Mon, 14 Mar 2016
|
[ 11:40 tijl ]
Add a patch to print/cups and print/hplip to disable detaching of ulpt(4).
This isn't needed on FreeBSD and it always fails because the process doesn't
have the required privileges.
Add a sample devd configuration file to print/cups that gives users in group
cups access to USB printers. [1]
Submitted by: hselasky, Alexander Zagrebin <alex@zagrebin.ru> [1]
|
Fri, 11 Mar 2016
|
[ 15:39 tijl ]
Fix make check-plist when ${LOCALBASE}/etc/pam.d does not exist.
Reported by: rakuco
|
[ 11:53 tijl ] (Only the first 10 of 128 ports in this commit are shown above. )
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above )
|
Mon, 15 Jun 2015
|
[ 12:13 amdmi3 ]
- Convert to USES=metaport
- BUILD_DEPENDS are not needed for a metaport
- Substitude real paths in pkg-message
|
Tue, 9 Jun 2015
|
[ 23:41 delphij ]
Bump version after cups-base update.
Noticed by: jkim
MFH: 2015Q2
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Tue, 1 Jul 2014
|
[ 19:15 jhale ]
- Update to 1.7.3
- Add DOCS option
- PHP option no longer installs a PHP module (it was eliminated in 1.6)
- Add options for other interpreters
- Add OPENSSL option to make it clearer that it is enabled instead of GNUTLS
- Fix build when ZEROCONF is disabled
- Fix detection of libusb on FreeBSD < 10 as they do not have .pc files for it
- Use @sample directive in pkg-plist
- Remove some old cruft
|
Wed, 23 Apr 2014
|
[ 19:56 bsam ]
print/cups{,-base,-client,-image}: update to version 1.7.2
MDNSRESPONDER id now the default option for print/cups-base
(can't be compiled without dnssd).
|
Sun, 30 Mar 2014
|
[ 21:16 bapt ]
Update to cups to 1.7.1
- Stage all cups related ports
- Cleanup (it still needs more cleanup)
Base on [1]
PR: ports/186824 [1]
Submitted by: bsam
|
[ 14:46 bapt ]
Support stage
|
Sun, 16 Feb 2014
|
[ 21:17 bsam ]
Release cups-* nad foomatic-* ports. Currently I have no enough
spare time for those ports.
I've submitted ports/186824 to update cups-* ports to version 1.7.0.
|
Mon, 9 Dec 2013
|
[ 14:49 bsam ]
Guess I should take those ports...
|
Wed, 23 Oct 2013
|
[ 20:45 ak ] (Only the first 10 of 39 ports in this commit are shown above. )
- Return ports to the pool
PR: ports/183244
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
|
Fri, 20 Sep 2013
|
[ 22:44 bapt ] (Only the first 10 of 325 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
|
Thu, 7 Mar 2013
|
[ 03:25 bdrewery ] (Only the first 10 of 106 ports in this commit are shown above. )
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt
|
Sun, 9 Dec 2012
|
[ 21:38 dinoex ]
- update to 1.5.4
|
Wed, 14 Nov 2012
|
[ 13:05 eadler ]
Trim the header. The modeline was causing problems for certain configurations
of vim.
Feature safe: yes
|
Mon, 5 Nov 2012
|
[ 20:10 dinoex ]
- drop maintainership
Feature safe: yes
|
Mon, 13 Feb 2012
|
[ 20:14 dinoex ]
- update to 1.5.2
PR: Eygene
Submitted by: Eygene Ryabinkin
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
Wed, 5 Oct 2011
|
[ 06:02 dinoex ]
- update to 1.5.0
|
Thu, 25 Aug 2011
|
[ 08:51 dinoex ]
- update to 1.4.8
- option GNUTLS default off
|
Fri, 7 Jan 2011
|
[ 21:25 dinoex ]
- udpate to 1.4.6
|
Mon, 15 Nov 2010
|
[ 09:00 dinoex ]
- update to 1.4.5
|
Tue, 27 Jul 2010
|
[ 13:19 dinoex ]
- update to 1.4.4
|
Wed, 7 Apr 2010
|
[ 04:56 dinoex ]
- bump 1.4.3
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 28 Nov 2009
|
[ 22:06 dinoex ]
- update to 1.4.2
|
[ 21:54 dinoex ]
- update to 1.4.1
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Mon, 4 May 2009
|
[ 22:36 dinoex ]
- update to 1.3.10
|
Wed, 15 Oct 2008
|
[ 07:47 dinoex ]
- Update to 1.3.9
|
Sat, 6 Sep 2008
|
[ 21:50 dinoex ]
- upate to 1.3.8
PR: 126881
Submitted by: Martin Matuska
|
Fri, 6 Jun 2008
|
[ 13:58 edwin ] (Only the first 10 of 107 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
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)
|
Wed, 2 Apr 2008
|
[ 15:21 dinoex ]
- update to 1.3.7
|
Thu, 28 Feb 2008
|
[ 14:28 dinoex ]
- update to 1.3.6
|
Sun, 23 Dec 2007
|
[ 08:30 dinoex ]
- update to 1.3.5
|
Tue, 11 Dec 2007
|
[ 20:44 dinoex ]
- fix package
PR: 117779
- update to 1.3.4
|
Sun, 30 Sep 2007
|
[ 04:17 dinoex ]
- update to 1.3.3
PR: 116743
Submitted by: Marcin Wisnicki
|
Fri, 28 Sep 2007
|
[ 12:06 dinoex ]
- update to 1.3.0
|
Tue, 14 Aug 2007
|
[ 13:03 dinoex ]
- update to 1.2.12
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 25 Mar 2007
|
[ 08:51 dinoex ]
- update to 1.2.10
|
Tue, 20 Feb 2007
|
[ 16:48 dinoex ]
- update to 1.2.8
PR: 109352
Submitted by: Ivan Lago
|
Mon, 18 Dec 2006
|
[ 14:21 dinoex ]
- move RUN_DEPENDS to BUILD_DEPENDS
PR: 106862
|
Sun, 10 Dec 2006
|
[ 14:05 dinoex ]
- take maintainership
- virtualie meta package
|
Wed, 6 Dec 2006
|
[ 12:26 linimon ]
Reset asa@agava.com after several months of inactivity and no response to
email.
Hat: portmgr
|
[ 09:39 sat ]
- Update to 1.2.7
- Clean up a little bit
- Clean up var at deinstallation
Approved by: Sergey Akifyev <asa@agava.com> (months of timeouts)
|
Sun, 6 Aug 2006
|
[ 09:14 itetcu ]
- update to 1.2.2 [1]
- tell in pkg-message about permissions needed [2] [3]
- fix man / mlink install [4] [5]
- don't remove dirs listed in bsd.local.dist [6]
- conflict with LPRng [7]
- fix OPTIONS handling [8]
- fix printing raw data using application/octet-stream [9]
- some other small fixes
Please note that the biggest part of the work was done by Marcin Wisnicki and
this commit it's based manly on his work.
PR: ports/99624 [1]
ports/99460 [2] ports/99745 [3]
ports/99798 [4] ports/101175 [5] (Only the first 15 lines of the commit message are shown above )
|
Thu, 22 Jun 2006
|
[ 20:16 ahze ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update to 1.2.0
PR: ports/97783
ports/97782
Submitted by: maintainer
|
Mon, 24 Jan 2005
|
[ 17:23 sem ]
- Update to 1.1.23
- Build with GNUTLS isntead of OpenSSL by default to fix FireFox issues
- Fixed man languages
- Change maintainer e-mail
- Pass maintainership of print/cups to submitter
PR: ports/76337
Submitted by: Sergey Akifyev <asa(at)agava.com> (maintainer of cups-base and
cups-lpr)
|
Fri, 14 Nov 2003
|
[ 17:28 eik ] (Only the first 10 of 17 ports in this commit are shown above. )
Fix some ports that write something after bsd.port.mk
PR: 59254
Approved by: marcus (mentor)
|
Sun, 8 Jun 2003
|
[ 21:13 will ] (Only the first 10 of 47 ports in this commit are shown above. )
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
|
[ 21:06 will ] (Only the first 10 of 43 ports in this commit are shown above. )
REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado
Thank you for your contributions, you
will be greatly missed.
|
Fri, 7 Mar 2003
|
[ 06:09 ade ] (Only the first 10 of 98 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sat, 25 Jan 2003
|
[ 07:22 alane ]
rev bump, keep rev in Makefile.common
|
Thu, 23 Jan 2003
|
[ 22:16 alane ]
fix all outstanding problems except printing test page
|
[ 09:05 alane ]
change doc dir to not have version extension for compatibility
|
Wed, 22 Jan 2003
|
[ 13:54 alane ] (Only the first 10 of 30 ports in this commit are shown above. )
Long awaited update to 1.1.18.0
|
Thu, 7 Nov 2002
|
[ 11:54 edwin ]
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)
Noticed on: bento
|
Fri, 1 Nov 2002
|
[ 13:09 alane ] (Only the first 10 of 31 ports in this commit are shown above. )
Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
|
[ 04:17 alane ] (Only the first 10 of 31 ports in this commit are shown above. )
Changed MAINTAINER to my FreeBSD address.
|
Sun, 18 Aug 2002
|
[ 17:40 alane ]
POLA: if user says to make a package, package the constituent cups-* ports.
|
[ 17:37 alane ]
Changed maintainer to ports@geeksrus.net with blessing of previous maintainer.
Thanks, jah4007@cs.rit.edu.
Added cups-pstoraster to RUN_DEPENDS for metaport (print/cups).
|
Sat, 23 Feb 2002
|
[ 16:46 nectar ] (Only the first 10 of 14 ports in this commit are shown above. )
Update 1.1.12 -> 1.1.14
|
Tue, 4 Dec 2001
|
[ 01:10 will ] (Only the first 10 of 18 ports in this commit are shown above. )
Break out the CUPS port into two parts: cups-base (libraries only) and
cups-lpr (LP* replacement). This is done to avoid clashing LPR systems but
still allow programs to compile with CUPS support. This is essential for the
upcoming KDE 2.2.2 upgrade.
|
Mon, 19 Nov 2001
|
[ 22:17 dwcjr ]
Update cups to 1.1.12
|
Number of commits found: 105 (showing only 100 on this page) |