developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
The Starlink AST library provides facilities for transforming coordinates
from one system to another in an object oriented manner. Multiple
coordinate frames can be associated with a data set and it is also
possible to generate automatic mappings between frames.
Coordinate frame objects can be imported from FITS headers and from
NDF files.
WWW: http://search.cpan.org/dist/Starlink-AST/
The so library version has changed.
Bump PORTREVISIONs at dependent ports.
PR: ports/169733
Submitted by: bsam (me)
Approved by: multimedia (maintainer timeout 3 weeks)
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
- Pet portlint: remove ABI version number from LIB_DEPENDS [1]
- Convert to new options framework [1]
- Reset maintainer
PR: 169769 [1]
Submitted by: sunpoet@ [1]
Astro::Coords is a class for manipulating and transforming astronomical
coordinates. Can handle the following coordinate types:
- Equatorial RA/Dec, galactic (including proper motions and parallax)
- Planets
- Comets/Asteroids
- Fixed locations in azimuth and elevations
- Interpolated apparent coordinates
For time dependent calculations a telescope location and reference time must be
provided. See Astro::Telescope and DateTime for details on specifying location
and reference epoch.
WWW: http://search.cpan.org/dist/Astro-Coords/
Astro::Telescope is a class for handling properties of individual telescopes
such as longitude, latitude, height and observational limits.
WWW: http://search.cpan.org/dist/Astro-Telescope/
Astro::PAL provides a Perl interface to either the Starlink PAL positional
astronomy library.
Return values are returned on the stack rather than being modified in place.
In addition small utility subroutines are provided that do useful tasks (from
the author's point of view) - specifically routines for calculating the Local
Sidereal Time.
WWW: http://search.cpan.org/dist/Astro-PAL/
Astro::Flux provides a class for handling astronomical flux quantities. This
class does not currently support conversions from one flux type to another (say,
from magnitudes to Janskies) but may in the future.
WWW: http://search.cpan.org/dist/Astro-Flux/
Class to transparently deal with the conversion between filters, wavelength,
frequency and other methods of specifying a location in the electro-magentic
spectrum.
Astro::WaveBand tries to determine the natural form of the numbers such that a
request for a summary of the object when it contains 2.2 microns would return
the filter name but would return the wavelength if it was not a standard filter.
In ambiguous cases an instrument name is required to decide what to return. In
really ambiguous cases the user can specify the unit in which to display the
numbers on stringification.
Used mainly as a way of storing a single number in a database table but using
logic to determine the number that an observer is most likely to understand.
Numerical comparison operators can be used to compare two Astro::WaveBand
objects. When checking equality, the "natural" and "instrument" methods are
used, so if two Astro::WaveBand objects return the same value from those
methods, they are considered to be equal. When checking other comparisons such
as greater than, the wavelength is used.
WWW: http://search.cpan.org/dist/Astro-WaveBand/
Misc::Quality provides a class for handling quality flags for astronomical
objects. This class can handle any type of flag used.
WWW: http://search.cpan.org/dist/Misc-Quality/
If a user had eigen3 installed, but not eigen2, the min. port version
check would not differentiate between the two.
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS
Changes: http://www.foxtrotgps.org/branches/foxtrotgps-dev/NEWS
PR: ports/169233
Submitted by: Craig R. Whipp <crwhipp@gmail.com> (maintainer)
- Convert to new options framework
- Add MASTER_SITE
- Pet portlint by removing ABI version number for exiv2
PR: ports/168976
Submitted by: Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
Approved by: eadler, itetcu (mentors, implicit)
Libkgeomap is a KDE4 C++ wrapper around world map components such as Marble,
OpenstreetMap, and GoogleMap, for browsing and arranging photos on such maps.
WWW: http://www.digikam.org
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
This is needed for the port to build with the upcoming Qt 4.8.1 update.
qt4-dbus was probably brought in as an implicit dependency by another
dependency, and was broken with the update.
PORTREVISION bumped due to the change in the dependency list.
Approved by: miwi (Qt 4.8.1 exp-run)
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.
The upcoming update to x11/qt4-opengl will thus switch to USE_GL=gl,
so we need to add USE_GL=glu for this port.
PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.
[1] e7eed096a0
Approved by: miwi (we need this fixed for the KDE 4.8.3 and Qt 4.8.1 update to land)
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
flexible and allow CRAN ports to override it; add a regression-test
target; set USE_FORTRAN to match math/R; remove some of the
redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS
Reviewed by: thierry, tota, wen
Approved by: D. Rue (maintainer) [1], wen [2]
- while here, drop pkg-plist and use PORT{DOCS,DATA} [2]
- substitute on pkg-message, and actually show it [2]
- tighten Makefile instructions, and reduce number of MKDIRS [2]
PR: ports/167432
Submitted by: maintainer, david@catwhisker.org [1], jgh@[2]
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.