Commit graph

30 commits

Author SHA1 Message Date
Jan Beich
663177a551 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)
2017-02-05 18:57:59 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
60d1a83c2a 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
2015-05-14 10:15:04 +00:00
Sunpoet Po-Chuan Hsieh
21070be461 - Update MAINTAINER: use @FreeBSD.org 2015-03-12 17:12:19 +00:00
Stephen Hurd
ad758556d7 Re-create comms/linpsk
Simple Qt PSK31, RTTY, and MSK31 client
2015-01-09 19:33:26 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Soeren Straarup
fb35b24f7a Passing MAINTAINER to hamradio@ 2012-03-02 21:46:37 +00:00
Brendan Fabeny
ac39d25cb1 - 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
2011-10-17 10:08:33 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
c926af277e - Switch SourceForge ports to the new File Release System: categories starting with B,C 2009-08-22 00:15:15 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Soeren Straarup
1fec9f1920 Cleanup USE_X_PREFIX 2008-03-18 20:27:50 +00:00
Edwin Groothuis
e74f1f2ba2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:24:54 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Soeren Straarup
e6d16f439e Change my MAINTAINER email to be my @FreeBSD email
Approved by:	tmclaugh
2006-09-29 22:01:22 +00:00
Martin Wilke
b9b573a0cf - Respect CFLAGS
PR:		ports/102196
Submitted by:	Soeren Straarup <xride(at)x12.dk> (maintainer)
Approved by:	krion (mentor
2006-08-21 11:37:57 +00:00
Ion-Mihai Tetcu
0218d11cea 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)
2006-06-05 11:25:33 +00:00
Michael Johnson
2212408e69 - Chase fftw3 libver bump 2006-05-11 15:12:06 +00:00
Kris Kennaway
18d99210c2 Add missing USE_PERL5_BUILD 2006-01-25 22:57:02 +00:00
Tilman Keskinoz
4e8daf5795 Add hamradio to categories
PR:		92140
Submitted by:	Soeren Straarup <xride@x12.dk>
2006-01-22 15:56:49 +00:00
Sam Lawrance
562aef9b38 Obey PREFIX/LOCALBASE.
PR:		ports/90246
Submitted by:	Søren Straarup <xride@x12.dk> (maintainer)
2005-12-11 23:36:05 +00:00
Marcus Alves Grando
a2e582ecb6 Add SHA256
PR:		89113
Submitted by:	maintainer
2005-11-16 12:44:33 +00:00
Jean-Yves Lefort
470bfe9840 Add a missing runtime dependency.
PR:		ports/85716
Submitted by:	maintainer
2005-09-05 00:48:19 +00:00
Jean-Yves Lefort
e8819c2c20 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>
2005-06-02 20:50:47 +00:00