aboutsummaryrefslogtreecommitdiff
path: root/net/x2goclient
Commit message (Collapse)AuthorAgeFilesLines
* net/x2goclient: Fix stored window postionJesper Schmitz Mouridsen2021-08-142-1/+12
| | | | | | | | pos() includes the window frame, replace by mapToGlobal to avoid out of bounds screen position. Approved by: nc (maintainer) PR: 257778
* net/openldap24-client: bump all dependent portXin LI2021-08-021-1/+1
| | | | | | | | In the earlier net/openldap24-server commit, only those which depend on net/openldap24-sasl-client were bumped. Bumping all dependent port that didn't get a bump to force a rebuild of these packages. Suggested by: kib
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Set MAINTAINER of my ports to my FreeBSD handle (nc@).Neel Chauhan2021-01-051-1/+1
| | | | | | | | | Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D27966 Notes: svn path=/head/; revision=560410
* net/x2goclient: Update to 4.1.2.2Mikael Urankar2020-12-113-17/+6
| | | | | | | | | | pass maintainership. PR: 251751 Submitted by: Neel Chauhan Notes: svn path=/head/; revision=557715
* Add USES=xorg USES=gl, ports categories nNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'n'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516920
* net/x2goclient: Update 4.1.0.0 -> 4.1.2.1Yuri Victorovich2019-08-315-28/+26
| | | | Notes: svn path=/head/; revision=510399
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* net/x2goclient: fix build with GCC-based architecturesPiotr Kubaj2019-05-201-1/+1
| | | | | | | | | | Add USES=compiler:c++11-lang to fix: cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=502162
* net/x2goclient: switch to using Qt5Tobias C. Berner2019-03-092-8/+16
| | | | Notes: svn path=/head/; revision=495178
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+5
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* net/x2goclient: unbreak the buildKoichiro Iwao2018-11-052-5/+12
| | | | | | | | | | | While here, adjust USES. PR: 232962 Submitted by: w.schwarzenfeld@utanet.at Approved by: mentors (implicit) Notes: svn path=/head/; revision=484262
* Mark BROKEN: fails to buildAntoine Brodin2018-11-041-0/+2
| | | | | | | | | | | src/sshprocess.cpp:146:71: error: invalid operands to binary expression ('__bind<unsigned int &, sockaddr *, unsigned long>' and 'int') if (bind(serverSocket,(struct sockaddr*) &address,sizeof(address))!=0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~ Reported by: pkg-fallout Notes: svn path=/head/; revision=483995
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Update net/x2goclient to 4.1.0.0Guido Falsi2017-06-302-3/+4
| | | | Notes: svn path=/head/; revision=444768
* - Remove INSTALLS_ICONS knob (not to be used for Qt-based programs)Alexey Dokuchaev2016-04-161-15/+12
| | | | | | | | | | - Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications' was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago - Stop cd'ing when operating on a single argument for better readability and not having to request a sub-shell for every install recipe command Notes: svn path=/head/; revision=413420
* Update to 4.0.5.1.Mathieu Arnold2016-04-085-13/+14
| | | | | | | | | PR: 208616 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=412740
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Combine print/cups-base, print/cups-client and print/cups-image intoTijl Coosemans2016-03-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=410825
* - Update to version 4.0.5.0Pawel Pekala2015-10-023-7/+26
| | | | | | | | | | - Add LICENSE_FILE PR: 202853 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=398449
* - Update to 4.0.4.0Dmitry Marakasov2015-07-015-22/+31
| | | | | | | | | | | | - Unbreak - Regenerate patches PR: 201177 Submitted by: tkato432@yahoo.com Differential Revision: Notes: svn path=/head/; revision=391073
* - Mark BROKEN: build fails after libssh update:Dmitry Marakasov2015-05-211-0/+3
| | | | | | | | | undefined reference to `ssh_forward_listen' Related upstream bug: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=870 Notes: svn path=/head/; revision=386942
* - Switch to linguisttools_buildDmitry Marakasov2015-02-261-1/+1
| | | | Notes: svn path=/head/; revision=380004
* Update from 4.0.2.1 to 4.0.3.2 released on yesterday:Mikhail Teterin2015-02-202-3/+3
| | | | | | | http://permalink.gmane.org/gmane.linux.terminal-server.x2go.announce/159 Notes: svn path=/head/; revision=379465
* - Drop @dirrm* from plistDmitry Marakasov2014-09-231-15/+0
| | | | Notes: svn path=/head/; revision=369034
* net/x2goclient: Upgrade version 4.0.2.0 => 4.0.2.1John Marino2014-08-102-4/+3
| | | | | | | | PR: 192211 Submitted by: Ports Fury Notes: svn path=/head/; revision=364531
* net/openldap24-*:Tijl Coosemans2014-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* - Update to 4.0.2.0Martin Wilke2014-05-172-3/+3
| | | | | | | | PR: 188858 Submitted by: Ports Fury Notes: svn path=/head/; revision=354297
* - Update to 4.0.13Martin Wilke2014-02-072-14/+9
| | | | | | | | PR: 186421 Submitted by: ports fury Notes: svn path=/head/; revision=343221
* - Update from 4.0.1.1 to 4.0.1.2Danilo Egea Gondolfo2014-01-032-4/+4
| | | | | | | | PR: ports/185324 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=338589
* - Remove now needless qmake_build from USE_QT4Max Brazhnikov2013-11-211-2/+2
| | | | | | | | - Get rid of QMAKEFLAGS - Use globally provided LRELEASE Notes: svn path=/head/; revision=334499
* - 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
* - Convert unmaintained ports to USES=qmakeMax Brazhnikov2013-10-131-6/+6
| | | | | | | | | - Add stage support - Convert LIB_DEPENDS to new syntax - Minor changes/fixes Notes: svn path=/head/; revision=330227
* - Update from 4.0.1.0 to 4.0.1.1 [1]Danilo Egea Gondolfo2013-10-113-28/+29
| | | | | | | | | | | | - Add stage support [1] - Convert LIB_DEPENDS to new syntax PR: ports/182803 Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1] Approved by: wg/culot (mentors, implicit) Notes: svn path=/head/; revision=330091
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 4.0.1.0Martin Wilke2013-03-253-8/+7
| | | | | | | | PR: 177246 Submitted by: ports fury Notes: svn path=/head/; revision=315202
* - Update to 4.0.0.3Martin Wilke2013-03-022-5/+3
| | | | | | | | PR: 176543 Submitted by: Ports Fury Notes: svn path=/head/; revision=313210
* - Update to 3.99.3.0.Marcelo Araujo2013-02-043-26/+13
| | | | | | | | PR: ports/174197 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=311597
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Add missed pkg-plistPawel Pekala2012-11-011-0/+24
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306799
* - Update to version 3.99.2.2Pawel Pekala2012-11-016-35/+111
| | | | | | | | | | | | | - Use pkg-plist to register installed files - Add option to disable LDAP support - Don't install copy of GPLv2 license PR: ports/172044 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Notes: svn path=/head/; revision=306788
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Fix buildMartin Wilke2011-11-272-7/+18
| | | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: 162854 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=286493
* Add EXPIRATION_DATE= 2011-11-30 to recently BROKEN ports that do notDoug Barton2011-11-011-0/+1
| | | | | | | already have one. Notes: svn path=/head/; revision=284881
* Drop maintainership, i don't use this port anymore.Tilman Keskinoz2011-10-191-2/+2
| | | | | | | | Update Mastersite, there is a new version, which might fix the incompatibility with current CUPS Notes: svn path=/head/; revision=283899
* - Mark BROKEN: does not compilePav Lucistnik2011-10-141-7/+3
| | | | | | | | | | | In file included from printprocess.cpp:20: cupsprint.h:54: error: ISO C++ forbids declaration of 'ppd_file_t' with no type cupsprint.h:54: error: expected ';' before '*' token Reported by: pointyhat Notes: svn path=/head/; revision=283524
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346