Commit graph

2626 commits

Author SHA1 Message Date
Eugene Grosbein
0abfe98f83 news/husky-sqpack is a subport for news/husky to purge squish and jam msgbases.
It is a part of Husky Fidosoft Project.

PR:		200481
Submitted by:	Victor Sudakov <vas@mpeks.tomsk.su>
Approved by:	vsevolod (mentor)
2017-05-25 11:45:07 +00:00
Johan van Selst
1e77c32149 Handle special permissions through pkg-plist and not through make
(this broke building as unprivileged user)
No changes to the default build or generated package

Reported by:	naddy
2017-05-21 21:03:09 +00:00
Mark Linimon
0a534ed4c7 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 23:36:16 +00:00
Johan van Selst
8882332a00 - Update to INN 2.6.1
https://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html
- Make setuid inews and UUCP optional
2017-05-11 20:42:00 +00:00
Mark Felder
b3da10d647 news/nzbget: Update to 18.1
- Remove GnuTLS as an option and use OpenSSL by default. GnuTLS has not
been working correctly for several releases.
- Alpha sort USES

PR:		219206
Approved by:	maintainer (private email)
2017-05-11 19:20:51 +00:00
Mark Felder
d19088291f UNRAR description is now available in bsd.options.desc.mk
Approved by:	portmgr (with hat)
2017-04-26 17:34:18 +00:00
Martin Wilke
45df8c2e90 - Fix plist
- Bump PORTREVISION
2017-04-23 07:40:35 +00:00
Martin Wilke
b0527b1c3c - Fix shebangs 2017-04-19 06:17:17 +00:00
Dmitry Marakasov
ca117d27ee - Optionize docs
- Switch to options helpers
2017-04-10 11:15:25 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Tim Bishop
f61d79266f news/sabnzbdplus: Update to 1.2.3
PR:		217936
Submitted by:	joshruehlig@gmail.com (maintainer)
2017-03-22 08:22:11 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Steve Wills
9100422f80 news/sabnzbdplus: Update to 1.2.1
PR:		217359
Submitted by:	joshruehlig@gmail.com (maintainer)
2017-02-27 18:08:24 +00:00
Mark Felder
fd22dbb368 news/nzbget: rc script improvement
nzbget obeys normal signals. Use them instead of needlessly complicating
the rc script.

PR:		216894
Approved by:	maintainer timeout
MFH:		2017Q1
2017-02-22 22:24:16 +00:00
Dirk Meyer
8596ff9eea - add LICENSE
- default config now PREFIX aware
- make portlint happier
2017-02-09 10:20:41 +00:00
Dirk Meyer
fa85ec0705 - fix owner on suid binaries
- fix option FIDOGATE_RUNAS
- add LICENSE
- make portlint happier
2017-02-01 07:06:19 +00:00
Dmitry Marakasov
55cd2e2124 - Update to 1.1.1
- Switch to new GitHub home

PR:		214768
Submitted by:	joshruehlig@gmail.com (maintainer)
2017-01-30 10:22:17 +00:00
Dirk Meyer
3e8309bbf4 - make portlint happier 2017-01-29 11:28:03 +00:00
Dirk Meyer
384525da1f - add LICENSE
- make portlint happier
2017-01-29 11:06:17 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Antoine Brodin
83e5de51e7 Reinplace the target of the symlink instead of the symlink
PR:		216309
2017-01-20 09:07:38 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Koop Mast
e7251a2588 Update pan to 0.141.
Register indirect dependancies.
2017-01-11 13:34:56 +00:00
Torsten Zuehlsdorff
1de34506b1 news/nzbget: Switch default option from GNUTLS to OPENSSL
There are a series of reports of TLS handshake failures from users of the port.
Upstream responds to this reports with "Use OpenSSL instead of GNU TLS".
Therefore the maintainer decided to switch the default option to OPENSSL.

PR:            215788
Submitted by:  Toxic (maintainer)
MFH:           2017Q1
2017-01-10 09:29:31 +00:00
Koop Mast
9afbc76477 Drop USE_GCC, this fixed a segfault crash when starting the program.
PR:		199303
MFH:		2017Q1
2017-01-09 22:21:30 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Jan Beich
32d56ae68a Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00
Adam Weinberger
43281dab2d Reassign to the perl collective 2017-01-02 20:13:16 +00:00
Rene Ladan
f2d2d41cbc leeym handed in his commit bit. 2017-01-02 20:04:36 +00:00
Johan van Selst
04605e4790 Update to tin 2.4.1 2016-12-27 21:30:06 +00:00
Gerald Pfeifer
5ca0bf6617 Replace USE_GCC=4.9+ by the canonical USE_GCC=yes (which now requires
at least GCC 4.9).

Reviewed by:	tz
2016-12-26 13:16:42 +00:00
Torsten Zuehlsdorff
6b1281cda9 news/nzbget: Update from 16.4 to 17.1
Changelog: https://github.com/nzbget/nzbget/blob/v17.1/ChangeLog

PR:           215191
Submitted by: toxic@doobie.com (maintainer)
Approved by:  mentors (implicit)
2016-12-16 12:30:33 +00:00
Nikolai Lifanov
8d7993e557 update MAINTAINER to my FreeBSD.org email
Reviewed by:	matthew
Approved by:	matthew (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8782
2016-12-14 03:47:18 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Dirk Meyer
9e5103d2d2 - fix build for FreeBSD-9 2016-11-22 19:58:55 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Jan Beich
23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00
Dirk Meyer
d204a290b2 - fix build on FreeBSD-12 2016-11-19 10:42:31 +00:00
Dirk Meyer
6b700918ca - fix include and prototype problems with ansi patches
- fix nntpxmit for 64bit
2016-11-15 20:58:32 +00:00
Jan Beich
7ec7f7f9f8 chinese/tin: drop PORTREVISION as it has no effect
PR:		214384
2016-11-11 11:58:55 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Dirk Meyer
ec0dda1ae6 - fix include and prototype problems with ansi patches 2016-11-08 07:10:43 +00:00
Johan van Selst
cafcf717b2 Update slrn to 1.0.3 (bugfix release) 2016-11-06 19:51:44 +00:00
Thomas Zander
84d1efa97a Fix character encoding issues
Details:
- port now defaults to en_US.UTF-8 for LC_CTYPE
- Bump PORTREVISION

PR:		212993
Submitted by:	joshruehlig@gmail.com (maintainer)
MFH:		2016Q4
2016-11-06 10:49:03 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
John Marino
bc102237fb news/golded+: honor LDFLAGS
Approved by:	infrastructure blanket
2016-10-17 16:52:13 +00:00
Alexey Dokuchaev
bbc0e7b376 - Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line
2016-10-17 04:00:20 +00:00
Tim Bishop
f0e3a07eac Update rawdog to 2.22. 2016-10-12 12:47:22 +00:00