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

3178 Commits

Author SHA1 Message Date
Dmitry Marakasov
1886402f79 - Update to 8800
PR:		203538
Submitted by:	kalten@gmx.at
2015-10-05 12:55:39 +00:00
Vanilla I. Shu
47a58a1d7c Upgrade to 3.6.5. 2015-10-01 05:05:05 +00:00
Vanilla I. Shu
05a1225b3b Upgrade to 1.86, and regen patches. 2015-10-01 03:53:02 +00:00
Dmitry Marakasov
5c57225987 Implemented complete support for test target.
You can now `make test' on any port to run test sequence, no-op by default.
If a port defines TEST_TARGET, it'll run sub-make with specified target,
usually `check' or `test', useful if upstream supports that. The port may
instead define custom do-test target, as well as usual satellite targets:

  {pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off

`make test' builds and stages port first, so test may use both WRKDIR and
STAGEDIR, and both BUILD and RUN depends are available for test target.
Additionally, TEST_DEPENDS is now properly supported and may be used to
define additional depends specifically for testing.

Framework may define default tests for specific cases. For instance,
perl5.mk and cran.mk already provide default test target on their own.

This commit also converts my ports which have tests to this new framework.

Approved by:	portmgr (bapt)
Differential Revision:	D3680
2015-09-28 17:20:42 +00:00
Dmitry Marakasov
97ba4d036b - Switch to options helpers
Approved by:	portmgr blanket
2015-09-27 21:38:59 +00:00
Baptiste Daroussin
39c4477881 Convert to @sample 2015-09-26 12:29:04 +00:00
Dmitry Marakasov
c7a4875536 - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qa 2015-09-22 19:13:46 +00:00
Dmitry Marakasov
57985c2d15 - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qa 2015-09-22 19:13:40 +00:00
Soeren Straarup
11ed033966 Updating location. 2015-09-22 16:18:20 +00:00
Ulrich Spörlein
db5b008af8 Update astro/viking to v1.6
Also switch to working dependency astro/josm to unbreak the dep-tree

PR:		203025
Submitted by:	uqs
2015-09-18 16:16:04 +00:00
Sunpoet Po-Chuan Hsieh
53c4f66b8b - Add NO_ARCH 2015-09-17 17:12:47 +00:00
Sunpoet Po-Chuan Hsieh
773d36ae5b - Add NO_ARCH 2015-09-17 17:12:39 +00:00
Sunpoet Po-Chuan Hsieh
ce91a34d01 - Add NO_ARCH 2015-09-17 17:12:35 +00:00
Sunpoet Po-Chuan Hsieh
16825ef923 - Add LICENSE
- Add NO_ARCH
2015-09-17 17:10:21 +00:00
Sunpoet Po-Chuan Hsieh
3118668365 - Add NO_ARCH 2015-09-17 17:10:17 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00
Josh Paetzel
19fc7c682c Use the compressed file for generating distinfo
Thanks chrome, you were helpful...not

PR:	203102
Submitted by:	martin.dieringer@gmx.de
2015-09-14 20:41:14 +00:00
Josh Paetzel
5a8c5fdaa5 Update to 3.7.7
Sponsored by:	iXsystems
2015-09-14 14:53:22 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Muhammad Moinur Rahman
67461ad288 astro/swe: Update version 2.01.00=>2.02.01 2015-09-14 10:43:43 +00:00
Thomas Zander
3bb29d1d4e Update to upstream version 1.0.0e
While on it:
- Pet portlint

PR:		202496
Submitted by:	coder@tuxfamily.org (maintainer)
2015-09-14 05:44:28 +00:00
Baptiste Daroussin
e2afe86598 Mark as deprecated:
Does not support newer wxWidget and no release upstream for 8 years
2015-09-13 17:05:49 +00:00
Jan Beich
752f07242d astro/osmium: unbreak build with DOXYGEN=on after r394778
NO_BUILD does more than dummy do-build. It creates BUILD_COOKIE that marks
all targets in _BUILD_SEQ as done, including do-build-${opt}-on/off and
post-build-${opt}-on/off. Since the targets haven't been run yet
do-install-DOXYGEN-on fails due to missing files.

Fix by leaking a call to nop "all" target in vendor Makefile. It should
be less kludgy than defining our own dummy do-build and less confusing
than treating do-build itself as an option helper. In case "all" starts
doing something useful the port would automatically take advantage of it.

PR:		202951
Reviewed by:	mat
Approved by:	portmgr blanket
2015-09-08 16:13:58 +00:00
Raphael Kubo da Costa
4d68d66087 Drop USES=iconv.
Even though the port still has a few FindIconv.cmake files scattered around,
they are not actually used by the build system anymore, so the dependency is
unnecessary.

Approved by:	danfe (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3531
2015-08-30 10:19:23 +00:00
Dmitry Marakasov
82e12ffe80 - Update to 8677 2015-08-28 13:25:53 +00:00
John Marino
3f973d6a9b astro/geographiclib: Rectify assignment mistake
I missed the unnecessary use of immediate evaluation assignment operators.
Let's fix that once and for all.
2015-08-27 12:22:45 +00:00
Dmitry Marakasov
238037ffa3 - Update to 1.44
PR:		202441
Submitted by:	tatsuki_makino@hotmail.com (maintainer)
2015-08-27 09:44:35 +00:00
Dmitry Marakasov
d8bf0ca72f - Add LICENSE
- Fix library installation

Approved by:	portmgr blanket
2015-08-25 11:12:15 +00:00
Mathieu Arnold
bc0d524329 Fix previous commit.
Pointy hat to:	mat
Sponsored by:	Absolight
2015-08-19 13:41:51 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Philip M. Gollucci
44100075c4 astro/gpsbabel: add GUI option, clean up dependencies
- Add GUI option (requires qt4-gui,qt4-xml,qt4-network and qt4-webkit at runtime).
- Remove autoconf/pcre/glib20/gettext dependencies (unused).
- USE_QT4=linguist_build -> USE_QT4=linguisttools_build (GUI option only).
- Use system zlib.
- Regenerate patch.

PR:                  201680
Submitted by:        s3erios@gmail.com
Approved by:         dev2@heesakkers.info
2015-08-18 19:58:06 +00:00
Sunpoet Po-Chuan Hsieh
28a3fcc0b8 - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:03:41 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Danilo Egea Gondolfo
529ec4e264 - Update to 5.9 2015-07-21 20:51:23 +00:00
Danilo Egea Gondolfo
be7a217b2d - Update to 5.8 2015-07-12 18:21:25 +00:00
Sunpoet Po-Chuan Hsieh
ef0fa46671 - Update to 2.0.0
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN

Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
2015-07-09 16:05:06 +00:00
Brooks Davis
d451cf0ae2 Update location. 2015-07-08 21:29:38 +00:00
Wen Heping
df057047a5 - Update to 0.070
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.070/Changes
2015-06-28 08:38:16 +00:00
Baptiste Daroussin
b22cc6fee7 Fix packaging as User
Fix wrong conversion to stage
2015-06-27 14:50:08 +00:00
Baptiste Daroussin
a3853b8210 Use broken helpers 2015-06-27 14:25:19 +00:00
Philip M. Gollucci
f9056403de Update astro/geographiclib 1.41 -> 1.42
- Convert to autoreconf
- note shared lib bump, but nothing to chase

Submitted by: tatsuki_makino@hotmail.com (maintainer)
2015-06-25 04:22:48 +00:00
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
5f2f29b52a - Update to 8491 2015-06-19 11:55:36 +00:00
Dmitry Marakasov
2897d7908c - Add NO_ARCH 2015-06-18 20:03:03 +00:00
Danilo Egea Gondolfo
5e38dec00d - Update to 5.6 2015-06-16 21:18:48 +00:00
Wen Heping
70e12eef45 - Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj

PR:		200434
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >20 days)
2015-06-15 13:03:11 +00:00
Dmitry Marakasov
c5de224c12 - Add NO_ARCH 2015-06-14 20:02:59 +00:00
Erwin Lansing
3e67d040d7 Reset dhn's ports
PR:		197522
Submitted by:	jbeich
Approved by:	portmgr
2015-06-12 20:58:13 +00:00
Dmitry Marakasov
fc970c53e7 - Add NO_ARCH 2015-06-12 20:03:00 +00:00