Commit graph

354088 commits

Author SHA1 Message Date
Antoine Brodin
a32054e27e Allow building with bison 3
PR:		ports/194680
2014-11-30 11:20:35 +00:00
Tilman Keskinoz
fcc2e35e3d Update to 1.8.13 2014-11-30 11:16:10 +00:00
Tijl Coosemans
37442dc141 Restore a patch hunk that was removed in r373636. It fixes a reference
to the stage directory in an installed binary.

Reported by:	antoine
2014-11-30 11:04:02 +00:00
Tijl Coosemans
30086832c1 Add a note for sudo users to the entry for the gettext update.
Reported by:	Robin Smith
2014-11-30 10:51:16 +00:00
Baptiste Daroussin
4a36f4df76 Add the needed changes for amd64-gcc to build
Reported by:	antoine
Pointyhat:	bapt
2014-11-30 09:16:15 +00:00
Johannes Jost Meixner
80cb93461c editors/sublime: accept arguments in the binary
- make sublime accept arguments such as --version and --help

Spotted by:	rodrigc
Differential Revision:	https://reviews.freebsd.org/D1246
Approved by:	koobs (mentor)
2014-11-30 02:17:50 +00:00
Antoine Brodin
3886ccb5b3 Cleanup plist of ocaml ports
With hat:	portmgr
2014-11-29 23:56:21 +00:00
Craig Rodrigues
8f149a899b - Add gtk2 to port dependencies
- Add python26.zip to pkg-plist

This removes traceback errors on startup of sublime.

Reviewed by: xmj
2014-11-29 23:06:01 +00:00
Johannes Jost Meixner
624c417113 www/hiawatha: upgrade to 9.8
- upgrade to 9.8

Changelog:

- Added support for websockets. WebSocket option added.
- Added Red Hat package building script (extra/make_redhat_package). Thanks
  to Paul F. Bernal B.
- SSL key and certificate checks added to wigwam.
- Small bugfixes and improvements.

PR:		195474
Differential Revision:	https://reviews.freebsd.org/D1242
Submitted by:	Chris Petrik <chris@bsdjunk.com>
Approved by:	swills (mentor)
2014-11-29 21:32:18 +00:00
Devin Teske
6a0536cfcb Update distinfo for updated target with proper RCS keywords.
Differential Review: https://reviews.freebsd.org/D1245
Submitted by:	dteske (maintainer)
Approved by:	shurd
2014-11-29 21:29:18 +00:00
Devin Teske
33d79436a0 Update to svn-stats-lite-1.1
+ Optimize floating-point calculations
+ Improved performance and efficiency
+ Removed awk(1) as a dependency
+ Provide a setvar function for non-FreeBSD /bin/sh variants

Differential Review: https://reviews.freebsd.org/D1239
Submitted by:	dteske (maintainer)
Approved by:	shurd (mentor)
2014-11-29 20:59:51 +00:00
Tilman Keskinoz
3a0aec05cb Update to 0.7.5 2014-11-29 20:57:50 +00:00
Tilman Keskinoz
71b8fdbc77 Update to 1.5.1
* Remove IGNORE seems to work on amd64 too now
2014-11-29 20:55:33 +00:00
Emanuel Haupt
3e35104ce4 Bump PORTREVISION as the previous commit affected package creation 2014-11-29 20:25:48 +00:00
Emanuel Haupt
350c5c686f - Bump PORTREVISION as the previous commit affected package creation
- Use PORTVERSION instead of DISTVERSION
2014-11-29 20:24:32 +00:00
Emanuel Haupt
1b33fd79cf Convert to USES=tar:tgz 2014-11-29 20:22:07 +00:00
Emanuel Haupt
10ce49dc56 - Convert to USES=tar:tgz
- Add LICENSE
2014-11-29 20:21:49 +00:00
Emanuel Haupt
3cd637ae4a - Convert to USES=tar:tgz
- Add LICENSE
2014-11-29 20:20:01 +00:00
Emanuel Haupt
d69bc88d8e - Convert to USES=tar:tgz
- Add LICENSE
2014-11-29 20:19:04 +00:00
Emanuel Haupt
983062642d Convert to USES=tar:tgz 2014-11-29 20:18:18 +00:00
Emanuel Haupt
f75ff4b46d Convert to USES=tar:tgz 2014-11-29 20:17:51 +00:00
Emanuel Haupt
32e1a37e3c Bump PORTREVISION as the previous commit affected package creation. 2014-11-29 20:17:21 +00:00
Emanuel Haupt
e44945a427 - Convert to USES=tar:tgz
- Add LICENSE
2014-11-29 20:16:15 +00:00
Thomas Zander
3a49c11641 - Update to upstream version 3.5.1
- Use lang/spidermonkey24 instead of lang/spidermonkey17
- Use curl for mail handling

PR:		195058
Submitted by:	david.vionnet@vmailbox.org
Reviewed by:	riggs
2014-11-29 19:35:08 +00:00
Gerald Pfeifer
aef20687fc Update to the 20141126 snapshot of GCC 4.9.3. 2014-11-29 19:18:41 +00:00
Antoine Brodin
f92dab25ed Hook gettext-runtime and gettext-tools to the build 2014-11-29 18:32:06 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Mark Felder
b134ca1eb8 Simplify ONLY_FOR_ARCHES wording
Full sententes look ugly when the message is produced

Submitted by:	danfe
2014-11-29 16:53:39 +00:00
Mark Felder
dbdb1c3d72 Restore ONLY_FOR_ARCHS
Fix a few rc script issues that mainly affected the plexpass slave port
2014-11-29 16:39:06 +00:00
Rene Ladan
bb87df7ff6 - Update to 9.22 and unexpire
- Change MASTER_SITES to GitHub
- Add GPLv2 as license
- Switch dependency from lcms to lcms2
- Drop -O3 and -O4 options

From myself:
- unmute do-build command
- add USES=pkgconfig to fix build

PR:		194775
Submitted by:	maintainer <waitman@waitman.net>
2014-11-29 15:22:03 +00:00
Juergen Lock
479b4da944 - bsd-user: fix hw.machine and hw.machine_arch sysctls for a NULL buffer.
- Bump PORTREVISION.

Submitted by:	sson
Obtained from:	8267ad2cb9
2014-11-29 15:19:08 +00:00
Dmitry Marakasov
a1b0d459ed Convert pygtk2 run-dependency to USE_GNOME=pygtk2
Suggeste by:	rm
2014-11-29 15:08:28 +00:00
Mathieu Arnold
84a0cdc20e Really disable MULTIPLICITY if disabled in OPTIONS, and as it was always on
before, add it to the OPTIONS_DEFAULT to not change the default behavior.

Noticed by:	ache
Sponsored by:	Absolight
2014-11-29 14:56:26 +00:00
Baptiste Daroussin
cdb630c7f4 Add an external toolchain suitable for amd64 target 2014-11-29 14:46:30 +00:00
Guido Falsi
e1e7a3a6e3 Trim whitespace at end of line. 2014-11-29 14:41:41 +00:00
Rene Ladan
3b3ed051bc Remove expired ports:
2014-11-26 vietnamese/vnlpr: Broken for more than 6 months
2014-11-26 devel/fsmgenerator: Broken for more than 6 months
2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m
2014-11-26 news/fidogate-ds: Broken for more than 6 months
2014-11-26 net/py-yadis: Broken for more than 6 months
2014-11-26 textproc/ruby-diff: Broken for more than 6 months
2014-11-26 audio/cowbell: Broken for more than 6 months
2014-11-26 lang/ironpython: Broken for more than 6 months
2014-11-26 www/dpsearch: Broken for more than 6 months
2014-11-26 multimedia/y4mscaler: Broken for more than 6 months
2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
2014-11-29 14:33:15 +00:00
Rene Ladan
40cd269a19 - Update to 39.0.2171.71 (bugfix release)
- Add back -fno-stack-protector when building with GCC to prevent link errors [1]
Changelog:	https://chromium.googlesource.com/chromium/src/+log/39.0.2171.65..39.0.2171.71
Submitted by:	pkg-fallout [1]
MFH:		2014Q4
2014-11-29 13:58:00 +00:00
Antoine Brodin
99cc4d234d Allow building without /usr/bin/perl symlink
PR:		ports/195494
2014-11-29 12:58:28 +00:00
Antoine Brodin
7eaeea789e Allow building without /usr/bin/perl symlink
PR:		ports/195494
2014-11-29 12:22:21 +00:00
Emanuel Haupt
44432d01cb - Update to 313
- Retire EXTRACT_SUFX in favor of USES=tar:tgz macro
2014-11-29 11:12:55 +00:00
Wen Heping
78ed61052b - Adjust CONFLICTS
- Pet portlint
2014-11-29 10:51:58 +00:00
Wen Heping
4db6fa699a - Repocopy www/mediawiki123 --> www/mediawiki124 and update to 1.24.0 2014-11-29 10:49:12 +00:00
Wen Heping
7188f1a57a - Update to 1.22.14
- Adjust CONFLICTS to welcome mediawiki124
- Mark DEPRECATED
2014-11-29 10:27:06 +00:00
Thomas Zander
ff3095e1e0 Update to upstream version 20141122
PR:		195447
Submitted by:	howeyc@gmail.com (maintainer)
2014-11-29 09:33:56 +00:00
Wen Heping
e713d6e4d8 - Update to 1.23.7 2014-11-29 09:18:29 +00:00
Thomas Zander
fff0f28ec0 - Update to 1.26
- Replace pkg-plist by USE_PYTHON= autoplist
- Remove post-patch target, already fixed in files/patch-setup.py
- Update WWW entry in pkg-descr

PR:		194927
Submitted by:	olivierd@FreeBSD.org
Approved by:	maintainer (timeout)
2014-11-29 09:14:05 +00:00
Grzegorz Blach
56e13362a0 Remove now unneeded REINPLACE_CMD for zsh completions
PR:		195473
Submitted by:	Jan Beich (jbeich <at> vfemail <dot> net)
2014-11-29 08:41:55 +00:00
Rusmir Dusko
c4b00d3ffe - Revert last commit r373094
- Remove BROKEN

PR:		195347
2014-11-29 07:57:19 +00:00
Rusmir Dusko
5bed5e11bb - Revert last commit r373094, update to 0.16.18
PR:		195347
2014-11-29 07:57:13 +00:00
Antoine Brodin
b1817f52e7 Fix build without INFO 2014-11-29 07:26:50 +00:00