non port: chinese/qterm/Makefile |
SVNWeb
|
Number of commits found: 67 |
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Tue, 1 Jan 2019
|
[ 12:20 tcberner ]
chinese/qterm: remove KDE option after r488807
MFH: 2019Q1
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
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
|
Sun, 4 Nov 2018
|
[ 11:50 antoine ]
Mark BROKEN: fails to build
src/uaocodec.cpp:2515:61: error: constant expression evaluates to -128 which
cannot be narrowed to type 'uchar' (aka 'unsigned char') [-Wc++11-narrowing]
{'\x00','\x7d'},{'\x00','\x7e'},{'\x00','\x7f'},{'\x00','\x80'},{'\x00','\x00'},
^~~~~~
Reported by: pkg-fallout
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
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
|
Thu, 21 Jun 2018
|
[ 16:52 tcberner ] (Only the first 10 of 105 ports in this commit are shown above. )
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 42 ports in this commit are shown above. )
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
|
Wed, 24 Aug 2016
|
[ 08:20 tcberner ] (Only the first 10 of 364 ports in this commit are shown above. )
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 19 Aug 2015
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
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)
|
Sun, 1 Jun 2014
|
[ 16:43 ohauer ] (Only the first 10 of 17 ports in this commit are shown above. )
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
|
Tue, 18 Feb 2014
|
[ 14:31 makc ] (Only the first 10 of 241 ports in this commit are shown above. )
- Bump PORTREVISION after KDE4_PREFIX change
|
Wed, 8 Jan 2014
|
[ 15:47 vanilla ] (Only the first 10 of 18 ports in this commit are shown above. )
Support STAGEDIR.
Approved by: portmgr (blanket infrastructure)
|
Fri, 20 Sep 2013
|
[ 16:01 bapt ] (Only the first 10 of 138 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
|
Sun, 15 Sep 2013
|
[ 08:15 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 16 Apr 2013
|
[ 18:23 madpilot ] (Only the first 10 of 21 ports in this commit are shown above. )
- "Update" to 2.5.12. This is the supported stable branch upstream
- Bump PORTEPOCH
- Trim Makefile header
- Add CONFLICTS_INSTALL [1]
- Make rc scripts more rclint compliant
- Update WWW line in pkg-descr
PR: ports/175063
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Approved by: danfe (maintainer of games/qstat, via email) [1]
Approved by: Kai Wang <kaiwang27@gmail.com> (maintainer of chinese/qterm) [1]
Feature safe: yes
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Tue, 19 Mar 2013
|
[ 14:01 makc ]
- Update to 0.5.12
- Convert to new option framework
- Pass maintainership to submitter
PR: ports/176598
Submitted by: Kai Wang <kaiwang27@gmail.com>
|
Sun, 30 Dec 2012
|
[ 12:03 beat ] (Only the first 10 of 266 ports in this commit are shown above. )
- 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
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 24 Feb 2011
|
[ 23:25 miwi ] (Only the first 10 of 20 ports in this commit are shown above. )
- Move over to python2.5 or higher
- While here kick md5
|
Sun, 9 Jan 2011
|
[ 11:13 sunpoet ] (Only the first 10 of 75 ports in this commit are shown above. )
- Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here
PR: ports/153634
Submitted by: sunpoet (myself)
Approved by: pav (with portmgr hat)
|
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
|
Sat, 13 Feb 2010
|
[ 08:55 miwi ]
- Update MASTER_SITES
PR: 143391
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sun, 13 Dec 2009
|
[ 17:00 miwi ] (Only the first 10 of 57 ports in this commit are shown above. )
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
|
Sat, 22 Aug 2009
|
[ 00:15 amdmi3 ] (Only the first 10 of 78 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
|
Wed, 19 Aug 2009
|
[ 18:50 erwin ]
Reset maintainer
<yuanjue@yuanjue.net>: connect to yuanjue.net[208.73.210.27]:25: Connection
refused
|
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
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 6 Jun 2008
|
[ 13:14 edwin ] (Only the first 10 of 25 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)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Thu, 6 Mar 2008
|
[ 08:38 lwhsu ]
- Update to 0.4.1
PR: ports/121397
Submitted by: Denise H. G. <darcsis AT gmail.com>
Approved by: "YUAN Jue" <yuanjue AT yuanjue.net> (maintainer)
|
Fri, 14 Dec 2007
|
[ 22:56 pav ]
- Add missed dependency on perl
|
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}.
|
Thu, 10 Aug 2006
|
[ 01:50 clsung ]
- Does not build on 4.x
Approved by: maintainer (Yuan, Jue) (implicit)
|
Fri, 4 Aug 2006
|
[ 09:08 clsung ]
1. make qterm.cfg & address.cfg writable by default since native linux version
has this feature.
2. add one more address to MASTER_SITES
3. add PKGNAMEPREFIX
PR: ports/101345
Submitted by: maintainer (Yuan Jue)
|
Tue, 1 Aug 2006
|
[ 12:19 clsung ]
- upgrade from 0.4.0-pre2 to 0.4.0-release
- pass maintainership
PR: ports/100918
Submitted by: maintainer (Yuan Jue)
Approved by: maintainer (gavin_AT_FreeBSDChina dot org)
|
Tue, 25 Jul 2006
|
[ 14:52 clsung ]
- fix compiling problem
- libtool problem
- executable file problem
PR: ports/97177
Submitted by: Yuan, Jue <yuanjue_AT_yuanjue dot net>
Approved by: maintainer timeout
|
Wed, 3 May 2006
|
[ 23:38 edwin ] (Only the first 10 of 88 ports in this commit are shown above. )
remove USE_REINPLACE for all ports with categories starting with C
|
Wed, 15 Dec 2004
|
[ 05:46 clive ]
Update to 0.4.0.p2, which also includes changes below:
o Use a more flexible form of USE_PYTHON
o Build on non i386 platform is believed to be fixed.
PR: ports/75052
Submitted by: MAINTAINER
|
Wed, 8 Dec 2004
|
[ 20:54 lesi ]
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Approved by: maintainer
|
Thu, 18 Nov 2004
|
[ 22:08 kris ]
BROKEN on 6.x and !i386: Does not compile
|
Mon, 1 Nov 2004
|
[ 08:12 clive ]
Update to 0.4.0pre1.
PR: ports/73305
Submitted by: MAINTAINER
|
Fri, 20 Aug 2004
|
[ 22:18 pav ]
- Update to 0.3.7
PR: ports/70445
Submitted by: Gavin Mu <gavin@FreeBSDChina.org> (maintainer)
|
Mon, 26 Jul 2004
|
[ 11:16 vs ]
Unbreak on 4.X, use QString::null instead of ""
PR: ports/69519
Submitted by: Cheng-Lung Sung
Approved by: maintainer
|
Fri, 2 Jul 2004
|
[ 08:24 kris ]
BROKEN on 4.x: Does not compile
|
Tue, 25 May 2004
|
[ 07:32 krion ]
- Update to version 0.3.6
PR: ports/67160
Submitted by: maintainer
|
Tue, 16 Mar 2004
|
[ 14:56 krion ]
- Update to version 0.3.5
- Fix WWW:
- Assign maintainership to submitter
PR: ports/64278
Submitted by: Gavin Mu <gavin@tju.edu.cn>
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Fri, 21 Nov 2003
|
[ 03:09 linimon ] (Only the first 10 of 47 ports in this commit are shown above. )
statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org. We're sorry to see you
go and want to thank you for your help in the past.
PR: ports/59515
Submitted by: statue@freebsd.sinica.edu.tw
|
Sun, 9 Nov 2003
|
[ 08:46 leeym ]
update to 0.3.2
PR: 56685
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
|
Tue, 29 Jul 2003
|
[ 05:48 daichi ]
update chinese/qterm: update MASTER_SITES
PR: 55001
Submitted by: Statue <statue@freebsd.sinica.edu.tw> (maintainer)
|
Mon, 14 Apr 2003
|
[ 16:55 arved ]
add CONFIGURE_ARGS+="--enable-mt"
remove file: files/patch-qterm::qtermtelnet.h
PR: 50902
Submitted by: maintainer
|
Sat, 12 Apr 2003
|
[ 20:37 arved ]
Update to 0.2.0
PR: 50860
Submitted by: maintainer
|
Fri, 21 Feb 2003
|
[ 11:06 knu ] (Only the first 10 of 76 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 16 Jan 2003
|
[ 09:21 arved ]
Update to 0.1.7
USE_QT_VER=3
PR: 47123
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
|
Fri, 19 Apr 2002
|
[ 12:45 ijliao ]
upgrade to 0.1.5
PR: 37217
Submitted by: maintainer
|
Mon, 15 Apr 2002
|
[ 10:47 ijliao ]
upgrade to 0.1.4
PR: 37093
Submitted by: maintainer
|
Sun, 24 Feb 2002
|
[ 06:18 clive ]
o mv patch-aa to patch-Makefile o add a new patch file: patch-qterm.cpp o
change master site
|
Fri, 2 Nov 2001
|
[ 04:59 clive ]
Upgrade to 0.1.3
|
Sat, 27 Oct 2001
|
[ 07:02 clive ]
New port: QTerm is a BBS client in Unix. Its original goal is to make it a
practical tool like CTerm and STerm in Windows.
|
Number of commits found: 67 |