| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
|
|
| |
Use QMapShack to plan your next outdoor trip or to visualize and archive all the
GPS recordings of your past exciting adventures. QMapShack is the next
generation of the famous QLandkarte GT application. And of course it's even
better and easier to use.
WWW: http://bitbucket.org/maproom/qmapshack
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Routino is an application for finding a route between two points using the
dataset of topographical information collected by http://www.OpenStreetMap.org.
This router uses a routing algorithm that takes OSM format data as its input and
calculates either the shortest or quickest route between two points. To optimise
the routing a custom database format is used. This allows the routing to be
performed quickly after a modest one-off pre-processing stage.
A selection is possible for any of the major OSM transport types and for each of
the main OSM highway types a preference can be provided and a speed limit.
Restrictions on one-way streets, weight, height, width and length are also
options. Further preferences about road properties (e.g. paved or not) can also
be selected.
The processing of the input XML file is based on rules in a configuration file
that transform the highway tags into tags that are understood by Routino. The
generation of the output files (HTML and GPX) uses language fragments selected
from another configuration file which allows multi-lingual output from the same
database.
The router takes into account private/public/permissive restrictions on highways
as well as tagged speed limits and barriers (gates, bollards). The simplest and
most common turn restriction relations (those composed of a way, node and way)
are also supported.
WWW: http://www.routino.org/
|
|
|
|
|
|
| |
- Update version 1.7.1=>1.8.1
- Make patches 'make makepatch' compatible
- Add desktop-file-utils
|
| |
|
|
|
|
|
|
|
| |
- While I'm here, add LICENSE_FILE
PR: 204004
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer)
|
|
|
|
| |
- Update version 2.03=>2.04
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint
error.
PR: 201196
MFH: 2015Q4
|
|
|
|
|
|
|
|
|
|
|
| |
- Update distinfo
- Add EXTRACT_AFTER_ARGS
- Mark unbroken
PR: 201196
Submitted by: John Hein <z7dr6ut7gs snkmail com
Approved by: unmaintained (blanket)
MFH: 2014Q4
|
|
|
|
| |
- Fix packaging with Python 3.5
|
|
|
|
|
| |
PR: 203631
Submitted by: tatsuki_makino@hotmail.com (maintainer)
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
|
|
|
|
|
| |
by make and contains -j flag
- Use MANPREFIX
|
| |
|
|
|
|
|
| |
PR: 203538
Submitted by: kalten@gmx.at
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Also switch to working dependency astro/josm to unbreak the dep-tree
PR: 203025
Submitted by: uqs
|
| |
|
| |
|
| |
|
|
|
|
| |
- Add NO_ARCH
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Thanks chrome, you were helpful...not
PR: 203102
Submitted by: martin.dieringer@gmx.de
|
|
|
|
| |
Sponsored by: iXsystems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
| |
While on it:
- Pet portlint
PR: 202496
Submitted by: coder@tuxfamily.org (maintainer)
|
|
|
|
| |
Does not support newer wxWidget and no release upstream for 8 years
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
I missed the unnecessary use of immediate evaluation assignment operators.
Let's fix that once and for all.
|
|
|
|
|
| |
PR: 202441
Submitted by: tatsuki_makino@hotmail.com (maintainer)
|
|
|
|
|
|
| |
- Fix library installation
Approved by: portmgr blanket
|
|
|
|
|
| |
Pointy hat to: mat
Sponsored by: Absolight
|
|
|
|
|
| |
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
|
| |
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
|
| |
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.070/Changes
|
|
|
|
| |
Fix wrong conversion to stage
|
| |
|
|
|
|
|
|
|
| |
- Convert to autoreconf
- note shared lib bump, but nothing to chase
Submitted by: tatsuki_makino@hotmail.com (maintainer)
|
|
|
|
|
|
| |
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).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION to chase the update of proj
PR: 200434
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >20 days)
|
| |
|
|
|
|
|
|
| |
PR: 197522
Submitted by: jbeich
Approved by: portmgr
|
| |
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Astro-satpass/Changes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
|
| |
|
|
|
|
|
|
|
| |
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 200366
Approved by: Craig Whipp <crwhipp gmail.com> (maintainer)
|
|
|
|
| |
Submitted by: Craig Whipp <crwhipp gmail.com>
|
|
|
|
|
| |
GPSD consumes 100% of CPU time. I'm out of time to debug that now, so
simply turn off by default.
|
|
|
|
| |
Submitted by: bapt
|
| |
|
|
|
|
| |
Submitted by: glebius (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
- Remove GTK'ish INSTALLS_ICONS knob, as it pulls dependencies that might
be uncalled in pure X11 or Qt-based environments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
- Remove GTK'ish INSTALLS_ICONS knob, as it pulls dependencies that might
be uncalled in pure X11 or Qt-based environments
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
| |
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
|
| |
MFH: 2015Q2
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Remove DOCS option
Changes: http://git.schwarzvogel.de/?p=pymetar-old;a=shortlog
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
|
|
|
|
| |
Fix MASTER_SITES
|
|
|
|
|
| |
PR: 199203
Submitted by: ports fury
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Astro-satpass/Changes
|
|
|
|
| |
Approved by: bapt marino (implicit)
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
- Strip libraries
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add missing dependency on bash, it installs bash scripts
- Fix shebangs
- Strip binaries
- Fix build with disabled NLS
|
|
|
|
|
|
|
|
| |
- Properly strip installed binary
PR: 197879
Submitted by: dev2@heesakkers.info
Reviewed by: riggs
|
|
|
|
|
| |
PR: 198555
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.
In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>
PR: 197751
PR: 197871
PR: 184996
Reviewed by: rakuco (mentor)
Differential: https://reviews.freebsd.org/D1950
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The dependency on devel/dbus was still using a shorthand name instead of the
full file name of the library.
Not bumping PORTREVISION because the build was broken before if the DBUS
option was on.
PR: 198223
Submitted by: Tobias Berner <tcberner@gmail.com>
Approved by: glebius (maintainer)
MFH: 2015Q1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Street Map input file. Such OSM files come in two different formats:
* files identified by the .osm suffix simply are plain XML files.
* files identified by the .osm.pbf suffix does containt the same identical
data, but adopting the Google's Protocol Buffer serialization format and thus
requiring much less storage space.
WWW: https://www.gaia-gis.it/fossil/readosm/index
PR: 197262
Submitted by: coder@tuxfamily.org
|
|
|
|
| |
- Add LICENSE
|
| |
|
|
|
|
|
|
|
| |
2: use options helper.
PR: 197414
Submitted by: Ports Fury.
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- New ports for exporting images to Dropbox and Google Drive:
graphics/kipi-plugin-dropbox
graphics/kipi-plugin-googledrive
Excerpt from area51 commit logs:
------------------------------------------------------------------------
r10303 | jhale | 2014-09-19 04:04:57 +0000 (Fri, 19 Sep 2014) | 13 lines
- Update digikam and friends to 4.2.0
- Drop "Enable" from Digikam options descriptions
- For kipi-plugins, only extract what we need to reduce extraction time
and file I/O
------------------------------------------------------------------------
r10183 | makc | 2014-07-18 22:07:34 +0000 (Fri, 18 Jul 2014) | 21 lines
Update DigiKam and Kipi plugins to 4.1.0. This incomplete update is based
on the patch submitted by Oleg Sidorkin <osidorkin@gmail.com> via
kde-freebsd mailing list.
astro/libkgeomap:
- Don't build demo application and thus remove dependence on libkexiv2
- Add build dependency on boost headers
graphics/kipi-plugin-gpssync
- Add build dependency on boost headers
|
| |
|
|
|
|
|
|
|
| |
- Transfer maintainership to the submitter and bump port revision
- Wrap overly long lines and beautify them while I'm here again
PR: 197038
|
|
|
|
| |
- Improve COMMENT and port description
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Ensure that complete distinfo is generated, irregardless of the options
- Mention legacy `astro/stellarium-qt4' port in the port description text
|
| |
|
|
|
|
|
|
|
| |
No need to bump -- the patch fixed the build on DragonFly alone, and this
version has never been published to dports. It was removed under the
flag, "our changes have been moved upstream", but docs are still broken
on DragonFly.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
directory does not yet exist. While it might deem a minor issue, bump
port revision; the port is fast to build even on relatively slow hardware.
Launchpad bug #: 1410263
Bazaar revision: 0.12/5816
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
|
| |
|
|
|
|
|
| |
Submitted by: Rainer Hurling
Pointyhat to: danfe
|
|
|
|
| |
may adhere to different definitions of "high-resolution".
|
|
|
|
|
|
|
|
|
|
| |
- Remove all our patches that were integrated upstream
- Prevent Clang 3.5 from generating endless loop by correctly accessing
QSharedPointer<T>-wrapped T* data instead of treating it as POD type
- Enable high-resolution textures by default (size difference is marginal)
- Bid portscout to track 0.12.x versions only from now on
- Pacify portlint(1) by moving PKGNAMESUFFIX where it belongs
- Register conflicts with 0.13.x package while here
|
| |
|
|
|
|
|
|
|
|
| |
- Forget about Milky Way texture for now as it causes rendering artifacts;
- While most of those textures are indeed better than the ones provided by
default (e.g., Jupiter and Ganymede), some of those are actually worse
(e.g. Venus). Use simple file size-based logic to decide if a texture
is worth a replacement.
|
|
|
|
|
| |
0.12.x versions and first two of 0.13.x; have to revisit it upon update to
0.13.2 (coming soon).
|
|
|
|
| |
- Add missing pkg-plist entries in `stellarium/pkg-plist' for them
|
| |
|
| |
|
|
|
|
|
| |
PR: 196413
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
|
|
|
|
|
|
| |
- Clean up leftovers from astro/gmapcatcher
With hat: python@
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: bapt
|
|
|
|
| |
Remove useless CPPFLAGS
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 196105
Submitted by: dim
|
|
|
|
| |
Strip binaries
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
PANIC: unprotected error in call to Lua API (attempt to index a nil value)
PR: 195240
Red Hat bug: https://bugzilla.redhat.com/show_bug.cgi?id=1045632
Patch by: Chris Rankin (Comments 13-16)
Obtained from: celestia-1.6.1-15.fc20.src.rpm
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.067/Changes
|
|
|
|
|
|
|
| |
- Add options for doxygen and perl generated documentation
PR: 195158
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Fix *_DEPENDS:
- Use := for RUN_DEPENDS
- Use TEST_DEPENDS
Changes: http://search.cpan.org/dist/Starlink-AST/ChangeLog
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
|
|
|
|
| |
- Strip binaries
- Add empty dir to plist
|
| |
|
|
|
|
|
| |
PR: 194602
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
- Add LICENSE_FILE
- Drop @dirrm* from plist
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USE_KDE4=kdehier component has been deprecated, new components added:
baloo - Baloo core libraries
baloo-widgets - Baloo widgets library
kfilemetadata - KDE library for extracting file metadata
New ports:
graphics/kqtquickcharts - QtQuick plugin to render interactive charts
misc/artikulate - Pronunciation trainer for KDE
(not usable currently, links to both
GStreamer 1.x and 0.10.x via dependencies)
sysutils/baloo[-widgets] - KDE framework for searching and
managing user metadata
sysutils/kfilemetadata - Library for extracting file metadata
l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release
astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data
deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports
devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now
editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]
graphics/okular:
- add dependency on graphics/libkscreen
math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]
misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
to link some stuff between KDE4_PREFIX and LOCALBASE.
science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data
x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3
among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes
The area51 repository features commits by alonso, rakuco and myself.
PR: 187150 [1]
Reported by: pe.freethread@live.com
Patch by: Tobias Berner <tcberner@gmail.com>
PR: 180674 [2]
Reported by: torsten.eichstaedt@web.de
PR: 194316
Exp-run: antoine
|
|
|
|
|
| |
Approved by: portmgr (implicit)
With hat: python@
|
|
|
|
|
|
|
| |
USES=python
Approved by: portmgr (implicit)
With hat: python@
|
|
|
|
|
|
|
| |
- Add options for additional datasets
PR: 194235
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
http://www.gpstk.org/bin/view/Development/ReleaseNotes21
http://www.gpstk.org/bin/view/Development/ReleaseNotes22
http://www.gpstk.org/bin/view/Development/ReleaseNotes23
http://www.gpstk.org/bin/view/Development/ReleaseNotes24
http://www.gpstk.org/bin/view/Development/ReleaseNotes25
Switchover from build tool jam to cmake, with lots of restructuring
of code.
|
|
|
|
|
|
|
|
|
|
|
| |
- Update distinfo, previous tarball was uncompressed
- Add LICENSE
- Take maintainership
- Slight grammar change in pkg-descr
- Addition of WWW to pkg-descr
PR: 193819
Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
|
| |
|
|
|
|
| |
Submitted by: bapt
|
|
|
|
| |
Submitted by: bapt
|
|
|
|
| |
Requested by: bapt
|
|
|
|
| |
Requested by: bapt
|
|
|
|
|
|
|
| |
clearly of no interest to anyone since nobody has complained about it in
all those years.
MFH: 2014Q4
|
|
|
|
| |
While here use shorter form for "local" master sites.
|
| |
|
|
|
|
| |
- Add LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change
Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
|
| |
|
|
|
|
|
|
|
| |
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
|
|
|
|
|
|
|
| |
- USES python
With hat: python
Approved by: portmgr (bapt, implicit)
|
|
|
|
|
|
|
|
| |
- Update handling of DATADIR
- Bump PORTREVISION
PR: 193968
Submitted by: tatsuki_makino@hotmail.com (maintainer)
|
|
|
|
| |
Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This port requires GCC, so it loads the lang/gcc. The ports GCC will
look in /usr/local/include by default, but others (such as DF base
compiler) will not. Specify -I${LOCALBASE}/include in CFLAGS explicitly
as it is needed to locate the X11/Xaw/Box.h header. This is covered by
"Just Fix It" blanket.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
Additionally, please add the following line to /etc/sysctl.conf:
compat.linux.osrelease=2.6.18
Upgrading procedures are shown in /usr/ports/UPDATING.
This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.
Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,
PR: 186820
Differential Revision: https://reviews.freebsd.org/D793
Reviewed by: allanjude, antoine, bapt, rene
Approved by: portmgr (antoine, bapt)
Approved by: koobs (mentor)
Sponsored by: Perceivon Hosting Inc.
|
| |
|
| |
|
|
|
|
|
|
| |
- Replace pre-configure with standard USE_AUTOTOOLS
- Remove CFLAGS that are already default
- pkg-plist fixes
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
| |
|
|
|
|
| |
Mark BROKEN instead
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
| |
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 187280
Submitted by: Tatsuki Makino
GeographicLib is a small set of C++ classes for performing conversions
between geographic, UTM, UPS, MGRS, geocentric, and local cartesian
coordinates, for gravity (e.g., EGM2008), geoid height, and geomagnetic
field (e.g., WMM2010) calculations, and for solving geodesic problems.
The library may be used from .NET applications using the NETGeographicLib
wrapper library. It is a suitable replacement for the core functionality
provided by geotrans.
|
| |
|
|
|
|
|
| |
Reviewed by: bdrewery
Approved by: bdrewery
|
|
|
|
| |
- Added mjd2epoch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
|
|
|
|
| |
Notified by: koobs, wg
|
| |
|
|
|
|
| |
- Fix PLIST: add missing PLIST_DIRS
|
|
|
|
|
|
|
|
|
|
|
|
| |
conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
usually should be mutually exclusive, but some ports include both knobs
Phabric: D581
Recommended by: danfe@, makc@
Reviewed by: danfe, wg, antoine
Approved by: portmgr
With hat: python@
|
|
|
|
|
|
| |
(a* to d* categories)
PR: 192062
|