1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Commit Graph

454801 Commits

Author SHA1 Message Date
Dag-Erling Smørgrav
418614b64e There is no need to remove .orig files. 2018-09-10 13:23:13 +00:00
Dag-Erling Smørgrav
223afa6694 Fix BUILD_DEPENDS / RUN_DEPENDS ordering. 2018-09-10 13:21:59 +00:00
Jochen Neumeister
5de1662d10 Update to 6.5.13
Sponsored by:	Netzkommune GmbH
2018-09-10 13:21:43 +00:00
Dag-Erling Smørgrav
9d379bea24 Use ${RM}. 2018-09-10 13:21:38 +00:00
Dag-Erling Smørgrav
ce4762a648 Shorten comment. 2018-09-10 13:21:19 +00:00
Dag-Erling Smørgrav
220f318b00 Regenerate with 'make makepatch' and add a comment. Note that I am
unsure if the patch is still required, or even if it is correct.
2018-09-10 13:19:46 +00:00
Mathieu Arnold
2f70fd9e54 Only set %%PORTDOCS%%/%%PORTEXAMPLES%% if a DOCS/EXAMPLES option is defined.
PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13651
2018-09-10 13:16:27 +00:00
Mathieu Arnold
0ac9de909b Add a DEV_ERROR if PORTDOCS/PORTEXAMPLES are set and DOCS/EXAMPLES
options are not defined.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13651
2018-09-10 13:16:24 +00:00
Mathieu Arnold
cde7011950 Various cleanup & fixes post-DOCS/EXAMPLES cleanup.
PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:16:16 +00:00
Mathieu Arnold
4a3bebcae1 Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:15:47 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Mathieu Arnold
f57bc4af66 After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:11:23 +00:00
Mathieu Arnold
ce4f70264a Some modules depend on other being there before.
For example, devel_kit needs to be there before a few other, so this
fixes, and allow for future fixes of this kind of problem:

configuring additional dynamic modules
adding module in /wrkdirs/usr/ports/www/nginx-full/work/array-var-nginx-module-0.05
error: ngx_devel_kit is required to build ngx_array_var; please put it before ngx_array_var.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:11:12 +00:00
Ben Woods
6725c4d6bc net/ladvd: Update to 1.1.2
Changes this release:
  https://github.com/sspans/ladvd/compare/v1.1.1...v1.1.2

PR:		231280
Submitted by:	sten@blinkenlights.nl
2018-09-10 12:55:59 +00:00
Pietro Cerutti
34be04994c lang/seed7: update to 05_20180821
20180821:
- In fil_dos.c in the function setupFiles the handling of ctrl-c has
  been improved such that ctrl-c is sent immediate (without the need to
  press return afterwards). Additionally redirected stdin, stdout and
  stderr files are switched to binary mode now.
- In the compiler (in comp/const.s7i) the actions BIN_XOR, ENU_ICONV2,
  ENU_ORD2, INT_ICONV1 and INT_ICONV3 have been added to the list of
  special actions.
- The batch files bin/call_gcc.bat and bin/call_ar.bat have been
  improved to set environment variables with the command 'set'. This
  is necessary to execute them successfully under Wine.
- The description of log, log10 and log2 in the manual has been
  improved.
- In flt_rtl.c the functions fltLog, fltLog10 and fltLog2 have been
  added. This functions are based on the original functions log(),
  log10() and log2() and work according to IEEE 754.
- The configuration values LOG_FUNCTION_OKAY, LOG10_FUNCTION_OKAY and
  LOG2_FUNCTION_OKAY have been added to cc_conf.s7i.
- The configuration value HAS_LOG2 has been removed from cc_conf.s7i.
- The compiler (s7c) has been improved to use the functions fltLog,
  fltLog10 and fltLog2.
- In comp/inline.s7i the functions push_inline_func_param,
  pop_inline_func_param, push_inline_proc_param and
  pop_inline_proc_param have been improved to support inline functions
  with 'attr' parameters.
- The example program diff7.sd7 has been improved.
- Documentation comments have been improved in math.s7i and tar.s7i.
- In chkflt.sd7 the tests for the operators 'parse' and 'sci' and for
  the function str() have been improved.
- The program chkccomp.c has been improved to define the macros
  POW_OF_NEGATIVE_OKAY, LOG_OF_NAN_OKAY, LOG_OF_ZERO_OKAY,
  LOG_OF_NEGATIVE_OKAY, LOG10_OF_NAN_OKAY, LOG10_OF_ZERO_OKAY,
  LOG10_OF_NEGATIVE_OKAY, LOG2_OF_NAN_OKAY, LOG2_OF_ZERO_OKAY,
  LOG2_OF_NEGATIVE_OKAY, MEMCMP_RETURNS_SIGNUM and
  WMEMCMP_RETURNS_SIGNUM.
- In chkccomp.c the function determineFseekFunctions has been improved
  to make tests that actually use fseek() and ftell().
- Calls of logFunction have been added in cmd_rtl.c, str_rtl.c,
  strlib.c and striutl.c.
- In bstlib.c the function bst_cmp() has been improved to be based on
  bstCmp().
- The functions strCompare(), str_cmp() and bstCmp() have been
  improved to use different code depending on MEMCMP_RETURNS_SIGNUM
  and WMEMCMP_RETURNS_SIGNUM.
- In s7c.sd7 the function canTakeAddress has been improved to return
  FALSE for a CONSTENUMOBJECT.
2018-09-10 12:54:57 +00:00
Jochen Neumeister
f87e649233 Update to 18.2
Sponsored by:	Netzkommune GmbH
2018-09-10 12:54:05 +00:00
Dag-Erling Smørgrav
1de99e10dd Regenerate with 'make makepatch'. 2018-09-10 12:37:17 +00:00
Dag-Erling Smørgrav
d186ea8a8b Regenerate with 'make makepatch'. 2018-09-10 12:37:04 +00:00
Dag-Erling Smørgrav
859173b86e Regenerate with 'make makepatch'. 2018-09-10 12:36:34 +00:00
Stefan Eßer
ccee6bcb19 Upgrade to version 3.9.
Approved by:	antoine (implicit)
2018-09-10 12:24:31 +00:00
Dag-Erling Smørgrav
e3c509c743 Regenerate with 'make makepatch'. 2018-09-10 12:16:32 +00:00
Dag-Erling Smørgrav
6771f68cc8 Regenerate with 'make makepatch'. 2018-09-10 12:16:22 +00:00
Dag-Erling Smørgrav
b566e5dba1 Regenerate with make makepatch and add a description. 2018-09-10 12:00:39 +00:00
Dag-Erling Smørgrav
81a510fa9e Unbreak on newer Perl. 2018-09-10 11:54:21 +00:00
Jochen Neumeister
79064d158f Update to 2.1.3
Changelog:
 https://blog.s9y.org/archives/277-Serendipity-2.1.2-released.html
 https://blog.s9y.org/archives/277-Serendipity-2.1.3-released.html

Sponsored by:	Netzkommune GmbH
2018-09-10 11:22:55 +00:00
Dag-Erling Smørgrav
71abfc0d3f Remove the last few instances of TAGS. 2018-09-10 11:19:43 +00:00
Dag-Erling Smørgrav
cded85f907 Reassign all of tobez@'s p5 ports to perl@.
Approved by:	tobez
2018-09-10 11:16:59 +00:00
Tobias Kortkamp
9389f029b6 audio/cava: Unbreak build on powerpc (or with gcc 4.2)
- Remove command line options that gcc 4.2 does not recognize
- Allow build on powerpc64 again as it most likely will work now too
- Move post-patch to a patch file while here
2018-09-10 10:41:09 +00:00
Tobias Kortkamp
c037e2194d graphics/netpbm: Update to 10.83.02
The man pages are now pregenerated and part of the release tarballs
I already have to prepare, so simplify the port accordingly.

Changes:	https://raw.githubusercontent.com/t6/netpbm/v10.83.02/doc/HISTORY
2018-09-10 10:40:06 +00:00
Mathieu Arnold
847812242b Update to latest commit. 2018-09-10 10:29:20 +00:00
Mathieu Arnold
59dd2ec96a Update to v5.29.2-48-g295a484ee2 2018-09-10 10:29:16 +00:00
Mathieu Arnold
086e1f4edf Update to 3.6.9. 2018-09-10 10:29:13 +00:00
Mathieu Arnold
0e4a39bd7e Change the arch in ONLY_FOR_ARCHS_REASON_x to be actually used. 2018-09-10 10:29:10 +00:00
Mathieu Arnold
052d10856a Remove ONLY_FOR_ARCHS_REASON_<arch> that are not architecture dependant. 2018-09-10 10:29:06 +00:00
Mathieu Arnold
ba58df6efa Add a DEV_WARNING when people set ONLY_FOR_ARCHS_REASON_<arch> for an
<arch> that is supported.
2018-09-10 10:28:56 +00:00
Emanuel Haupt
67b954ed9d Update to 0.1.b94 2018-09-10 09:51:00 +00:00
Alexey Dokuchaev
7ae0af18ec - Update `mail/clawsker' to version 1.2.0
- Amend CATEGORIES to reflect that it's written in Perl

Reported by:	portscout
2018-09-10 09:49:02 +00:00
Dmitry Marakasov
498d485558 - Add LICENSE
- Fix dependency on libcurl
- Update WWW

Approved by:	portmgr blanket
2018-09-10 09:38:19 +00:00
Palle Girgensohn
e11b95628a Update telegraf to 1.7.4
Release notes:	https://docs.influxdata.com/telegraf/v1.7/about_the_project/release-notes-changelog/
2018-09-10 09:24:25 +00:00
Roger Pau Monné
ea6a007a2b xen-tools411: re-add markdown
It only has perl as a dependency (which is also a dependency for
xen-tools) and allows to build the command line documentation. Fix the
plist.

Sponsored by:	Citrix Systems R&D
2018-09-10 09:10:11 +00:00
Dmitry Marakasov
3917456699 - Add LICENSE
Approved by:	portmgr blanket
2018-09-10 09:08:19 +00:00
Emanuel Haupt
d3ae7f8dd3 Update to 1.5.2 2018-09-10 08:58:46 +00:00
Alexey Dokuchaev
30d4fb7ca9 Instruct portscout to ignore the distfile for version 1.8.3 which had been
released on 2017-11-14.  The latest version to date, 1.6.25, was released
on 2018-02-10.
2018-09-10 08:58:04 +00:00
Palle Girgensohn
faa5976bc9 Update pgbadger to version 10.0
Release notes:	http://pgbadger.darold.net/#news
2018-09-10 08:56:40 +00:00
Alexey Dokuchaev
78c3c68931 Update `graphics/zint' to version 2.6.3 (judging by the DISTVERSION, it
looks like it is -RC2, but what really happened is that first, version
2.6.3 was released on Feb 17 2018 which had erroneously listed 2.6.2 as
version in many places.  Instead of rerolling the tarball, author have
decided to upload another one, named zint-2.6.3-rc2, on Feb 21 2018).

Add a comment opposite of the DISTVERSION summarizing the above and set
the PORTSCOUT accordingly.

Unfortunately, Zint now requires Qt 5, rather than 4, to build against.
2018-09-10 08:17:46 +00:00
Yuri Victorovich
c9df16a3a7 science/msms: Add back NO_WRKSUBDIR
Reported by:	mat
2018-09-10 07:09:49 +00:00
Emanuel Haupt
63ac3e99f3 - Update to 0.1.20180813
- Update WWW, the upstream git repository has moved
2018-09-10 07:06:46 +00:00
Yuri Victorovich
82feb5323f science/vmd: Remove RESTRICTED: not required
Reported by:	mat
Approved by:	portmgr
2018-09-10 07:06:17 +00:00
Yuri Victorovich
b8441e0876 math/py-chaospy: Update 2.3.3 -> 2.3.4
Reported by:	portscout
2018-09-10 07:04:56 +00:00
Yuri Victorovich
d9209e1e43 net/charm: Remove RESTRICTED, change LICENSE_PERMS to none
Reported by:	mat
2018-09-10 07:03:46 +00:00