1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

311808 Commits

Author SHA1 Message Date
Olivier Duchateau
263a2c9319 - Support STAGEDIR
- Convert to new LIB_DEPENDS format
2013-10-14 20:07:52 +00:00
Olivier Duchateau
1ca7b37ec9 - Support STAGEDIR
- Switch to USES= gmake (xfce4-desktop, xfce4-wm)
- Convert to new LIB_DEPENDS format (xfce4-desktop, xfce4-panel,
xfce4-wm)
2013-10-14 20:03:16 +00:00
Antoine Brodin
11ddbda386 Update to 2.2.5
Fixes/features in this release:

Save CFD export options.
Automatically add *.vsp extension when saving.
Add *.ram files to file-open dialog.
Write propellers to XSec *.hrm files.
Fixed PovRay *.inc file bug.
Fix FEA elements not getting written.
Fix 64-bit GLFont support and embed font in executable.
Fix parameter linking and design files for propeller.

While here:
- Use MASTER_SITES=GH as the distfile is not on GHC
- Add LICENSE
- Use new LIB_DEPENDS syntax
- Convert to STAGEDIR

PR:		ports/182974
Submitted by:	maintainer
2013-10-14 19:53:58 +00:00
Alexander Leidinger
9ab6365b4f - give serviio a home (other than what is specified in the GECOS of the user)
- generate a set of config files from the example ones, if no config file
  exists (on first install or if the config didn't change from the example
  one) [1]

PR:		182711 [1]
Submitted by:	Jason Unovitch <jason.unovitch@gmail.com> [1]
2013-10-14 19:50:26 +00:00
Olivier Duchateau
c49ab8b797 - Support STAGEDIR 2013-10-14 19:48:49 +00:00
Olli Hauer
db533faaee - use new LIB_DEPENDS notation in subversion ports
- use new LIB_DEPENDS notation in Mk/Uses to fix static svn building [1]

Approved by:	portmgr (babt@) [1]
2013-10-14 19:42:48 +00:00
Olivier Duchateau
0cca838bad - Support STAGEDIR
- Convert to new LIB_DEPENDS format (x11/libxfce4menu, x11/xfce4-conf)
- Switch to USES= gmake (x11/libxfce4menu)
- Update Perl dependencies versions (x11/xfce4-conf)
- Add patch, to use new GLib 2.32 mutex API (x11/xfce4-conf)

Reviewed by:	Perl (az@, bapt@, and mat@)
2013-10-14 19:42:26 +00:00
Olivier Duchateau
3ec6f28767 - Support STAGEDIR
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format (sysutils/xfce4-settings)
2013-10-14 19:18:17 +00:00
Jung-uk Kim
7b302b1c04 Build with Apache Ant 1.9.2. 2013-10-14 19:09:17 +00:00
Olivier Duchateau
7bc54df392 - Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake
2013-10-14 18:57:19 +00:00
Olivier Duchateau
7826a87a38 - Support STAGEDIR 2013-10-14 18:51:52 +00:00
Olivier Duchateau
8026518389 - Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES=gmake (deskutils/xfce4-tumbler)

Approved by:	ehaupt@ (maintainer of deskutils/xfce4-notifyd)
2013-10-14 18:48:19 +00:00
William Grzybowski
501e0cfeb3 mail/dovecot2: fix package without DOCS option
- Fix package without DOCS option

PR:		ports/182585
2013-10-14 17:49:26 +00:00
Jung-uk Kim
eeab9aebc3 Simplify compiler detection. COMPILER_TYPE must be defined since r330336. 2013-10-14 17:45:14 +00:00
Hajimu UMEMOTO
f16aa8c76d use modern OPTIONS helper. 2013-10-14 17:21:23 +00:00
John Marino
aed7d5fbc5 Mk/Uses/compiler.mk: Ensure COMPILER_TYPE can only be clang or gcc
The compiler.mk comments and code state that COMPILER_TYPE can only be
of the value "clang" or "gcc".  However, the code that determines this
allows for a possible undefined third state (empty string).  BMake
will emit a lot of errors about badly formatted conditionals if
COMPILER_TYPE is empty.

Since, by definition, if the COMPILER_TYPE is not clang, it must be
gcc, so skip the conditional gcc check and just set it.  The entire
file must be updated if support for additional compilers is desired.

This bug was discovered because the gcc detection code failed to
identify the DragonFly base compiler (GCC 4.7.3) as gcc.

Approved by:	portmgr (bapt)
2013-10-14 16:46:20 +00:00
Alex Kozlov
dd559f9592 - Simplify and modernize use.perl
Approved by:	perl (az, mat)
2013-10-14 16:22:34 +00:00
Antoine Brodin
6a9c8f2382 Do not try to remove directories belonging to BSD.local.dist
While here, convert to STAGEDIR

PR:		ports/182488
Reported by:	portbuild & poudriere -t
Approved by:	maintainer timeout (15 days)
2013-10-14 16:10:52 +00:00
Sunpoet Po-Chuan Hsieh
3915360395 - Update to 2.044
Changes:	http://search.cpan.org/dist/Config-Model/Changes
2013-10-14 15:35:29 +00:00
Sunpoet Po-Chuan Hsieh
8bce360ad1 - Update to 0.99
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Test-Simple/Changes
2013-10-14 15:35:08 +00:00
Sunpoet Po-Chuan Hsieh
9ad6b3281d - Update MASTER_SITES and WWW
- While I'm here:
  - Remove deprecated PTHREAD_*
  - Convert to new OPTIONS helper
  - Support STAGEDIR

PR:		ports/181887
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-10-14 14:54:54 +00:00
Mathieu Arnold
b2ea7bbbf9 Fix build after patchs were added to the MASTER port.
PR:		ports/182971
Submitted by:	mat (me)
Approved by:	gahr (maintainer)
2013-10-14 14:26:39 +00:00
Pietro Cerutti
24661e4f20 - Convert to USES+=tk
- Minor Makefile refactor
- STAGE-clean
2013-10-14 14:19:49 +00:00
Rusmir Dusko
5365ff05f9 - Mark DEPRECATED, set EXPIRATION_DATE
Approved by:	wg/pawel (mentors)
2013-10-14 14:17:48 +00:00
Pietro Cerutti
0d8e71d2d0 - Convert to USES+=tk
- STAGE-clean
2013-10-14 14:07:52 +00:00
Rusmir Dusko
61accd76b9 - Update to 1.08
- Support STAGEDIR
- Use pkg-plist instead of PLIST_FILES

Approved by:	wg/pawel (mentors)
2013-10-14 14:03:14 +00:00
Rusmir Dusko
2051a4fa11 SDLSKK is SKK on SDL.
WWW: http://www.kmc.gr.jp/~ohai/sdlskk.en.html

Approved by:	wg/pawel (mentors)
2013-10-14 13:59:30 +00:00
Pietro Cerutti
891b7d0f4e - Update to 2.6
- Convert to USES+=tk
- Take maintainership (tcltk@FreeBSD.org)
- STAGE-clean
2013-10-14 13:56:25 +00:00
Rusmir Dusko
3b865581cd - Update to 3.2.1
- Fix download, change master sites
- Maintainer approved via email

PR:		ports/182922
Submitted by:	nemysis (self)
Approved by:	wg/pawel (mentors)
2013-10-14 13:55:13 +00:00
Rusmir Dusko
135db5ec05 Bombz is a simple 2D puzzle game. It doesn't really have a plot. The object is
to blow up all the bombs on each level then escape off the edge of the screen.
To blow up a bomb, push it to where you want to cause an explosion, then collect
a match (originally a detonator in the Archimedes version) and touch the bomb
again and quickly get out of the way. A bomb destroys everything surrounding it
except the metallic walls; if it blows up another bomb, that takes out
everything around it too so you can set off chain reactions.

WWW: http://bombz.sourceforge.net/

PR:		ports/171576
Submitted by:	nemysis (self)
Approved by:	wg/pawel (mentors)
2013-10-14 13:48:33 +00:00
Alberto Villa
3302669244 - Remove disk duplicate entries on FreeBSD 10+.
- Bump PORTREVISION.

PR:		179469
Submitted by:	avilla (myself)
Approved by:	gnome (maintainer timeout)
2013-10-14 13:41:51 +00:00
Rusmir Dusko
87ede44a76 - Update to 1.5
- Merge ampasCTL-1.4.1 and openexr_ctl-1.0.1 into ampasCTL-1.5
- Add conflict with graphics/openexr_ctl
- Add dependencies for OpenEXR, tiff and ampasACES-container
- USES cmake pkgconfig
- Support STAGEDIR
- Change pkg-descr

Approved by:	wg/pawel (mentors)
2013-10-14 13:40:48 +00:00
Rusmir Dusko
7bd7ffaa3e ACES Container Reference Implementation
This folder contains a reference implementation for an ACES container
file writer intended to be used with the Academy Color Encoding System (ACES).
The resulting file is compliant with the ACES container specification
(SMPTE S2065-4). However, there are a few things that are not demonstrated by
this reference implementation.

    Stereo channels
    EndOfFileFiller
    Arbitrary attributes and naming validations
    half type attributes
    keycode value validations

WWW: https://github.com/ampas/aces_container

Approved by:	wg/pawel (mentors)
2013-10-14 13:33:03 +00:00
Rusmir Dusko
58aed04f74 - Mark DEPRECATED, set EXPIRATION_DATE
Approved by:	wg/pawel (mentors)
2013-10-14 13:28:14 +00:00
Raphael Kubo da Costa
898b44b9de Update to 1.10.3 (and support staging).
This release is particularly important for people using PostgreSQL as
Akonadi's backend (note this is not the default), as Qt 4.8.5 and older
versions of Akonadi do not play well.

Full list of changes:
- Fix crash when there are no flags to update during flags change
- Fix crash on Akonadi shutdown when using PostgreSQL
- Fix notification to clients about database upgrade
- Send dummy requests to MySQL from time to time to keep the connection
  alive
- Bug #277839 – Fix problem with too long socket paths
- Bug #323977 – Check minimum MySQL version at runtime
- Bug #252120, Bug #322931 – Use text instead of bytea column type for
  QString in PostgreSQL
2013-10-14 13:14:18 +00:00
Pietro Cerutti
2b25376eb8 - Convert to USES+=tk
- STAGE-clean
2013-10-14 13:07:40 +00:00
Ryan Steinmetz
7c10065037 - Define PKGNAMESUFFIX to prefent package name collision
- Bump PORTREVISION
2013-10-14 12:48:14 +00:00
Sunpoet Po-Chuan Hsieh
aca3dfa4bb - Update to 0.42
Changes:	http://search.cpan.org/dist/Geo-Coder-Many/Changes
2013-10-14 12:28:45 +00:00
Guido Falsi
507f5fa923 - Convert to staging
- Pet portlint warning about LICENSE section
- Convert to new LIB_DEPENDS format
- Adopt
2013-10-14 12:20:58 +00:00
William Grzybowski
54553c2538 games/ioquake3: respect CC
- Respect CC

PR:		ports/182755
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2013-10-14 12:13:00 +00:00
Rene Ladan
b046a4b413 Allow building with clang when GNU ar (from devel/binutils) is installed
and LOCALBASE/bin comes before /usr/bin in $PATH

PR:		ports/182682
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2013-10-14 12:11:22 +00:00
William Grzybowski
1ce9fcd054 devel/hg-git: allow staging
- Allow staging
- Use python auto plist
- Patch for dulwich API change

PR:		ports/182747
Submitted by:	Marco Bröder <marco.broeder gmx.eu> (maintainer)
2013-10-14 12:10:40 +00:00
Raphael Kubo da Costa
94748d421d Update to 2.9.4.
While here, add staging support. Contains commits by Schaich Alonso from our
(KDE@'s) area51 repository. Many thanks!
2013-10-14 12:09:05 +00:00
William Grzybowski
c56465530f devel/dulwich: allow staging
- Allow staging
- Add EXAMPLES option
- Use python auto plist

PR:		ports/182746
Submitted by:	Marco Bröder <marco.broeder gmx.eu> (maintainer)
2013-10-14 12:04:42 +00:00
William Grzybowski
75b1424955 devel/diffuse: allow staging
- Allow staging
- Use options helpers

PR:		ports/182745
Submitted by:	Marco Bröder <marco.broeder gmx.eu> (maintainer)
2013-10-14 12:00:22 +00:00
Sunpoet Po-Chuan Hsieh
9df5a03336 - Convert to new options helper 2013-10-14 11:58:15 +00:00
Sunpoet Po-Chuan Hsieh
ba43327221 - Update to 4.0.1
Changes:	https://github.com/guard/guard-rspec/commits/master
2013-10-14 11:58:11 +00:00
Sunpoet Po-Chuan Hsieh
182e2b6dcc - Update to 2.1.0
Changes:	https://github.com/guard/listen/releases
2013-10-14 11:58:06 +00:00
William Grzybowski
3b2db82fc3 devel/py-pyev: allow staging
- Allow staging
- Use python auto plist

PR:		ports/182642
Submitted by:	Denis Generalov <gd rambler-co.ru> (maintainer)
2013-10-14 11:53:37 +00:00
Raphael Kubo da Costa
fb6e6e23ae Support staging.
Sorry, this should have been committed in r330300.
2013-10-14 11:43:19 +00:00