1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

2618 Commits

Author SHA1 Message Date
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
Emanuel Haupt
f00dcaf2f4 Update to 1.4.3 2016-10-05 19:40:06 +00:00
Max Khon
64970e81af Update to 1.1.5-20160322. 2016-10-04 17:32:58 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Dmitry Marakasov
28a6baef51 - Update to 1.1.0
- While here, add NO_ARCH and apply minor cosmetic fixes

PR:		212848
Submitted by:	joshruehlig@gmail.com (maintainer)
2016-09-22 16:14:31 +00:00
Dirk Meyer
0ee9555e3d - fix cstd fior FreeBSD-12 2016-09-16 05:42:59 +00:00
Emanuel Haupt
7ab1953b59 Mark NO_ARCH and define LICENSE 2016-09-10 10:48:13 +00:00
Tijl Coosemans
e0c01ee5d1 Fix package install failure when /var/spool/news already exists. 2016-09-07 16:11:00 +00:00
Dmitry Marakasov
d4d1ca9e1a - Add NO_ARCH
- Switch to options helpers
2016-08-18 09:01:14 +00:00