aboutsummaryrefslogtreecommitdiff
path: root/print/cups-base
Commit message (Collapse)AuthorAgeFilesLines
* print/cups-base: Fix build when PAM option is enabledJohn Marino2014-11-282-47/+46
| | | | | | | | | | | | The @sample keyword fixes the config file based error. While here, clean refactor the port a bit. PR: 194854 Submitted by: Adrian Waters Final fix by: Takefu (airport.fm) Notes: svn path=/head/; revision=373559
* Properly strip libraries in cups-base, cups-client and cups-image portsDmitry Marakasov2014-11-271-4/+3
| | | | Notes: svn path=/head/; revision=373513
* Cleanup plistAntoine Brodin2014-11-133-84/+14
| | | | Notes: svn path=/head/; revision=372510
* - Let the rc script require the mdnsd or avahi_daemon rc scripts [1]Tijl Coosemans2014-11-073-2/+25
| | | | | | | | | | | - Fix two getsockopt calls so they return peer credentials correctly [2] PR: 194856 [1], 191515 [2] Submitted by: Adrian Waters <draenan@gmail.com> [1] Submitted by: Bengt Ahlgren <bengta@sics.se> [2] Notes: svn path=/head/; revision=372260
* - Convert ports of news/ and print/ to new USES=pythonMarcus von Appen2014-10-241-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371452
* DOCS isn't optional. The files provide the cups web interface.Tijl Coosemans2014-08-172-125/+126
| | | | Notes: svn path=/head/; revision=365165
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* print/cups-base: Don't use avahi when MDNSRESPONDER option is selectedJohn Marino2014-07-281-1/+2
| | | | | | | | | PR: 191619 Submitted by: Don Lewis Approval: Not required; port is unmaintained Notes: svn path=/head/; revision=363233
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* - Update to 1.7.3Jason E. Hale2014-07-015-91/+209
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=360086
* - Switch print/libpaper to USES=libtool, drop .la filesDmitry Marakasov2014-06-201-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358556
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* print/cups-base: remove files/cups_browsed.in, it does not belong hereBoris Samorodov2014-05-222-31/+2
| | | | | | | | | | | . remove using cups_browsed.in; [1] . bump PORTREVISION. PR: ports/190085 [1] Submitted by: Fafael Ostertag <rafi@guengel.ch> [1] Notes: svn path=/head/; revision=354831
* print/cups-base: unbreak AVAHI option and add missing rc scriptKurt Jaeger2014-05-193-12/+43
| | | | | | | | | | | | | | | | | - Add missing rc script for cups-browsed [1] - Enable building CUPS with native Avahi backend [2] - Disable AVAHI if not selected [3] PR: ports/188550 [1], ports/189757 [2], ports/188751 [3] Submitted by: Rafael Ostertag <rafi@guengel.ch> [1], Raivo Hool <raivo.hool@gmail.com> [2], Dan Lukes <dan@obluda.cz> [3] Approved by: culot (mentor) Notes: svn path=/head/; revision=354583
* print/cups-base: add an options ICONS to install desktop iconsBoris Samorodov2014-04-252-18/+26
| | | | | | | | | | | | When unchecked this option greatly reduces the package depends list [1] (from 82 to 42). Defaults to "on" for ordinary package users sake. Submitted by: Hilko Meyer <Hilko.Meyer@gmx.de> [1] Notes: svn path=/head/; revision=352145
* print/cups{,-base,-client,-image}: update to version 1.7.2Boris Samorodov2014-04-233-14/+88
| | | | | | | | MDNSRESPONDER id now the default option for print/cups-base (can't be compiled without dnssd). Notes: svn path=/head/; revision=351968
* print/cups-base: remove BLOCKS detection from cups/cups.hBoris Samorodov2014-04-222-16/+21
| | | | | | | | | | | | | | | | | | It appears to be the best option here, i.e. just remove BLOCKS detection from cups/cups.h: there are some other ports which use cups/cups.h and get broken by a BLOCKS detection. So: . patch cups/cups.h to remove the offending code; . remove traces of previous attempts to fix cups-* ports; . bump PORTREVISION; . at PORTNAME block add a note that PORTREVISION is defined later for all ports. Discussed at: freebsd-ports Suggested by: tijl MFH: 2014Q2 Notes: svn path=/head/; revision=351878
* - Fix plist to have proper 'rmdir DIR' ordering.Bryan Drewery2014-04-212-8/+8
| | | | | | | | | | | Pkgng will not detect the directory otherwise. This was due to incorrectly advise in the check-stagedir.sh script, fixed in r351587 With hat: portmgr Notes: svn path=/head/; revision=351663
* A try (since I can't reproduce it at CURRENT) to fix "make index":Boris Samorodov2014-04-111-2/+2
| | | | | | | | | include USES+=compiler unconditionally. Reported by: Poersnap buildbox Notes: svn path=/head/; revision=350953
* . fix cross-building; [1];Boris Samorodov2014-04-111-3/+6
| | | | | | | | | | | . refine comment. Reported by: gjb [1] Suggested by: bdrewery [1] MFH: 2014Q2 Notes: svn path=/head/; revision=350926
* Remove an unused configure flag.Glen Barber2014-04-091-1/+0
| | | | | | | | | configure: WARNING: unrecognized options: --disable-slp Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=350654
* print/cups-base: add CFLAGS+=-fno-blocks to print/cups-image at gcc systemsBoris Samorodov2014-04-081-1/+1
| | | | | | | | | | | | | | | In additiond to print/cups-client (r350154): Use CFLAGS+=-fno-blocks to unbreak systems with default gcc compiler. This is a band-aid that should be reworked for systems with blocks and libdispatch support. Reported by: Anton Shterenlikht <mexas@bris.ac.uk> Tested by: Anton Shterenlikht <mexas@bris.ac.uk> Discussed at: freebsd-ports@ MVH: 2014Q2 Notes: svn path=/head/; revision=350583
* Use CFLAGS+=-fno-blocks to unbreak systems with default gcc compiler.Boris Samorodov2014-04-041-1/+9
| | | | | | | | | | | | This is a band-aid that should be reworked for systems with blocks and libdispatch support. Reported by: Anton Shterenlikht <mexas@bris.ac.uk> Discussed at: freebsd-ports@ MFH: 2014Q2 Notes: svn path=/head/; revision=350154
* Update to cups to 1.7.1Baptiste Daroussin2014-03-308-786/+459
| | | | | | | | | | | | | - Stage all cups related ports - Cleanup (it still needs more cleanup) Base on [1] PR: ports/186824 [1] Submitted by: bsam Notes: svn path=/head/; revision=349679
* Fix installation of cups-base when libiconv is installed: do not descendTijl Coosemans2014-02-191-0/+1
| | | | | | | | | | into the cups subdirectory. That directory is already installed by the cups-client port and it requires USES=iconv. Reported by: Mark Knight <markk@knigma.org> Notes: svn path=/head/; revision=345090
* Release cups-* nad foomatic-* ports. Currently I have no enoughBoris Samorodov2014-02-161-1/+1
| | | | | | | | | spare time for those ports. I've submitted ports/186824 to update cups-* ports to version 1.7.0. Notes: svn path=/head/; revision=344633
* - Stage support part1 for client and imageMartin Wilke2014-02-052-8/+11
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=342633
* Update master sites for some ports formerly hosted on easysw.com, now extinct.Matthias Andree2014-01-221-1/+2
| | | | | | | | Remove easysw.com domain from MASTER_SITE_EASYSW, and drop tu-bs.de from mirror list (is no longer mirroring easysw.com). Notes: svn path=/head/; revision=340749
* Guess I should take those ports...Boris Samorodov2013-12-091-1/+1
| | | | Notes: svn path=/head/; revision=335993
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-10-251-1/+1
| | | | Notes: svn path=/head/; revision=331575
* - Return ports to the poolAlex Kozlov2013-10-231-1/+1
| | | | | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) Notes: svn path=/head/; revision=331423
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* - Add explicit LDFLAGS for iconvGuido Falsi2013-09-241-0/+1
| | | | | | | | Submitted by: marino Approved by: portmgr (bapt) Notes: svn path=/head/; revision=328212
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Only cups-base INSTALLS_ICONSChris Rees2013-08-091-1/+1
| | | | | | | Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu> Notes: svn path=/head/; revision=324428
* Fix reinstallChris Rees2013-08-051-4/+5
| | | | | | | | | | | | | Correct IGNORE messages INSTALLS_ICONS PR: ports/174815 Submitted by: nemysis <nemysis@gmx.ch> Approved by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=324269
* - Fix plistMartin Wilke2013-06-121-0/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320665
* - Fix typo w.r.t. XDG_OPEN optionEitan Adler2013-06-022-2/+29
| | | | | | | | | | | | | | | | - Add a a backported patch from cups 1.6 which fixes an issue with regard to a timed out TCP connection. it should be deleted once the port is updated to 1.6. - Pet portlint a bit - remove unused CONFLICTS line PR: 178987 Submitted by: "r4721@tormail.org" <r4721@tormail.org> PR: 179194 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Approved by: c.petrik.sosa@gmail.com (maintainer) Notes: svn path=/head/; revision=319651
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-0/+1
| | | | Notes: svn path=/head/; revision=317220
* In preparation of removing devel/libusb (expires 2013-04-30), remove itRene Ladan2013-04-291-9/+7
| | | | | | | | | | | | | | | | | | from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316831
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-071-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313559
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-3/+3
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Fix file installation when MDNSRESPONDER=onPawel Pekala2012-12-281-0/+4
| | | | | | | | PR: ports/174352 (based on) Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> Notes: svn path=/head/; revision=309572
* - update to 1.5.4Dirk Meyer2012-12-094-40/+33
| | | | Notes: svn path=/head/; revision=308569
* - drop maintainershipDirk Meyer2012-11-051-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307030
* - fix option XPDFDirk Meyer2012-10-131-8/+5
| | | | | | | | | | | PR: 172579 Submitted by: Kris Moore Feature safe: yes - cleanup comments Notes: svn path=/head/; revision=305816
* - use WITH_OPENSSL_HACK7Dirk Meyer2012-09-191-5/+1
| | | | Notes: svn path=/head/; revision=304534
* - fix option PYTHONDirk Meyer2012-08-221-1/+1
| | | | | | | | PR: 170801 Submitted by: Artis Caune Notes: svn path=/head/; revision=302949