non port: comms/linpsk/Makefile |
Number of commits found: 29 |
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
 |
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
 |
Sunday, 5 Feb 2017
|
18:57 jbeich
comms/linpsk: unbreak with clang 4.0
crxdisplay.cpp:101:16: error: ordered comparison between pointer and zero
('Input *' and 'int')
if ( Sound <= NULL )
~~~~~ ^ ~~~~
PR: 216234
Submitted by: tcberner
Approved by: maintainer timeout (2 weeks)
 |
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 12 Mar 2015
|
17:12 sunpoet
- Update MAINTAINER: use @FreeBSD.org
 |
Friday, 9 Jan 2015
|
19:33 shurd
Re-create comms/linpsk
Simple Qt PSK31, RTTY, and MSK31 client
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 2 Mar 2012
|
21:44 xride
Passing MAINTAINER to hamradio@
 |
Monday, 17 Oct 2011
|
10:08 bf
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
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
 |
Saturday, 22 Aug 2009
|
00:15 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
 |
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
 |
Friday, 6 Jun 2008
|
13:15 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)
 |
Tuesday, 18 Mar 2008
|
20:27 xride
Cleanup USE_X_PREFIX
 |
Thursday, 4 Oct 2007
|
00:21 edwin
Remove always-false/true conditions based on OSVERSION 500000
 |
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}.
 |
Friday, 29 Sep 2006
|
22:01 xride
Change my MAINTAINER email to be my @FreeBSD email
Approved by: tmclaugh
 |
Monday, 21 Aug 2006
|
11:37 miwi
- Respect CFLAGS
PR: ports/102196
Submitted by: Soeren Straarup <xride(at)x12.dk> (maintainer)
Approved by: krion (mentor
 |
Monday, 5 Jun 2006
|
11:25 itetcu
Change IGNORE to BROKEN accordingly to:
books/porters-handbook/dads-noinstall.html
Since it does not build then it should be BROKEN not IGNORE.
PR: 98524
Submitted by: Soeren Straarup (maintainer)
Approved by: lawrance (mentor, implicit)
 |
Thursday, 11 May 2006
|
15:12 ahze
- Chase fftw3 libver bump
 |
Wednesday, 25 Jan 2006
|
22:57 kris
Add missing USE_PERL5_BUILD
 |
Sunday, 22 Jan 2006
|
15:56 arved
Add hamradio to categories
PR: 92140
Submitted by: Soeren Straarup <xride@x12.dk>
 |
Sunday, 11 Dec 2005
|
23:36 lawrance
Obey PREFIX/LOCALBASE.
PR: ports/90246
Submitted by: Søren Straarup <xride@x12.dk> (maintainer)
 |
Monday, 5 Sep 2005
|
00:48 jylefort
Add a missing runtime dependency.
PR: ports/85716
Submitted by: maintainer
 |
Thursday, 2 Jun 2005
|
20:50 jylefort
Add linpsk.
This is a small PSK31 program that uses QT, and a soundcard as modem.
WWW: http://linpsk.sourceforge.net/
PR: ports/81617
Submitted by: Søren Straarup <xride@x12.dk>
 |
Number of commits found: 29 |