| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
While here, sort ONLY_FOR_ARCHS as recommended by portlint.
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D11187
|
|
|
|
|
|
| |
for easier use with py.test.
Includes upstream commit 2bb5fdf to fix 'make test'.
|
|
|
|
|
|
|
| |
PR: 220725
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D11367
|
|
|
|
| |
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=d32d7bf1c6923a42cbd5ac2fd540ecbb009ba681
|
|
|
|
|
|
| |
PR: 220153
Submitted by: olgeni
Approved by: maintainer
|
|
|
|
| |
- Update WWW
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add NO_ARCH
- Fix indent
- Bump PORTREVISION for dependency change
With hat: perl
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add NO_ARCH
- Convert to options target helper
- Bump PORTREVISION for dependency change
With hat: perl
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
With hat: perl
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add NO_ARCH
- Convert to options target helper
- Remove blank line in PLIST
- Bump PORTREVISION for dependency change
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add NO_ARCH
- Use USES=mysql
- Bump PORTREVISION for dependency change
With hat: perl
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
With hat: perl
|
|
|
|
|
|
| |
- Add BUILD_DEPENDS
- Add NO_ARCH
- Sort PLIST
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
- Update WWW: line in pkg-descr
|
|
|
|
|
|
| |
PR: 219270
Submitted by: vladislav.movchan@gmail.com
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 220269
Submitted by: douglas@douglasthrift.net(maintainer)
|
|
|
|
|
| |
PR: 214729
Submitted by: vova@fbsd.ru
|
|
|
|
|
| |
PR: 213251
Submitted by: manu
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 213251
Submitted by: manu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Add note to pkg-message on how to customize it
PR: 220249
Subitted by: jacob.block@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Changelog: https://github.com/Radarr/Radarr/releases/tag/v0.2.0.778
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
| |
PR: 220138
Submitted by: jpeatzel
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
Changes: http://hspell.ivrix.org.il/WHATSNEW
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
- While I'm here, fix space/tab
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/larskanis/opengl/blob/master/History.md
|
|
|
|
| |
Changes: https://github.com/test-unit/test-unit/blob/master/doc/text/news.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
|
| |
|
|
|
|
|
|
| |
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/xolox/python-humanfriendly/commits/master
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-GMP/Changes
|
|
|
|
|
| |
Upstream changes:
http://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt
|
|
|
|
| |
Approved by: doceng (implicit)
|
| |
|
|
|
|
|
|
|
|
| |
This solves a problem with pykeymgr being unable to load the lmdb
module.
PR: 220241, 220258
Submitted by: freebsd@dns-lab.com (maintainer)
|
| |
|
|
|
|
|
|
|
| |
- Convert devel/elfutils to USES=autoreconf.
PR: 220152
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
| |
Do not download texi2dvi from GNU directly to avoid checksum error when
usptream updates this unversioned file.
=> texi2dvi doesn't seem to exist in /usr/ports/distfiles/texinfo/6.3.
=> Attempting to fetch http://www.gtlib.gatech.edu/pub/gnu/gnu/texinfo/texi2dvi
fetch: http://www.gtlib.gatech.edu/pub/gnu/gnu/texinfo/texi2dvi: size mismatch: expected 61181, actual 61521
|
|
|
|
|
| |
- Cosmetic fixes
- Don't install useless docs
|
| |
|
|
|
|
| |
Reported by: vanilla
|
|
|
|
|
| |
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D11291
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Removed ALT_HOME option
* Fixed MILTER_DESC DCCM
* Changed PORTS_SENDMAIL to PORTS_MILTER
* Cleaned up old code
PR: 220070
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: matthew (mentor), Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Differential Revision: https://reviews.freebsd.org/D11248
|
| |
|