Commit graph

316491 commits

Author SHA1 Message Date
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
Gerald Pfeifer
cf5b4f023f No longer add -I${LOCALBASE}/include to CFLAGS.
Since we now configure with --with-gmp=${LOCALBASE} this is no longer
necessary, and due to bugs in binutils (which should not install ansidecl.h
into ${PREFIX}/include) and GCC (which should search its own include
directories with higher priority) can lead to build failures.

PR:		184327
Reported by:	mat, Andrzej Tobola <ato@iem.pw.edu.pl>
2013-11-27 15:45:40 +00:00
William Grzybowski
5af6a60b81 net/minidlna: add kqueue support patch
Obtained from:	http://sourceforge.net/p/minidlna/patches/106/
2013-11-27 15:24:16 +00:00
Rene Ladan
9b49b8e230 - Also install opencl_boinc.h when not using X11, otherwise
astro/boinc-* will break when not using X11 there [1]
- Bump PORTREVISION

This was not a problem for the default package for net/boinc-client
as it is built with X11 on.

Submitted by:	Oleksii Zolotarov via private mail [1]
2013-11-27 15:23:49 +00:00
Philippe Audeoud
64a3560f70 - Update to 0.4.6
- Support STAGEDIR

PR:		ports/184001
Submitted by:	Jason Bacon <jwbacon@tds.net>
2013-11-27 15:17:42 +00:00
Rusmir Dusko
80d7b01d0b - Add DOCS Option
Support STAGEDIR

Approved by:	pawel / wg (mentors, implicit)
2013-11-27 15:08:16 +00:00
TAKATSU Tomonari
895f4b89bf - Upstream rerolled tarball
Noticed by:	marino@ (via private e-mail)
Reported by:	pkg-fallout
2013-11-27 15:07:37 +00:00
Philippe Audeoud
9dd8b672c3 - Mark MAKE_JOBS_UNSAFE=yes
- While here support STAGEDIR

PR:		ports/184210
Submitted by:	Oliver Fromme <oliver.fromme@secnetix.de>
Approved by:	maintainer
2013-11-27 15:05:34 +00:00
Frederic Culot
fade7aca17 - Update to 3.9
- Support staging
- Add LICENSE (BSD)
- Remove leading article from COMMENT

Changes:	http://www.catb.org/~esr/greed/NEWS
2013-11-27 14:58:29 +00:00
Danilo Egea Gondolfo
2a7a5c4cee - Revert to the original installation schema. With stage, files can be unconditionally installed
Reported by:	ak
2013-11-27 14:47:05 +00:00
Oliver Lehmann
ffa4e5156d fix build on FreeBSD 8 2013-11-27 14:02:12 +00:00
Baptiste Daroussin
652cb99ce5 pkg audit now uses the vuln.xml file and not the auditfile anymore
Reported by:	kwm
2013-11-27 13:57:06 +00:00
Rusmir Dusko
01c1d61172 - Change Makefile header
- Change maintainer email to @FreeBSD.org
- Add DOCS Option
- Support STAGEDIR
- Change pkg-plist, remove mtree

Approved by:	pawel / wg (mentors, implicit)
2013-11-27 13:52:00 +00:00
Rusmir Dusko
025cf0bd2d - Fix typo
Approved by:	pawel / wg (mentors, implicit)
2013-11-27 13:44:28 +00:00
Danilo Egea Gondolfo
12d29c7727 - Support pkg-1.2 [1]
- Fix the unconditional installation of files

PR:		ports/184319
Submitted by:	Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) [1]
2013-11-27 13:38:56 +00:00
Steve Wills
e1609e7d27 - Fix patch to uri module that I broke in r334630
- Bump PORTREVISION

PR:		ports/184315
Submitted by:	Andris Raugulis <andris@govs.lv>
2013-11-27 13:21:30 +00:00
Philippe Audeoud
9a5536a62b - Fix build
- Support STAGEDIR

PR:		ports/184238
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-27 13:16:47 +00:00
Max Brazhnikov
bd3f7b0f3e Update to 0.9.2 2013-11-27 12:54:54 +00:00
Philippe Audeoud
51e4bce18c - Update to 1.961
Sponsored by:	OBS
2013-11-27 12:35:47 +00:00
Rene Ladan
b56a1ac1e0 Remove expired port:
2013-11-27 devel/p5-MooseX-ChainedAccessors: Marked as depreciated upstream
2013-11-27 11:56:53 +00:00
Rusmir Dusko
350ea72560 - Change Makefile header
- Change maintainer email to @FreeBSD.org
- Add DOCS Option
- Add OPTIONS_SUB
- Change pkg-plist, remove mtree

Approved by:	pawel / wg (mentors, implicit)
2013-11-27 11:49:17 +00:00
Oliver Lehmann
c0a19567dd update to 3.4.2 2013-11-27 10:15:21 +00:00
Matthew Seaman
dc9d6449db Use the canonical ordering for PKGNAMEPREFIX
Reported by:	  az
2013-11-27 10:08:39 +00:00
Frederic Culot
f971e9447a - Update to 1.40
Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
2013-11-27 09:27:53 +00:00
Ganael LAPLANCHE
93f0a00553 - Use new LIB_DEPENDS format 2013-11-27 07:38:08 +00:00
Ganael LAPLANCHE
d9c172cebf - Enable staging
- Fix display of pkg-message not showing %%ETCDIR%%
- Always stage documentation
2013-11-27 07:36:27 +00:00
Ganael LAPLANCHE
a1bd522600 Fix pkg-message shown twice 2013-11-27 07:19:41 +00:00
Cy Schubert
256068fded Not parallal make safe. 2013-11-27 06:46:20 +00:00
Ruslan Makhmatkhanov
2cbb04c05e - update to 3.3.2
- add staging support
- update USE_PYTHON value
- drop BDB from options list, there is no such option (portlint warning)

changelog:
3.3.2 is primarily a bugfix release, with only very limited new features added.

- Tracks were sometimes selected incorrectly when searching a playlist
- Sometimes the main window wouldn't appear when minimizing to the system tray
- More tags supported for MP4/M4A/FLAC/OGG files
- Locale bugs when executing --help
- Updated Windows installer dependency download versions
- Fixed plugins: librivox

PR:		183843
Submitted by:	rm (myself)
Approved by:	jsa (maintainer, by mail)
2013-11-27 06:25:56 +00:00
Dirk Meyer
48cd131b62 - use STAGEDIR 2013-11-27 06:09:40 +00:00
Dirk Meyer
1ce2dea08b - use STAGEDIR 2013-11-27 05:58:14 +00:00
Dirk Meyer
89f933cbd6 - use STAGEDIR
- use option EXAMPLES
2013-11-27 05:41:11 +00:00