Commit graph

3224 commits

Author SHA1 Message Date
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
Bryan Drewery
aa6ad6e726 USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
2015-04-28 18:44:04 +00:00
Mathieu Arnold
2253affb5b Update to 0.78.
Sponsored by:	Absolight
2015-04-28 11:58:47 +00:00
Baptiste Daroussin
25c34fd38f Update icu to 55.1 2015-04-23 21:26:09 +00:00
Danilo Egea Gondolfo
8434955168 - Update to 5.3.1 2015-04-23 16:28:07 +00:00
Dmitry Marakasov
df2309f2b1 - Fix shebangs
MFH:		2015Q2
Approved by:	portmgr blanket
2015-04-22 22:56:16 +00:00
Sunpoet Po-Chuan Hsieh
9c6b25af58 - Update to 0.20
- Remove DOCS option

Changes:	http://git.schwarzvogel.de/?p=pymetar-old;a=shortlog
2015-04-21 18:39:35 +00:00
Sunpoet Po-Chuan Hsieh
ded0f8bcb0 - Update to 0.091
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2015-04-17 19:58:48 +00:00
Baptiste Daroussin
aacb465c79 astro/wmsun: Update to version 1.12
Fix MASTER_SITES
2015-04-06 18:50:50 +00:00
Baptiste Daroussin
493e3c70d2 astro/rmap: Update MASTER_SITES
PR:		199203
Submitted by:	ports fury
2015-04-06 18:47:15 +00:00
Antoine Brodin
2f7505e094 Mark a few ports BROKEN in astro and archivers category (unfetchable) 2015-04-05 15:15:49 +00:00
Dmitry Marakasov
9a84d118cb - Update to 8159 2015-04-05 14:13:50 +00:00
Baptiste Daroussin
68d86ff245 Mark as broken ports with bad distfiles 2015-04-05 09:55:54 +00:00
Baptiste Daroussin
6969433a31 Mark as broken: checksum mismatch 2015-04-05 09:50:27 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Jason Helfman
31c8b17347 - remove do_nada from target
Approved by:	portmgr (blanket)
2015-04-01 23:24:50 +00:00
Sunpoet Po-Chuan Hsieh
e5391e168e - Update to 0.068
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2015-03-27 13:47:07 +00:00
Muhammad Moinur Rahman
8998313df6 astro/swe: Update version 2.00.00=>2.01.00
Approved by:	bapt marino (implicit)
2015-03-23 12:21:33 +00:00
Bryan Drewery
965611a692 Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).

With hat:	portmgr
2015-03-19 20:45:03 +00:00
Bryan Drewery
010d8c7d9a Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.

All of these ports as-is.

With hat:	portmgr
2015-03-19 18:08:25 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00