1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

344571 Commits

Author SHA1 Message Date
William Grzybowski
413d2370a3 net/dhcpcd: update to 6.4.3
Changes:
  *  Correct DHCPv6 Prefix Delegation option decoding
  *  Ensure that a given buffer is at least BUFSIZ (for getline compat)
  *  Poll interfaces on BSD for IFF_RUNNING if link state cannot be obtained
  *  Check for an IA to use in DHCPv6 lease validation
  *  Fix compile on NetBSD-6 (and possibly earlier NetBSDs)
  *  Warn about exceeding IDGEN_RETRIES when a stable private address cannot be obtained
  *  Fix DHCP option overload handling, thanks to Tobias Stoeckmann

PR:		192276
Submitted by:	maintainer
2014-07-31 14:01:10 +00:00
Adam Weinberger
3640b7d218 Stage, and fix build without gcc. 2014-07-31 13:28:45 +00:00
Antoine Brodin
6a8f9fc236 Unbreak php5-readline on head (uncovered by removal of readline dep from pcre) 2014-07-31 13:16:29 +00:00
Adam Weinberger
de0c645da9 Make do-install a bit more readable. 2014-07-31 13:09:09 +00:00
John Marino
62d8318f10 japanese/kdrill: Update version 6.4 => 6.5 and stage
PR:		191823
Submitted by:	Ports Fury
2014-07-31 12:52:38 +00:00
Adam Weinberger
0c8866a171 Add USES=readline to fix build on -current. 2014-07-31 12:52:26 +00:00
Adam Weinberger
ff9e84d23b Fix path to MASTER_SITE. 2014-07-31 12:51:21 +00:00
Pietro Cerutti
25765bdbb3 - Update to 1.7.49
Changes:

  * Major API changes to FXThreadPool: mostly, much more sane
    implementation, and optional FXCompletion parameter passed to perform
    wait on subset of tasks; see FXCompletion notes below.
  * Added FXCompletion synchronization object. FXCompletion is now used in
    FXTaskGroup, FXThreadPool, but can also be used in your own programs
    whenever one thread needs to await the completion of multiple worker
    threads.
  * Fixed bug in FXJSON parser: properly stop parsing at offending
    character.
  * Byte order mark handling fix in FXJSON parser.
  * Added toChars() API to FXVariant; it returns empty string unless variant
    is of type string. This is very similar to asChars(), except that
    toChars() is safe (always returns a non-NULL pointer).
  * Renamed toPointer() to toPtr() in FXVariant for consistency.
  * FXParallel implementation changes: don't kick off tasks via FXThreadPool
    in ParallelFor if there's only one task. Also, split ParallelFor into a
    number of pieces corresponding to the number of threads available in the
    FXThreadPool, unless this number is passed explicitly.
  * Ensured FXParallelForFunctor's are aligned in ParallelFor.
  * Updated VC++ 2008 Visual Studio project files.

- Remove a patch that was applied upstream
2014-07-31 12:51:19 +00:00
Dmitry Sivachenko
023fa10934 Fix depends. 2014-07-31 12:41:08 +00:00
Dmitry Marakasov
eddff154a5 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-31 12:40:11 +00:00
John Marino
bb131d32b1 games/py-pychess: Update 0.10rc1 => 0.10.1 and stage
PR:		191822
Submitted by:	Ports Fury
2014-07-31 12:39:07 +00:00
Dmitry Marakasov
e1fd2c4ae0 - Switch graphics/libiptcdata to USES=libtool, drop .la files
- Strip libraries
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-31 12:39:04 +00:00
Dmitry Marakasov
4697b7a0c0 - Switch finance/ktoblzcheck to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-31 12:36:52 +00:00
Adam Weinberger
3fa60b462b Stage and fix build without gcc. 2014-07-31 12:34:06 +00:00
Adam Weinberger
e97feab3f9 Use mv instead of install to avoid stale files in stagedir. 2014-07-31 12:23:03 +00:00
Antoine Brodin
112bc55ef4 Unbreak after RM was changed to /bin/rm -f
Unbreak on head too
2014-07-31 12:02:34 +00:00
Ashish SHUKLA
c47c14f351 - Update to 14.07
- Remove STUN option, as it is removed upstream
- Clean up CONFIGURE_ARGS, as some of the arguments are not supported
- Do not display pkg-message in post-install[1]
- Strip libraries[1]
- Add missing @dirrmtry entries to pkg-plist[1]
- Replace /var/lock (not in mtree) with /var/run[1]

PR:		192011[1]
Submitted by:	olgeni[1]
2014-07-31 11:27:40 +00:00
Kurt Jaeger
c75b1c8042 devel/p5-Exporter-Lite: 0.05 -> 0.06
0.06 2014-07-29
    - Improved the abstract - explicit mention that functions are supported
    - Improved the SYNOPSIS - split into separate code blocks
    - Improved the DESCRIPTION. Made clearer that as soon as you specify
      an import symbol, you have to also specify any you want from @EXPORT.
    - Removed the BUGS and CAVEATS section from the doc; it was just being
      self-deprecating about whether it deserved the "lite" moniker.
2014-07-31 10:50:58 +00:00
Sunpoet Po-Chuan Hsieh
e56ce8a73e - Update to 0.13
Changes:	http://search.cpan.org/dist/MooseX-Types-DateTime-MoreCoercions/Changes
2014-07-31 10:41:04 +00:00
Sunpoet Po-Chuan Hsieh
5c273c38ad - Add LICENSE
- Use PYDISTUTILS_AUTOPLIST
- Use USES=twisted
- Bump PORTREVISION for dependency change
- Reformat pkg-descr
2014-07-31 10:40:21 +00:00
Matthew Seaman
9719dade66 Make p5-DBD-Pg32 conflict with any version of p5-DBD-Pg
Submitted by:	sunpoet
2014-07-31 10:32:42 +00:00
Sunpoet Po-Chuan Hsieh
9bcae3cd58 - Update to 1.06
Changes:	http://search.cpan.org/dist/Astro-PAL/README
2014-07-31 10:30:16 +00:00
Sunpoet Po-Chuan Hsieh
3f50e2dba7 - Update to 0.004
Changes:	http://search.cpan.org/dist/Return-Type/Changes
2014-07-31 10:30:11 +00:00
Baptiste Daroussin
c4d82b7dfc And bump portrevision to allow people using FreeBSD 8 to rebuild 2014-07-31 10:21:03 +00:00
Baptiste Daroussin
da50ddf7e3 Fix usage of OPSYS (and the typo) and OSVERSION 2014-07-31 10:20:18 +00:00
Baptiste Daroussin
b42a49f701 Prehistoric ld(1) (in FreeBSD 8) ldscript support is not fully compatible with
medieval ld(1) (in FreeBSD 9+) or modern ld(1).
Falls back into the regular symlink
The issues solved by the ldscript is anyway not affecting the caveld(1) because it
is anyway overlinking all over the place
2014-07-31 10:17:25 +00:00
Sunpoet Po-Chuan Hsieh
f4a9ccf934 - Add LICENSE
- Add BUILD_DEPENDS
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Reformat pkg-descr and fix typo
- Use single space after WWW:
2014-07-31 10:06:07 +00:00
Sunpoet Po-Chuan Hsieh
1cbc15e64f - Add LICENSE
- Sort *_DEPENDS
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:06:01 +00:00
Sunpoet Po-Chuan Hsieh
f51c8976dc - Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:05:55 +00:00
Sunpoet Po-Chuan Hsieh
431b7a0b43 - Shorten COMMENT
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:05:49 +00:00
Sunpoet Po-Chuan Hsieh
696adee922 - Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:05:43 +00:00
Sunpoet Po-Chuan Hsieh
d8dd4d8574 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:05:37 +00:00
Sunpoet Po-Chuan Hsieh
24d30379c4 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:05:32 +00:00
Sunpoet Po-Chuan Hsieh
0fba882ccd - Remove unnecessary MASTER_SITE_SUBDIR
- Add BUILD_DEPENDS
- Update *_DEPENDS
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:05:26 +00:00
Sunpoet Po-Chuan Hsieh
067dfb5583 - Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:05:21 +00:00
Sunpoet Po-Chuan Hsieh
f6a97aad14 - Add LICENSE
- Fix *_DEPENDS: Time::HiRes is already in all supported Perl releases
- Sort PLIST
- Bump PORTREVISION for dependency change
- Reformat pkg-descr
- Remove Author line
- Use single space after WWW:
2014-07-31 10:05:15 +00:00
Sunpoet Po-Chuan Hsieh
cb9258a95e - Add LICENSE
- Update *_DEPENDS
- Reformat pkg-descr
- Use single space after WWW:
2014-07-31 10:05:10 +00:00
Sunpoet Po-Chuan Hsieh
7b89408f17 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:05:04 +00:00
Sunpoet Po-Chuan Hsieh
a34e169802 - Add LICENSE
- Fix *_DEPENDS: Test::More 0.44+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:04:59 +00:00
Sunpoet Po-Chuan Hsieh
11d49cf9c8 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:04:53 +00:00
Sunpoet Po-Chuan Hsieh
10cf0a253a - Add LICENSE
- Fix *_DEPENDS: p5-Test-Tester and p5-Test-NoWarnings are test-only dependencies
- Bump PORTREVISION for dependency change
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:04:47 +00:00
Sunpoet Po-Chuan Hsieh
75057e7b35 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:04:41 +00:00
Sunpoet Po-Chuan Hsieh
730698f704 - Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:04:36 +00:00
Sunpoet Po-Chuan Hsieh
9d2c7cb7ef - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:04:30 +00:00
Sunpoet Po-Chuan Hsieh
b219e9735b - Sort PLIST
- Reformat pkg-descr
2014-07-31 10:04:25 +00:00
Sunpoet Po-Chuan Hsieh
1e58db1574 - Add LICENSE
- Fix *_DEPENDS: p5-Test-Exception is a test-only dependency
- Sort PLIST
- Bump PORTREVISION for dependency change
- Reformat pkg-descr
- Fix WWW
2014-07-31 10:04:19 +00:00
Sunpoet Po-Chuan Hsieh
76996a81f2 - Add LICENSE
- Sort PLIST
2014-07-31 10:04:14 +00:00
Sunpoet Po-Chuan Hsieh
01e6fd3eb8 - Reformat pkg-descr 2014-07-31 10:04:09 +00:00
Sunpoet Po-Chuan Hsieh
32e650c7b0 - Update to 0.8.1
- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr

Changes:	http://search.cpan.org/dist/Jabber-Lite/Changes
2014-07-31 10:04:03 +00:00
Sunpoet Po-Chuan Hsieh
7c696160a4 - Update to 2.0.0
- Add LICENSE
- Sort PLIST

Changes:	http://search.cpan.org/dist/Image-MetaData-GQview/Changes
2014-07-31 10:03:56 +00:00