1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

411070 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
634c18139c Update to 1.1.1
- Clean up MASTER_SITES
- Add LICENSE
- Add NO_ARCH
- Sort USE_PYTHON
- Update WWW

Changes:	https://cito.github.io/DBUtils/RelNotes-1.1.1.html
2017-02-05 10:06:22 +00:00
Sunpoet Po-Chuan Hsieh
c3ab838476 Update to 0.180001
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Tree-Simple-View/Changes
2017-02-05 10:06:17 +00:00
Sunpoet Po-Chuan Hsieh
ae11844deb Update to 5.1.2
Changes:	https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-02-05 10:06:12 +00:00
Vasil Dimov
db1916cb2b ftp/wget: Upgrade from 1.18_2 to 1.19 2017-02-05 09:54:31 +00:00
Dmitry Sivachenko
d5edbee8d3 Use python-version-specific dependencies so they work as expected with
non-default python.

PR:		215201
Submitted by:	John W. O'Brien <john@saltant.com>
Maintainer timeout.
2017-02-05 09:03:41 +00:00
Dmitry Marakasov
00b0fcdee3 - Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-02-05 09:01:31 +00:00
Olivier Duchateau
21b07c9f57 Update to 0.30 2017-02-05 08:34:35 +00:00
Olivier Duchateau
c686fb8bed Update to 1.0.2 2017-02-05 08:20:19 +00:00
Thomas Zander
c6d217920a Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by:	robert.burmeister@utoledo.edu (via email)
2017-02-05 08:17:43 +00:00
Ben Woods
4fde3644de audio/logitechmediaserver: Do not use perl when setting ARCHNAME variable
Reported by:	David Z <daz@hyperchronos.org>
Reported by:	marino
Approved by:	portmgr blanket
2017-02-05 08:00:29 +00:00
Jan Beich
0f820d4632 graphics/bugle: unbreak with gcc5 or later
budgielib/tables.c: In function '_budgie_dump_TYPE_10GLXPbuffer':
budgielib/tables.c:31:47: error: expected ')' before 'PRIu0'
     budgie_snprintf_advance(buffer, size, "%" PRIu0, (uint0_t) *value);
                                               ^
[...]

PR:		216707
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2017-02-05 07:52:22 +00:00
Kirill Ponomarev
8dcb053620 Update comms/twpsk to 4.2
PR:		216742
Submitted by:	takefu@airport.fm
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9446
2017-02-05 07:40:07 +00:00
Kirill Ponomarev
610ab969d5 Update math/cadabra2 to 2.1.2
PR:		216717
Submitted by:	yuri@rawbw.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9439
2017-02-05 07:35:28 +00:00
John Marino
5b62d51294 lang/gcc6-aux: Fix cross-compiler slave ports (stage QA)
I knew about the version bump but somehow missed implementing it,
resulting in stage failures for those slave ports that have pkg-plist
defined.  Bump them all as well.
2017-02-05 07:21:44 +00:00
Jan Beich
2523133cb3 devel/tigcc: unbreak with gcc5 or later
PR:		216810
2017-02-05 07:19:09 +00:00
Jan Beich
094319b8e0 games/super_methane_brothers: use clang and unbreak with gcc5 or later
sources/misc.cpp:43:65: error: narrowing conversion of '4294967248u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_0c = {SPR_ENDSPR_1+0x0c,0x0020,0xFFFFFFD0};
                                                                 ^
sources/misc.cpp:46:65: error: narrowing conversion of '4294967282u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_0f = {SPR_ENDSPR_1+0x0f,0x005E,0xFFFFFFF2};
                                                                 ^
sources/misc.cpp:47:65: error: narrowing conversion of '4294967290u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_10 = {SPR_ENDSPR_1+0x10,0x007E,0xFFFFFFFA};
                                                                 ^
sources/misc.cpp:48:65: error: narrowing conversion of '4294967289u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_11 = {SPR_ENDSPR_1+0x11,0x008E,0xFFFFFFF9};
                                                                 ^
sources/misc.cpp:50:65: error: narrowing conversion of '4294967291u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_13 = {SPR_ENDSPR_1+0x13,0x00B2,0xFFFFFFFB};
                                                                 ^
sources/misc.cpp:51:65: error: narrowing conversion of '4294967290u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_14 = {SPR_ENDSPR_1+0x14,0x00C2,0xFFFFFFFA};
                                                                 ^
sources/misc.cpp:60:65: error: narrowing conversion of '4294967280u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_1d = {SPR_ENDSPR_1+0x1d,0x0030,0xFFFFFFF0};
                                                                 ^

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 07:18:55 +00:00
Sunpoet Po-Chuan Hsieh
676fc5eb25 Mark DEPRECATED and set EXPIRATION_DATE to 2017-02-28 2017-02-05 05:32:42 +00:00
Sunpoet Po-Chuan Hsieh
f6f5097cf3 Update RUN_DEPENDS: change from devel/rubygem-builder32 to devel/rubygem-builder 2017-02-05 05:32:36 +00:00
Sunpoet Po-Chuan Hsieh
ab95a5f077 Update to 3.2.3
- Add LICENSE_FILE
- Remove PORTSCOUT

Changes:	https://github.com/jimweirich/builder/blob/master/CHANGES
2017-02-05 05:32:28 +00:00
Sunpoet Po-Chuan Hsieh
02b4c74ba6 Update to 7.5.0
Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V7.md
PR:		216795
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-02-05 05:32:24 +00:00
Sunpoet Po-Chuan Hsieh
c1a2e06302 Update to 6.9.5
Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
PR:		216794
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-02-05 05:32:19 +00:00
Sunpoet Po-Chuan Hsieh
b994422547 Update to 4.7.3
Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V4.md
PR:		216793
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-02-05 05:32:15 +00:00
Sunpoet Po-Chuan Hsieh
191f693dff Update to 0.70
- Add LICENSE_FILE
- Add BUILD_DEPENDS
- Sort *_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/BibTeX-Parser/Changes
2017-02-05 05:32:10 +00:00
Sunpoet Po-Chuan Hsieh
8dfc000a22 Update to 0.26
- Strip shared library
- Regenerate patch files with makepatch:
- Sort PLIST

Changes:	http://search.cpan.org/dist/Authen-TacacsPlus/Changes
2017-02-05 05:32:05 +00:00
Sunpoet Po-Chuan Hsieh
db0ad9aca8 Remove Perl core modules
- Add NO_ARCH
- Bump PORTREVISION for dependency change

With hat:	perl
2017-02-05 05:32:00 +00:00
Sunpoet Po-Chuan Hsieh
9b9f387c1e Update to 3.0.0
- Add NO_ARCH
- Remove contiguous blank lines

Changes:	http://search.cpan.org/dist/Array-Compare/Changes
2017-02-05 05:31:56 +00:00
Sunpoet Po-Chuan Hsieh
44f32bd2de Update to 0.047
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/v6/ChangeLog
2017-02-05 05:31:51 +00:00
Sunpoet Po-Chuan Hsieh
51841e7108 Update to 4.2
- Add LICENSE
- Add NO_ARCH
- Use USES=dos2unix

Changes:	http://search.cpan.org/dist/Array-Group/Changes
2017-02-05 05:31:46 +00:00
Sunpoet Po-Chuan Hsieh
fdf5d2f720 Strip shared library
- Add LICENSE
- Bump PORTREVISION for package change
2017-02-05 05:31:42 +00:00
Sunpoet Po-Chuan Hsieh
591d920c66 Use real PORTVERSION
- Add NO_ARCH
- Use USES=localbase
2017-02-05 05:31:38 +00:00
Sunpoet Po-Chuan Hsieh
46aac9b16e Use real PORTVERSION
- Add LICENSE
2017-02-05 05:31:33 +00:00
Sunpoet Po-Chuan Hsieh
026b7e395c Use real PORTVERSION
- Add LICENSE
2017-02-05 05:31:29 +00:00
Sunpoet Po-Chuan Hsieh
6bfd35011f Use real PORTVERSION
- Add LICENSE
2017-02-05 05:31:25 +00:00
Sunpoet Po-Chuan Hsieh
3b64e23cb2 Use real PORTVERSION
- Add LICENSE
2017-02-05 05:31:21 +00:00
Sunpoet Po-Chuan Hsieh
b88d69b386 Use real PORTVERSION
- Add LICENSE
2017-02-05 05:31:17 +00:00
Sunpoet Po-Chuan Hsieh
015b52770c Update to 3.8
Changes:	http://search.cpan.org/dist/Compress-LZF/Changes
2017-02-05 05:31:12 +00:00
Sunpoet Po-Chuan Hsieh
0c80f5a817 Update to 5.1.1
- Add TEST_DEPENDS

Changes:	https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-02-05 05:30:17 +00:00
Sunpoet Po-Chuan Hsieh
1ade8c7c9d Update to 2017.1
Changes:	https://git.tiker.net/pudb.git
2017-02-05 05:30:13 +00:00
Sunpoet Po-Chuan Hsieh
d860de3dc7 Update to 6.18
Changes:	http://search.cpan.org/dist/libwww/Changes
2017-02-05 05:30:08 +00:00
Sunpoet Po-Chuan Hsieh
55abeac9c7 Add missing {BUILD,RUN}_DEPENDS
- Add LICENSE_FILE
- Bump PORTREVISION for dependency change
2017-02-05 05:30:03 +00:00
Diane Bruce
889f8bfc1a Typo forgot :uboot
Reported by:	pkg-fallout
2017-02-05 04:45:43 +00:00
Jan Beich
3ea2de2afa sysutils/shim: unbreak with gcc5 or later
In file included from /usr/local/include/efi/efi.h:35:0,
                 from shim.c:36:
/usr/local/include/efi/x86_64/efibind.h:88:24: fatal error: stdint.h: No such file or directory

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 04:36:22 +00:00
Sunpoet Po-Chuan Hsieh
09675f956d Fix r433348 2017-02-05 04:30:11 +00:00
Sunpoet Po-Chuan Hsieh
238ff1a7ff Move devel/rubygem-bio to biology/rubygem-bio 2017-02-05 04:26:56 +00:00
Jan Beich
479c62a87f emulators/skyeye: unbreak with gcc5 or later
./arch/mips/libmips.a(decoder.o): In function `decode':
arch/mips/common/decoder.c:1105: undefined reference to `sign_extend_UInt32'
./arch/mips/libmips.a(decoder.o): In function `decode':
arch/mips/common/decoder.c:240: undefined reference to `divide_UInt32'
arch/mips/common/decoder.c:231: undefined reference to `divide_Int32'
arch/mips/common/decoder.c:64: undefined reference to `sign_extend_UInt32'
collect2: error: ld returned 1 exit status

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 04:03:18 +00:00
Jan Beich
18878f8faf Prefer -std=gnu89 over -fgnu89-inline 2017-02-05 03:30:43 +00:00
Jan Beich
c5a6f194e2 emulators/raine: partially unbreak with gcc5 or later
linux-gnu-sdl/object/games/ctribebl.o: In function `ExecuteCombaTribesFrame':
ctribebl.c:(.text+0x148): undefined reference to `TechnosSoundOld_Frame'
linux-gnu-sdl/object/68020/a020core.o: In function `L_8_409':
core.c:(.data+0x35d85): undefined reference to `m68k_do_jsr'
linux-gnu-sdl/object/68020/a020core.o: In function `op_4e90':
[...]

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 03:30:33 +00:00
Jan Beich
f57478200a games/wizznic: use clang and unbreak with gcc5 or later
board.o: In function `doRules':
board.c:(.text+0x14b1): undefined reference to `getTicks'
draw.o: In function `drawPath':
draw.c:(.text+0x90d): undefined reference to `plotPixel'
draw.o: In function `draw':
draw.c:(.text+0x9aa): undefined reference to `setting'
[...]

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 03:30:25 +00:00
Jan Beich
0bc54d0efb net-mgmt/driftnet: use clang and unbreak with gcc5 or later
driftnet.o: In function `capture_thread':
src/driftnet.c:89: undefined reference to `packetcapture_dispatch'
options.o: In function `validate_options':
src/options.c:178: undefined reference to `get_default_interface'
media/libmedia.a(media.o): In function `dispatch_image':
src/media/media.c:47: undefined reference to `get_tmpdir'
display/libdisplay.a(display.o): In function `pipe_event':
src/display/display.c:356: undefined reference to `get_tmpdir'
src/display/display.c:346: undefined reference to `get_tmpdir'
collect2: error: ld returned 1 exit status

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 03:30:17 +00:00
Jan Beich
9a6ec832fd lang/gcl: use clang and unbreak with gcc5 or later
./libpre_gcl.a(num_sfun.o): In function `number_expt':
num_sfun.c:(.text+0x3d78): undefined reference to `number_fix_iexpt'
num_sfun.c:(.text+0x4c62): undefined reference to `number_big_iexpt'
[...]
./libpre_gcl.a(alloc.o): In function `alloc_object':
alloc.c:(.text+0x6c07): undefined reference to `alloc_after_turning_off_sgc'
alloc.c:(.text+0x76f1): undefined reference to `maybe_reallocate_page'
[...]

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 03:30:08 +00:00