Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.2.2_4 09 Jan 2024 10:32:17 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
4.1.2.2_3 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
4.1.2.2_3 09 Oct 2022 20:38:40 |
Neel Chauhan (nc) |
net/x2goclient(-cli): Release maintainership |
4.1.2.2_3 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.2.2_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.1.2.2_3 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
4.1.2.2_3 14 Aug 2021 18:16:21 |
Jesper Schmitz Mouridsen (jsm) |
net/x2goclient: Fix stored window postion
pos() includes the window frame, replace by
mapToGlobal to avoid out of bounds screen position.
Approved by: nc (maintainer)
PR: 257778 |
4.1.2.2_2 02 Aug 2021 04:41:48 |
Xin LI (delphij) |
net/openldap24-client: bump all dependent port
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 |
4.1.2.2_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
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 |
4.1.2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.2.2 05 Jan 2021 15:33:40 |
nc |
Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D27966 |
4.1.2.2 11 Dec 2020 10:52:37 |
mikael |
net/x2goclient: Update to 4.1.2.2
pass maintainership.
PR: 251751
Submitted by: Neel Chauhan |
4.1.2.1 06 Nov 2019 18:58:04 |
zeising |
Add USES=xorg USES=gl, ports categories n
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. |
4.1.2.1 31 Aug 2019 16:16:20 |
yuri |
net/x2goclient: Update 4.1.0.0 -> 4.1.2.1 |
4.1.0.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
4.1.0.0_1 20 May 2019 20:11:17 |
pkubaj |
net/x2goclient: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: mentors (implicit approval) |
4.1.0.0_1 09 Mar 2019 17:11:32 |
tcberner |
net/x2goclient: switch to using Qt5 |
4.1.0.0 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
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 |
4.1.0.0 05 Nov 2018 23:52:31 |
meta |
net/x2goclient: unbreak the build
While here, adjust USES.
PR: 232962
Submitted by: w.schwarzenfeld@utanet.at
Approved by: mentors (implicit) |
4.1.0.0 04 Nov 2018 11:53:58 |
antoine |
Mark BROKEN: fails to build
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 |
4.1.0.0 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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 |
4.1.0.0 30 Jun 2017 15:26:03 |
madpilot |
Update net/x2goclient to 4.1.0.0 |
4.0.5.1 16 Apr 2016 08:58:17 |
danfe |
- Remove INSTALLS_ICONS knob (not to be used for Qt-based programs)
- 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 |
4.0.5.1 08 Apr 2016 12:38:16 |
mat |
Update to 4.0.5.1.
PR: 208616
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
4.0.5.0_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
4.0.5.0_1 11 Mar 2016 11:53:42 |
tijl |
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 ) |
4.0.5.0 02 Oct 2015 21:00:01 |
pawel |
- Update to version 4.0.5.0
- Add LICENSE_FILE
PR: 202853
Submitted by: tkato432@yahoo.com |
4.0.4.0 01 Jul 2015 15:12:25 |
amdmi3 |
- Update to 4.0.4.0
- Unbreak
- Regenerate patches
PR: 201177
Submitted by: tkato432@yahoo.com
Differential Revision: |
4.0.3.2 21 May 2015 16:09:51 |
amdmi3 |
- Mark BROKEN: build fails after libssh update:
undefined reference to `ssh_forward_listen'
Related upstream bug: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=870 |
4.0.3.2 26 Feb 2015 14:04:27 |
amdmi3 |
- Switch to linguisttools_build |
4.0.3.2 20 Feb 2015 20:15:17 |
mi |
Update from 4.0.2.1 to 4.0.3.2 released on yesterday:
http://permalink.gmane.org/gmane.linux.terminal-server.x2go.announce/159 |
4.0.2.1 23 Sep 2014 11:19:37 |
amdmi3 |
- Drop @dirrm* from plist |
4.0.2.1 10 Aug 2014 12:24:56 |
marino |
net/x2goclient: Upgrade version 4.0.2.0 => 4.0.2.1
PR: 192211
Submitted by: Ports Fury |
4.0.2.0_1 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- 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 (Only the first 15 lines of the commit message are shown above ) |
4.0.2.0 17 May 2014 08:39:52 |
miwi |
- Update to 4.0.2.0
PR: 188858
Submitted by: Ports Fury |
4.0.1.3 07 Feb 2014 12:56:21 |
miwi |
- Update to 4.0.13
PR: 186421
Submitted by: ports fury |
4.0.1.2 03 Jan 2014 22:51:49 |
danilo |
- Update from 4.0.1.1 to 4.0.1.2
PR: ports/185324
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
4.0.1.1 21 Nov 2013 16:09:47 |
makc |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE |
4.0.1.1 22 Oct 2013 13:59:54 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])
Approved by: portmgr (bdrewery) |
4.0.1.1 13 Oct 2013 13:03:04 |
makc |
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes |
4.0.1.1 11 Oct 2013 17:26:40 |
danilo |
- Update from 4.0.1.0 to 4.0.1.1 [1]
- 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) |
4.0.1.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
4.0.1.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
4.0.1.0 25 Mar 2013 08:38:32 |
miwi |
- Update to 4.0.1.0
PR: 177246
Submitted by: ports fury |
4.0.0.3 02 Mar 2013 06:33:23 |
miwi |
- Update to 4.0.0.3
PR: 176543
Submitted by: Ports Fury |
4.0.0.1 04 Feb 2013 10:01:55 |
araujo |
- Update to 3.99.3.0.
PR: ports/174197
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.99.2.2_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
3.99.2.2 01 Nov 2012 12:26:11 |
pawel |
Add missed pkg-plist
Feature safe: yes |
3.99.2.2 01 Nov 2012 09:28:54 |
pawel |
- Update to version 3.99.2.2
- 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 |
3.01.5_2 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
3.01.5_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.01.5_1 27 Nov 2011 09:54:31 |
miwi |
- Fix build
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 162854
Submitted by: Ports Fury
Feature safe: yes |
3.01.5_1 01 Nov 2011 22:51:56 |
dougb |
Add EXPIRATION_DATE= 2011-11-30 to recently BROKEN ports that do not
already have one. |
3.01.5_1 19 Oct 2011 10:44:16 |
arved |
Drop maintainership, i don't use this port anymore.
Update Mastersite, there is a new version, which might fix the incompatibility
with current CUPS |
3.01.5_1 14 Oct 2011 16:44:56 |
pav |
- Mark BROKEN: does not compile
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 |
3.01.5_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.01.5_1 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
3.01.5 31 Aug 2010 21:39:59 |
pav |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat |
3.01.5 16 Aug 2010 19:02:43 |
arved |
Add x2goclient, QTversion of the x2go terminalserverclient |