Commit graph

316522 commits

Author SHA1 Message Date
Dmitry Marakasov
939345df33 - Support staging
- Use new LIB_DEPENDS syntax
- Fix build on 10.x
2013-11-28 04:53:20 +00:00
Matthias Andree
772dd8c9f8 New version 0.4.0
- Support pkgNG. Known issue is that pkg which returns bogus exit codes,
  spamming your screen.  pkgs_which works nonetheless.
  https://github.com/freebsd/pkg/issues/657

  Note that pkgNG always uses --nocache implictly for speed:
  https://github.com/freebsd/pkg/issues/658

  Known issue: the pkgNG detection is a hack. It just looks for the
  executable and the database in default locations, but does not attempt
  to run "pkg -N".
2013-11-28 01:09:09 +00:00
William Grzybowski
f8452d0517 net-mgmt/net-snmp: catch up with setuptools change
Approved by:	portmgr (bapt, implicit)
2013-11-27 23:57:23 +00:00
Juergen Lock
ac232488b2 Fix build with LIBSSH2 knob.
Reported by:	hselasky
2013-11-27 23:20:17 +00:00
Juergen Lock
d19b8024ff Fix build on 10+/i386 by setting USE_GCC= any for i386.
Submitted by:	beefy1 via pkg-fallout -
	http://beefy1.isc.freebsd.org/bulk/10i386-default/2013-11-21_01h42m23s/logs/goom-2k4.0_3.log
2013-11-27 23:17:57 +00:00
Rusmir Dusko
d437afe742 - Change Makefile header
- Change maintainer email to @FreeBSD.org
- Support STAGEDIR
- Add DOCS Option
- Simplify Makefile
- Change pkg-plist, remove mtree

Approved by:	pawel / wg (mentors, implicit)
2013-11-27 22:38:06 +00:00
Thierry Thomas
db9989e931 - Chase the update of INN;
- Stagify.
2013-11-27 22:33:26 +00:00
William Grzybowski
2c976bf6fd devel/py-paver: use auto plist
- Use python auto plist
- Catch up with setuptools change
2013-11-27 22:11:46 +00:00
Marcus von Appen
8b43fc2256 - Fix a bug in the egg-info installation code, that prevents
PYDISTUTILS_AUTOPLIST to create the correct entries for the plists

Reported by:	many
Reviewed by:	wg@
2013-11-27 22:09:41 +00:00
Marcus von Appen
867c9d0577 - Update to version 4.6.0
Changelog: lucene.apache.org/core/4_6_0/changes/Changes.html
2013-11-27 22:05:31 +00:00
Xin LI
6169af5396 Add support of config.json.
PR:		ports/183300
Submitted by:	maintainer
2013-11-27 22:04:32 +00:00
Sunpoet Po-Chuan Hsieh
197f88a8d6 - Update to 1.3.7
- Use USE_GITHUB
- Fix patch file

Changes:	https://github.com/cakephp/cakephp/commits/1.3
PR:		ports/184332
Submitted by:	Christoph Theis <theis@gmx.at> (maintainer)
2013-11-27 21:33:24 +00:00
Sunpoet Po-Chuan Hsieh
b7675f4b0d - Fix PLIST
- Bump PORTREVISION for package change

PR:		ports/184336
Submitted by:	Christoph Theis <theis@gmx.at> (maintainer)
2013-11-27 21:33:18 +00:00
Dirk Meyer
f7f9a62cb2 - use STAGEDIR 2013-11-27 21:26:02 +00:00
Sunpoet Po-Chuan Hsieh
7b021c9240 - Use USES=compiler:c++11-lib
- Mark broken for FreeBSD 8.x and 9.x without libc++
2013-11-27 21:25:32 +00:00
Dirk Meyer
a7c02a9a38 - use new LIB_DEPENDS style 2013-11-27 20:53:21 +00:00
Sunpoet Po-Chuan Hsieh
f0d03c7558 - Update to 1.0
- Use REINPLACE_CMD instead of patch file
- Strip shared library
- Fix regression-test: in tinderbox

Changes:	https://github.com/surfly/gevent/blob/master/changelog.rst
2013-11-27 20:52:07 +00:00
Sunpoet Po-Chuan Hsieh
91160c383e - Add p5-Readonly-XS 1.05
This module corrects the speed problem, at least with respect to scalar
variables. When Readonly::XS is installed, Readonly uses it to access the
internals of scalar variables. Instead of creating a scalar variable object and
tying it, Readonly simply flips the SvREADONLY bit in the scalar's FLAGS
structure.

Readonly arrays and hashes are not sped up by this, since the SvREADONLY flag
only works for scalars. Arrays and hashes always use the tie interface.

Programs that you write do not need to know whether Readonly::XS is installed or
not. They should just "use Readonly" and let Readonly worry about whether or not
it can use XS. If the Readonly::XS is present, Readonly will be faster. If not,
it won't. Either way, it will still work, and your code will not have to change.

Your program can check whether Readonly.pm is using XS or not by examining the
$Readonly::XSokay variable. It will be true if the XS module was found and is
being used. Please do not change this variable.

WWW: http://search.cpan.org/dist/Readonly-XS/
2013-11-27 20:45:06 +00:00
Sunpoet Po-Chuan Hsieh
8c09dc1258 - Update to 1.04
- Add LICENSE
- Move Readonly::XS to devel/p5-Readonly-XS

Changes:	http://search.cpan.org/dist/Readonly/Changes
2013-11-27 20:44:49 +00:00
Sunpoet Po-Chuan Hsieh
e6105e1f27 - Add temporary note of build failure caused by Perl infrastructure change in 20130612 2013-11-27 20:42:50 +00:00
Dirk Meyer
941c7e8824 - use OPTIONS_DEFINE
- fix option EXAMPLES
2013-11-27 20:42:45 +00:00
TAKATSU Tomonari
fe68f3965f - Update to 0.8-13 2013-11-27 20:42:14 +00:00
William Grzybowski
6710b04ab3 www/py-flexget: update to 1.1.165
- Update to 1.1.165
- Do not use auto plist due to a bug with egg info
2013-11-27 20:32:22 +00:00
Dirk Meyer
372bdf0a47 - use OPTIONS_DEFINE 2013-11-27 20:25:56 +00:00
Sunpoet Po-Chuan Hsieh
1682225f6e - Update to 2.1.0
- Add more TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Mouse/Changes
2013-11-27 20:23:37 +00:00
Sunpoet Po-Chuan Hsieh
d506e6705c - Add p5-Module-Build-XSUtil 0.05
Module::Build::XSUtil is subclass of Module::Build for support building XS
modules.

WWW: http://search.cpan.org/dist/Module-Build-XSUtil/
2013-11-27 19:51:38 +00:00
Sunpoet Po-Chuan Hsieh
027bbe69b7 - Add p5-Devel-CheckCompiler 0.04
Devel::CheckCompiler is a checker for compiler's availability.

WWW: http://search.cpan.org/dist/Devel-CheckCompiler/
2013-11-27 19:49:54 +00:00
Sunpoet Po-Chuan Hsieh
f0140520e9 - Update to 2.0.3
- Fix *_DEPENDS

PR:		ports/184265
Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)
2013-11-27 19:40:30 +00:00
David Naylor
0958d7c2a4 Fix detection of English, Hebrew packages and fix RUN_DEPENDS.
Ports does not support RUN_DEPENDS with relative paths, as this breaks
dependency registration for pkgng.

Discussed with:	bapt (IRC)
2013-11-27 19:39:45 +00:00
Dirk Meyer
4842a6ee3e - use STAGEDIR
- remove option NOMAN
- use OPTIONS_DEFINE
- merge xv-m17m in xv
2013-11-27 19:27:27 +00:00
William Grzybowski
9d88e78533 - Fix build with distribute -> setuptools change
Approved by:	portmgr (bapt, implicit)
2013-11-27 19:21:00 +00:00
David Naylor
9649baf9ec Fix typos in x11-toolkits/py-kivy.
- Fix an option SDL -> SDL2 (in the audio group)
 - Fix the use of XORG -> X11 when enabling X11 support
 - Bump revision, as depending on the options chosen, package contect may
   have changed.

Reported by:	ak
2013-11-27 19:17:18 +00:00
David Naylor
f62456a872 Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.

Exp-run:	ports/184216
Reviewed by:	bdrewery
Approved by:	portsmgr, wen
2013-11-27 18:56:43 +00:00
William Grzybowski
99c5ad4239 devel/py-setuptools: Python packages installer
The fork Distribute was merged back into setuptools.
http://pythonhosted.org/setuptools/merge.html

PR:		ports/183726
Exp-run by:	bdrewery
2013-11-27 18:48:48 +00:00
Dmitry Marakasov
af674dce12 - Fix build on 10.x 2013-11-27 18:33:24 +00:00
Baptiste Daroussin
a00c8be88c Release pkg 1.2.1
Changes:
- Fix pkg rquery always printing index like lines
- Fix pkg -vv suggestion so it print something actually usable
- Fix shlib's -P and -R options were swapped round.
- Replace broken pkg_repos_count() by pkg_repos_total_count() and pkg_repos_activated_count()
- Fix parsing of options (in manifest)
- pkg add http:// now fetch to a temporary location and cleanup after itself
- Fix generation of the manifest digest
- Properly calculate how many packages where removed
- Fix support for dependencies with the same name (grrrr Fix you port if they have package name collision !!!!)
- Fix pkg info -R in case multiple dependencies has the same name
2013-11-27 18:26:48 +00:00
Sunpoet Po-Chuan Hsieh
2f1f506aa7 - Update to 0.46
Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
2013-11-27 17:20:11 +00:00
Koop Mast
0d452d6a99 Resolve pkgname conflict. 2013-11-27 17:14:27 +00:00
Koop Mast
86d7061d4e Resolve pkgname conflict.
Stageify and switch to libtool-less ltverhack.
2013-11-27 17:12:44 +00:00
Sunpoet Po-Chuan Hsieh
9742843af7 - Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR
- While I'm here, update USE_PYTHON

PR:		ports/184299
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2013-11-27 17:12:03 +00:00
Sunpoet Po-Chuan Hsieh
0cff233443 - Update to 2.0.1
Changes:	https://github.com/guard/guard-livereload/releases
2013-11-27 17:10:28 +00:00
Steve Wills
54c0ac4a8f - Create a port for the long term stable version of Jenkins, based on the
existing Jenkins port
2013-11-27 16:53:11 +00:00
Sunpoet Po-Chuan Hsieh
a7674b41ed - Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR
- Pet portlint: move LICENSE upward
- While I'm here, update USE_PYTHON

PR:		ports/184300
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2013-11-27 16:43:52 +00:00
Sunpoet Po-Chuan Hsieh
443c7b0f58 - Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Sort LIB_DEPENDS
- Cleanup Makefile
2013-11-27 16:42:22 +00:00
Sunpoet Po-Chuan Hsieh
927c480bd7 - Update to 1.18
- Convert to new options framework
- Convert to new LIB_DEPENDS
- Cleanup Makefile

Changes:	http://search.cpan.org/dist/zxid/Changes
2013-11-27 16:39:43 +00:00
Sunpoet Po-Chuan Hsieh
83c7bc9a42 - Update to 1.04
Changes:	http://search.cpan.org/dist/Data-Validator/Changes
2013-11-27 16:37:18 +00:00
Sunpoet Po-Chuan Hsieh
a82c81f429 - Pet portlint: move LICENSE upward
- Support STAGEDIR
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Convert to new LIB_DEPENDS format
  - Use USES=pathfix

PR:		ports/184271
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2013-11-27 16:18:00 +00:00
Mikhail Teterin
6a22aa02c2 Most unkindly the java/java-getopt port changed the name
of the JAR it was installing from getopt.jar to java-getopt.jar

This broke jode and, possibly, some other ports depending on
getopt.jar.

Submitted by:	pkg-fallout
2013-11-27 16:09:28 +00:00
Philippe Audeoud
ee7ae13fca - Fix build with clang
- Support STAGEDIR

PR:		ports/184242
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-27 16:07:51 +00:00
Mark Felder
acf2ffc8fb Take maintainership
Approved by:	maintainer (private emai), swills (mentor, implicit)
2013-11-27 15:57:39 +00:00