1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
Commit Graph

421677 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
fafc780260 Remove Perl core modules
- While I'm here:
  - Remove MASTER_SITES
  - Add missing OPTIONS_DEFINE=DOCS
  - Fix indent
  - Convert to options target helper
- Bump PORTREVISION for dependency change

With hat:	perl
2017-06-26 03:24:48 +00:00
Sunpoet Po-Chuan Hsieh
fb99832231 Remove Perl core modules
- Bump PORTREVISION for dependency change

With hat:	perl
2017-06-26 03:24:43 +00:00
Sunpoet Po-Chuan Hsieh
35ee4cb4ad Remove Perl core modules
- Add LICENSE_FILE
- Add NO_ARCH
- Convert to options target helper
- Remove blank line in PLIST
- Bump PORTREVISION for dependency change
2017-06-26 03:24:38 +00:00
Sunpoet Po-Chuan Hsieh
13b6c21943 Remove Perl core modules
- While I'm here:
  - Add NO_ARCH
  - Use USES=mysql
- Bump PORTREVISION for dependency change

With hat:	perl
2017-06-26 03:24:33 +00:00
Sunpoet Po-Chuan Hsieh
a276e17aa5 Remove Perl core modules
- Bump PORTREVISION for dependency change

With hat:	perl
2017-06-26 03:24:28 +00:00
Sunpoet Po-Chuan Hsieh
69e693522e Add LICENSE
- Add BUILD_DEPENDS
- Add NO_ARCH
- Sort PLIST
2017-06-26 03:24:23 +00:00
Sunpoet Po-Chuan Hsieh
cbebc75fb0 Use USES=mysql 2017-06-26 03:24:18 +00:00
Sunpoet Po-Chuan Hsieh
980b63621e Use USES=mysql 2017-06-26 03:24:13 +00:00
Sunpoet Po-Chuan Hsieh
c233889ee6 Fix WWW
Approved by:	portmgr (blanket)
2017-06-26 03:24:08 +00:00
Sunpoet Po-Chuan Hsieh
cf0467d6ad Fix WWW
Approved by:	portmgr (blanket)
2017-06-26 03:24:04 +00:00
Wen Heping
0701365a55 - Update to 1.3.5 2017-06-26 02:19:13 +00:00
TAKATSU Tomonari
6656c62e3b - Update to 1.6-1
- Update WWW: line in pkg-descr
2017-06-26 01:26:35 +00:00
Mark Linimon
f611562af8 Attempt to fix build on -current. Remove BROKEN_<arch> false positives.
PR:		219270
Submitted by:	vladislav.movchan@gmail.com
Approved by:	maintainer
2017-06-26 00:42:53 +00:00
Jan Beich
305c67dffe games/aquaria: unbreak after r443975
Aquaria/Continuity.cpp:(.text+0x1684e): undefined reference to `tinyxml2::StrPair::GetStr()'
CMakeFiles/aquaria.dir/Aquaria/DSQ.cpp.o: In function `DSQ::loadModsCallback(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, long)':
Aquaria/DSQ.cpp:(.text+0x1014e): undefined reference to `tinyxml2::StrPair::GetStr()'
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
2017-06-26 00:11:22 +00:00
Wen Heping
82d497af14 - Update to 10.4.0
PR:		220269
Submitted by:	douglas@douglasthrift.net(maintainer)
2017-06-26 00:08:24 +00:00
Mark Linimon
06ee07c1c8 Add slave port for u-bootorangepi-plus2e ARM SoC board u-boot support.
PR:		214729
Submitted by:	vova@fbsd.ru
2017-06-25 23:47:24 +00:00
Mark Linimon
695ff1c023 Fix pkg-descr information.
PR:		213251
Submitted by:	manu
2017-06-25 23:26:45 +00:00
Dmitry Marakasov
b4030e6bfb - Add database/pldebugger
This module is a set of shared libraries which implement an API for
debugging pl/pgsql functions on PostgreSQL 8.4 and above.

WWW: https://git.postgresql.org/gitweb/?p=pldebugger.git;a=summary
2017-06-25 23:16:44 +00:00
Mark Linimon
7c486bd2ed Add u-boot-chip, uboot port customized for the CHIP $9 computer.
PR:		213251
Submitted by:	manu
2017-06-25 22:51:23 +00:00
Diane Bruce
753482114b Update to fldigi 4.0.5
N.B. Removal of options oss, sndfile, and portaudio as portaudio and
sndfile is now always needed due to an upstream change.

=Version 4.0.5=
2017-06-19  David Freese  <iam_w1hkj@w1hkj.com>

        bc29d97: Documentation update
        6164c26: TELNET timeout
        8922c5d: FD macros
        b0928a0: N3FJP PTT
        dcca120: Rx/Tx open/close
        a49cf18: xmlrpc configuration
        36a7fce: FSQ macros
        6aaec34: Consistency check fail
        7bcd89c: Audio Alerts
        5f65d2e: Restore defaults
        a9346cd: cw variable squelch
        8460fba: INSTALL/README/NEWS
        c2c9f38: CW Extended char set
        ad8e33e: County field
        64b397f: autostart on os x
        43b37fe: Rx Context Menu
        3aea3ca: Port Audio on Linux
        f994b6a: NEWS update
2017-06-25 21:32:39 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Mikolaj Golub
9c92503171 update to 20170510 2017-06-25 20:40:05 +00:00
Mark Linimon
ad1dcffa93 This program boots an i.MX or Vybrid system using a copy of U-Boot
transferred to the system over an OTG or UART connection.  It can be
used to "unbrick" a system which has a corrupted or missing copy of
U-Boot in nonvolatile media such as nand flash or eeprom.  i.MX systems
use the OTG port, Vybrid systems use the UART port.

To use this, connect the OTG port of your i.MX board to a USB host
port on your computer, power on the board, then run imx_usb <filename>
where filename is the board-specific u-boot.imx file to boot with.

WWW: https://github.com/boundarydevices/imx_usb_loader

PR:		220260
Submitted by:	ian
2017-06-25 20:02:56 +00:00
Guido Falsi
a906c61978 - Fix calibre rc script, which broke after the 3.0 update
- Add note to pkg-message on how to customize it

PR:		220249
Subitted by:	jacob.block@gmail.com
2017-06-25 19:48:35 +00:00
Mark Linimon
20b757fdae Switch from bsdimp repo to master repo (dgibson) and update to 1.4.4.
DTC 1.4.4
  It turns out that dtc 1.4.3 - and most previous versions - have a
  serious build bug on a number of distros: libfdt.h incorrectly defines
  some system reserved __* macros for use with sparse.  These conflict
  with some system headers on RHEL7 and probably several other Linux
  distributions.

  This quick fix release includes patches to correct those build
  failures.  It also has a tiny handful of other cleanups.

  DTC 1.4.3
  This release adds code to libfdt to apply dynamic overlays in the
  format used by many Linux kernels for ARM.  Apart from that there are
  a number of small bugfixes and enhancements.

PR:		220089
Submitted by:	manu
Reviewed by:	imp (maintainer)
2017-06-25 19:29:03 +00:00
Mark Felder
f6b722c235 net-p2p/radarr: Update to 2.0.778
Changelog:	https://github.com/Radarr/Radarr/releases/tag/v0.2.0.778
2017-06-25 18:38:38 +00:00
Stephen Montgomery-Smith
8aa53dd6fd - Update to 2.11.2. 2017-06-25 18:25:49 +00:00
Sunpoet Po-Chuan Hsieh
3e177b8cea Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 18:12:52 +00:00
Sunpoet Po-Chuan Hsieh
9dc809ac85 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 18:12:47 +00:00
Sunpoet Po-Chuan Hsieh
9f819cf3f1 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 18:12:43 +00:00
Sunpoet Po-Chuan Hsieh
ba3a67c486 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 18:06:29 +00:00
Rene Ladan
c8a228730b Remove expired ports:
2017-06-15 databases/pgpool-II: Deprecated by upstream; use database/pgpool instead
2017-06-15 databases/pgpool-II-30: Deprecated by upstream; use database/pgpool instead
2017-06-18 games/libgames-support: Superseded by libgnome-games-support, no longer used by anything
2017-06-22 net/sixxs-aiccu: SixXS shutdown on 2017-06-06, https://www.sixxs.net/sunset/
databases/pgpoolAdmin: depended on expired databases/pgpool-II and only supported PostgreSQL 9.2 which is will EOL in September 2017
2017-06-25 17:26:23 +00:00
Sunpoet Po-Chuan Hsieh
3e2dfa8fe7 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 17:19:07 +00:00
Sunpoet Po-Chuan Hsieh
d4e439cc62 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 17:19:02 +00:00
Sunpoet Po-Chuan Hsieh
2a5cc377cc Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 17:18:57 +00:00
Sunpoet Po-Chuan Hsieh
c6faa96cf4 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 17:18:53 +00:00
Sunpoet Po-Chuan Hsieh
20b1b132a0 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 17:18:48 +00:00
Sunpoet Po-Chuan Hsieh
210af10efd Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 17:18:43 +00:00
Rene Ladan
d6164c9b4e Tweak textproc/pootle to appease poudriere for translate-toolkit 2.2.0
PR:		220138
Submitted by:	jpeatzel
2017-06-25 17:10:54 +00:00
Richard Gallamore
158f41c926 * Updated to 2.3.0
PR:		220124
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11350
2017-06-25 16:25:44 +00:00
Richard Gallamore
878811ae98 * Updated to 1.7.0
Changelog:	https://github.com/google/flatbuffers/releases/tag/v1.7.0

PR:		220083
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11349
2017-06-25 16:23:41 +00:00
Richard Gallamore
5a71737e40 * Updated to 2.11
* New maintainer Jov <amutu@amutu.com>

Changelog:	https://www.csie.ntu.edu.tw/~cjlin/liblinear/log

PR:		220104
Submitted by:	Jov <amutu@amutu.com> (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11351
2017-06-25 16:21:46 +00:00
Richard Gallamore
68fbec18b6 * Updated to 2.2
Changelog:	http://metaf2xml.sourceforge.net/RelInfo-2.2.txt

PR:		220081
Submitted by:	<metaf2xml@users.sourceforge.net>
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11313
2017-06-25 16:19:05 +00:00
Sunpoet Po-Chuan Hsieh
0f3eae25a2 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 16:04:03 +00:00
Sunpoet Po-Chuan Hsieh
97afeca91b Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 16:03:58 +00:00
Thierry Thomas
3dbf5ee20d Upgrade to 2.0.2. 2017-06-25 15:56:33 +00:00
Sunpoet Po-Chuan Hsieh
702b8946fd Update to 1.4
Changes:	http://hspell.ivrix.org.il/WHATSNEW
2017-06-25 15:04:25 +00:00
Sunpoet Po-Chuan Hsieh
ed9a89d02d Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 15:04:20 +00:00
Sunpoet Po-Chuan Hsieh
94cd57c6c9 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 15:04:14 +00:00
Sunpoet Po-Chuan Hsieh
6369645211 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 15:04:10 +00:00