non port: games/qgo/Makefile |
Number of commits found: 52 |
Sunday, 2 Dec 2018
|
15:41 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
 |
Sunday, 4 Nov 2018
|
12:15 antoine
Mark BROKEN: fails to build
network/cyberoroconnection.cpp:546:27: error: constant expression evaluates to
250 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
char packet[8] = { 0x0a, 0xfa, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00 };
^~~~
Reported by: pkg-fallout
 |
Thursday, 28 Jun 2018
|
17:39 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
 |
Saturday, 16 Apr 2016
|
12:29 danfe
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
 |
Tuesday, 29 Jul 2014
|
18:41 adamw
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
 |
Thursday, 21 Nov 2013
|
16:09 makc
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
 |
Tuesday, 22 Oct 2013
|
13:53 amdmi3
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery)
 |
Sunday, 13 Oct 2013
|
13:03 makc
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
 |
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Sunday, 9 Jun 2013
|
16:56 miwi
- Update to version 2.s764
PR: 179220
Submitted by: Ports Fury
 |
Sunday, 30 Dec 2012
|
12:03 beat
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Tuesday, 20 Oct 2009
|
09:40 miwi
- Update to 1.5.4.3
PR: 139765
Submitted by: Ports Fury
 |
Saturday, 22 Aug 2009
|
00:23 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with G
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
 |
Friday, 6 Jun 2008
|
13:31 edwin
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)
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
 |
Friday, 14 Dec 2007
|
18:45 miwi
- Update to 1.5.4.2
PR: 118610
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Wednesday, 20 Jun 2007
|
14:18 miwi
- Update to 1.5.4
PR: 113770
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Tuesday, 13 Feb 2007
|
00:16 pav
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
 |
Wednesday, 17 Jan 2007
|
20:44 miwi
- Update to 1.5.3
PR: 107998
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Monday, 9 Oct 2006
|
00:38 alepulver
- Update to version 1.5.2.
PR: ports/104173
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Saturday, 15 Apr 2006
|
19:39 arved
Update to 1.5.1
PR: 95817
Submitted by: KATO Tsuguru
 |
Saturday, 21 Jan 2006
|
00:04 pav
- Update to 1.0.4.2
PR: ports/92009
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Sunday, 11 Dec 2005
|
17:52 tdb
- Update to version 1.0.3.2
PR: 90193
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: clement (mentor)
 |
Monday, 10 Oct 2005
|
10:28 garga
- Update to 1.0.3
PR: ports/87059
Submitted by: Ports Fury
 |
Friday, 8 Jul 2005
|
18:46 novel
update to 1.0.2.
PR: 83154
Submitted by: Ports Fury
 |
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
 |
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
 |
Tuesday, 5 Apr 2005
|
09:26 krion
Update to version 1.0.1
PR: ports/79474
Submitted by: Ports Fury
 |
Thursday, 23 Dec 2004
|
09:57 krion
Update to version 1.0.0.2
PR: ports/75397
Submitted by: Ports Fury
 |
Saturday, 18 Dec 2004
|
18:46 krion
Update to version 1.0.0
PR: ports/75113
Submitted by: Ports Fury
 |
Tuesday, 7 Dec 2004
|
11:22 lesi
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade
 |
Tuesday, 26 Oct 2004
|
17:50 krion
Update to version 0.2.2
PR: ports/73076
Submitted by: Ports Fury
 |
Monday, 23 Aug 2004
|
19:01 krion
Update to version 0.2.1
PR: ports/70867
Submitted by: Ports Fury
 |
Monday, 10 May 2004
|
15:41 krion
- Update to version 0.2
PR: ports/66465
Submitted by: Ports Fury
 |
Sunday, 14 Mar 2004
|
08:00 krion
- Fix build with qt33
PR: ports/64212
Submitted by: Ports Fury
 |
Tuesday, 10 Feb 2004
|
15:26 krion
- Update to version 0.1.3
PR: ports/62638
Submitted by: Ports Fury
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Wednesday, 17 Dec 2003
|
16:41 krion
- Update to version 0.1.2
PR: 60338
Submitted by: Ports Fury
 |
Wednesday, 5 Nov 2003
|
15:58 krion
- Update to version 0.1.1
PR: 58962
Submitted by: Ports Fury
 |
Friday, 7 Mar 2003
|
06:03 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Saturday, 22 Feb 2003
|
23:16 arved
Update to 0.0.14. USE_QT= 3. Set MAINTAINER back to ports
 |
Friday, 23 Aug 2002
|
05:53 alane
Grab all the qt2/kde2 ports with no maintainer and put them under kde@
maintainership.
 |
Sunday, 30 Jun 2002
|
02:50 ijliao
Replace ${PERL} with ${REINPLACE_CMD}
PR: 40012
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
 |
Monday, 20 May 2002
|
16:31 ijliao
upgrade to 0.0.11
 |
Saturday, 13 Apr 2002
|
06:57 ijliao
add qgo 0.0.8
A Go board and SGF editor written with the Qt library
 |
Number of commits found: 52 |