| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Removed MOVED entry was added in r210759
Notes:
svn path=/head/; revision=433396
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
Notes:
svn path=/head/; revision=433395
|
|
|
|
|
|
|
| |
Update to 2.5
Notes:
svn path=/head/; revision=433394
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, add NO_ARCH
Changes: https://pear.php.net/package/XML_Util/download/
PR: 216812
Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer)
Notes:
svn path=/head/; revision=433393
|
|
|
|
|
|
|
|
|
| |
Changes: https://pear.php.net/package/Net_SMTP/download/
PR: 216424
Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer)
Notes:
svn path=/head/; revision=433392
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=433391
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Tree-Simple-View/Changes
Notes:
svn path=/head/; revision=433390
|
|
|
|
|
|
|
| |
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
Notes:
svn path=/head/; revision=433389
|
|
|
|
| |
Notes:
svn path=/head/; revision=433388
|
|
|
|
|
|
|
|
|
|
|
| |
non-default python.
PR: 215201
Submitted by: John W. O'Brien <john@saltant.com>
Maintainer timeout.
Notes:
svn path=/head/; revision=433387
|
|
|
|
|
|
|
|
| |
- Don't install license with docs
- Switch to options helpers
Notes:
svn path=/head/; revision=433386
|
|
|
|
| |
Notes:
svn path=/head/; revision=433385
|
|
|
|
| |
Notes:
svn path=/head/; revision=433384
|
|
|
|
|
|
|
| |
Reported by: robert.burmeister@utoledo.edu (via email)
Notes:
svn path=/head/; revision=433383
|
|
|
|
|
|
|
|
|
| |
Reported by: David Z <daz@hyperchronos.org>
Reported by: marino
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=433382
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=433381
|
|
|
|
|
|
|
|
|
|
| |
PR: 216742
Submitted by: takefu@airport.fm
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9446
Notes:
svn path=/head/; revision=433380
|
|
|
|
|
|
|
|
|
|
| |
PR: 216717
Submitted by: yuri@rawbw.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9439
Notes:
svn path=/head/; revision=433379
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=433378
|
|
|
|
|
|
|
| |
PR: 216810
Notes:
svn path=/head/; revision=433377
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=433376
|
|
|
|
| |
Notes:
svn path=/head/; revision=433375
|
|
|
|
| |
Notes:
svn path=/head/; revision=433374
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Remove PORTSCOUT
Changes: https://github.com/jimweirich/builder/blob/master/CHANGES
Notes:
svn path=/head/; revision=433373
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V7.md
PR: 216795
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Notes:
svn path=/head/; revision=433372
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
PR: 216794
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Notes:
svn path=/head/; revision=433371
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V4.md
PR: 216793
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Notes:
svn path=/head/; revision=433370
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add BUILD_DEPENDS
- Sort *_DEPENDS
- Sort PLIST
Changes: http://search.cpan.org/dist/BibTeX-Parser/Changes
Notes:
svn path=/head/; revision=433369
|
|
|
|
|
|
|
|
|
|
|
| |
- Strip shared library
- Regenerate patch files with makepatch:
- Sort PLIST
Changes: http://search.cpan.org/dist/Authen-TacacsPlus/Changes
Notes:
svn path=/head/; revision=433368
|
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
Notes:
svn path=/head/; revision=433367
|
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Remove contiguous blank lines
Changes: http://search.cpan.org/dist/Array-Compare/Changes
Notes:
svn path=/head/; revision=433366
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/v6/ChangeLog
Notes:
svn path=/head/; revision=433365
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add NO_ARCH
- Use USES=dos2unix
Changes: http://search.cpan.org/dist/Array-Group/Changes
Notes:
svn path=/head/; revision=433364
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=433363
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Use USES=localbase
Notes:
svn path=/head/; revision=433362
|
|
|
|
|
|
|
| |
- Add LICENSE
Notes:
svn path=/head/; revision=433361
|
|
|
|
|
|
|
| |
- Add LICENSE
Notes:
svn path=/head/; revision=433360
|
|
|
|
|
|
|
| |
- Add LICENSE
Notes:
svn path=/head/; revision=433359
|
|
|
|
|
|
|
| |
- Add LICENSE
Notes:
svn path=/head/; revision=433358
|
|
|
|
|
|
|
| |
- Add LICENSE
Notes:
svn path=/head/; revision=433357
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-LZF/Changes
Notes:
svn path=/head/; revision=433356
|
|
|
|
|
|
|
|
|
| |
- Add TEST_DEPENDS
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
Notes:
svn path=/head/; revision=433355
|
|
|
|
|
|
|
| |
Changes: https://git.tiker.net/pudb.git
Notes:
svn path=/head/; revision=433354
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/libwww/Changes
Notes:
svn path=/head/; revision=433353
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=433352
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=433351
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=433350
|
|
|
|
| |
Notes:
svn path=/head/; revision=433349
|
|
|
|
| |
Notes:
svn path=/head/; revision=433348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
./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)
Notes:
svn path=/head/; revision=433347
|