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

3244 Commits

Author SHA1 Message Date
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Sunpoet Po-Chuan Hsieh
232e462026 - Update MASTER_SITES
- While I'm here, add LICENSE_FILE

PR:		204004
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer)
2015-10-24 17:46:02 +00:00
Muhammad Moinur Rahman
6b7930963c astro/swe: UNBREAK
- Update version 2.03=>2.04
2015-10-24 01:18:51 +00:00
Baptiste Daroussin
4dee53c678 Mark as broken, does not fetch 2015-10-24 00:21:06 +00:00
Baptiste Daroussin
10415c5bf7 Mark as broken, does not fetch 2015-10-24 00:19:56 +00:00
Kubilay Kocak
858eedd27e astro/gpstk: Fix patches and CMake build
After the last commit to this port [1], that updated DISTFILES, patch
errors were reported on pkg-fallout:

patch: **** can't cd to /wrkdirs/usr/ports/astro/gpstk/work/dev: No such file or directory
=> Patch patch-ext__lib__FileDirProc__FileHunter.cpp failed to apply cleanly.
*** Error code 1

This change replaces a WRKSRC override with a CMAKE_SOURCE_PATH
variable to declare the source directory and regenerates patchfiles
against the default WRKSRC.

While I'm here: switch to USES=cmake:outsource to match the build
instructions upstream [2]

It was also noted during testing that this port builds with the base
Clang c++ compiler and does not require USE_GCC. Upstream documentation
requires only 'a modern, ANSI compliant C++ compiler' [3]

[1] https://svnweb.freebsd.org/changeset/ports/399654
[2] http://www.gpstk.org/bin/view/Documentation/BuildingGPSTkUnderUnix
[3] http://www.gpstk.org/bin/view/Documentation/SystemRequirements

PR:		201196
MFH:		2015Q4
2015-10-22 07:01:46 +00:00
Danilo Egea Gondolfo
754e02f61c - Update to 5.11 2015-10-20 13:53:38 +00:00
Muhammad Moinur Rahman
bcb367e072 astro/swe: Update version 2.02.01=>2.03 2015-10-20 11:27:22 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Kubilay Kocak
7424d81366 astro/gpstk: Fix fatal portlint(8) error
Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint
error.

PR:		201196
MFH:		2015Q4
2015-10-19 13:49:16 +00:00
Kubilay Kocak
42cb46691e astro/gpstk: Fix distinfo, Mark Unbroken
- Update distinfo
- Add EXTRACT_AFTER_ARGS
- Mark unbroken

PR:		201196
Submitted by:	John Hein <z7dr6ut7gs snkmail com
Approved by:	unmaintained (blanket)
MFH:		2014Q4
2015-10-19 10:18:12 +00:00
Sunpoet Po-Chuan Hsieh
7dc599b6c5 - Add LICENSE_FILE
- Fix packaging with Python 3.5
2015-10-16 19:35:52 +00:00
Dmitry Marakasov
c19baf495c - Update to 1.45
PR:		203631
Submitted by:	tatsuki_makino@hotmail.com (maintainer)
2015-10-15 14:57:01 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Dmitry Marakasov
b6e3b399b6 - Fix parallel build: don't use MFLAGS in upstream Makefile as it's reserved by make and contains -j flag
- Use MANPREFIX
2015-10-13 03:40:07 +00:00
Danilo Egea Gondolfo
228eca2c7a - Update to 5.10 2015-10-12 23:36:32 +00:00
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
Sunpoet Po-Chuan Hsieh
e9f54e251f - Update to 0.069
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2015-06-08 19:37:54 +00:00
Sunpoet Po-Chuan Hsieh
8e68a9759c - Add NO_ARCH 2015-06-08 19:37:48 +00:00
John Marino
ca4bbe286e astro/gpxloggerd: Unbreak on DragonFly
The latest commits broke this port on DragonFly.  The port uses the
base mk files rather than a standalone makefile, and will not build
without warnings appearing:

  gpxloggerd.c:185:16: error: variable 'pt' set but not used
                       [-Werror=unused-but-set-variable]

To ensure -Werror flag is not passed to the build, set NO_WERROR for
the makefile.

Approved by:	blanket (-Werror, restore DF)
2015-06-06 12:57:56 +00:00
Antoine Brodin
6de6211422 Mark a few ports BROKEN
Reported by:	pkg-fallout
2015-05-30 09:51:35 +00:00
Sunpoet Po-Chuan Hsieh
c7c9a0efdd - Update to 0.092
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2015-05-28 14:03:15 +00:00
Sunpoet Po-Chuan Hsieh
4d712deef8 - Merge PLIST_FILES 2015-05-27 09:37:18 +00:00
Antoine Brodin
1b85bc9332 Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10

Differential Revision:	https://reviews.freebsd.org/D2639
Reviewed by:	sunpoet, mva
2015-05-26 16:47:02 +00:00
Gleb Smirnoff
0a7f2d6909 Update to 0.2.3, which fixed build with old gcc. 2015-05-26 09:08:58 +00:00
Dmitry Marakasov
4b7de0e051 - Update to r423 2015-05-25 21:18:02 +00:00
Dmitry Marakasov
be6ecb537e - Update to r3598 2015-05-25 21:17:56 +00:00
Dmitry Marakasov
912cf9a52c - Add LICENSE_FILE 2015-05-23 20:00:33 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Gleb Smirnoff
c12a08e67d Provide patch from future version to fix yournavigation.org API.
PR:		200366
Approved by:	Craig Whipp <crwhipp gmail.com> (maintainer)
2015-05-22 08:41:09 +00:00
Gleb Smirnoff
fa37b8b192 Fix paths in pkgconf installed files.
Submitted by:	Craig Whipp <crwhipp gmail.com>
2015-05-21 07:49:05 +00:00
Gleb Smirnoff
3a140124a1 Disable PPS support by default. The PPS thread enters infinite loop and
GPSD consumes 100% of CPU time. I'm out of time to debug that now, so
simply turn off by default.
2015-05-20 22:44:34 +00:00
Gleb Smirnoff
60737e448f Use MAKE_ARGS instead of SCONS_ARGS, which is now ignored.
Submitted by:	bapt
2015-05-20 22:43:02 +00:00
Gleb Smirnoff
781359c030 Update to new version fixing fallout from astro/gpsd update. 2015-05-20 15:47:40 +00:00
Dmitry Marakasov
e987d2ef45 - Update to 3.14
Submitted by:	glebius (maintainer)
2015-05-19 21:27:03 +00:00
Dmitry Marakasov
41466094ec - Add CPE info
Approved by:	portmgr blanket
2015-05-16 15:48:53 +00:00
Alexey Dokuchaev
5dc681e805 - Update to version 0.12.6 (all of our patches were integrated upstream)
- Remove GTK'ish INSTALLS_ICONS knob, as it pulls dependencies that might
  be uncalled in pure X11 or Qt-based environments
2015-05-15 05:57:50 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Alexey Dokuchaev
560aacfbfe - Belatedly update to version 0.13.3
- Remove GTK'ish INSTALLS_ICONS knob, as it pulls dependencies that might
  be uncalled in pure X11 or Qt-based environments
2015-05-14 07:50:23 +00:00
Dmitry Marakasov
5ca6356f5f - Update to 8339 2015-05-12 18:13:42 +00:00
Dmitry Marakasov
b5a5e311ce - Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-09 01:12:50 +00:00
Adam Weinberger
b8fad0d6cd Reassign to perl@. 2015-05-08 17:27:02 +00:00
Dmitry Marakasov
178592ab36 - Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-08 14:04:50 +00:00
Dmitry Marakasov
928d92d353 - Update to 8279 2015-05-08 11:09:43 +00:00
Mathieu Arnold
02415c68f5 Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 15:17:32 +00:00
Danilo Egea Gondolfo
d41a50d0d8 - Update to 5.5 2015-05-06 16:51:29 +00:00
Mathieu Arnold
6e83422724 Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 12:57:55 +00:00
TAKATSU Tomonari
358427cb9d - Update to 0.8-36 2015-05-05 04:44:17 +00:00
Guido Falsi
2c44e6acd0 - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
  now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt

PR:			199845
Submitted by:		jbeich@
Differential Revision:	https://reviews.freebsd.org/D2434
Approved by:		portmgr (mat)
2015-05-04 15:46:51 +00:00
Danilo Egea Gondolfo
539610176f - Update to 5.4.1 2015-05-02 20:47:02 +00:00
Dmitry Marakasov
5cad2b5217 - Add LICENSE 2015-04-28 20:00:22 +00:00