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
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
Dmitry Marakasov
1ed653869a - Strip library 2015-03-18 14:16:06 +00:00
Dmitry Marakasov
c2313c244b - Add LICENSE_FILE
- Strip libraries
2015-03-16 14:07:55 +00:00
Dmitry Marakasov
73889cad26 - Clarify LICENSE
- Add LICENSE_FILE
- Add missing dependency on bash, it installs bash scripts
- Fix shebangs
- Strip binaries
- Fix build with disabled NLS
2015-03-16 14:07:22 +00:00
Thomas Zander
373540144f - Update to upstream release 1.5.2
- Properly strip installed binary

PR:		197879
Submitted by:	dev2@heesakkers.info
Reviewed by:	riggs
2015-03-15 08:49:48 +00:00
Vanilla I. Shu
1410111753 Upgrade to 1.41.
PR:		198555
Submitted by:	maintainer
2015-03-13 13:03:48 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- 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.
2015-03-12 23:00:02 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.3
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
2015-03-11 23:11:47 +00:00
Dmitry Marakasov
bcdcac7afe - Update to 8109 2015-03-06 17:00:21 +00:00
Raphael Kubo da Costa
2b8a4b6c14 Fix LIB_DEPENDS for the DBUS option.
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
2015-03-03 22:44:00 +00:00
Baptiste Daroussin
0e0ff2c439 Remove Authors from pkg-descr 2015-03-02 23:03:01 +00:00
Dmitry Marakasov
f317303f52 ReadOSM is an open source library to extract valid data from within an Open
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
2015-02-24 14:04:55 +00:00
Dmitry Marakasov
859de7463c - Update to 17.2
- Add LICENSE
2015-02-24 14:03:38 +00:00
Dmitry Marakasov
8b6358bb4c - Update to 7995 2015-02-17 02:35:16 +00:00
Vanilla I. Shu
1555a8c5e2 1: Upgrade to 2.1.4.
2: use options helper.

PR:		197414
Submitted by:	Ports Fury.
2015-02-17 01:11:16 +00:00
Adam Weinberger
313df69641 Update to 0.90.
Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack
2015-02-14 20:22:13 +00:00
Max Brazhnikov
0b496e4787 - Update digiKam and Kipi Plugins to 4.2.0
- 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
2015-01-27 21:04:30 +00:00
Dmitry Marakasov
14579809d4 - Update to 7906 2015-01-26 19:32:23 +00:00
Alexey Dokuchaev
f5d55a1426 - Define LICENSE (GPLv2), specify path in USE_LDCONFIG as needed
- Transfer maintainership to the submitter and bump port revision
- Wrap overly long lines and beautify them while I'm here again

PR:	197038
2015-01-25 14:06:46 +00:00
Alexey Dokuchaev
6ae684bbde - Update to version 0.50
- Improve COMMENT and port description
2015-01-24 16:40:38 +00:00
Antoine Brodin
9436ce76ac Canonicalize some dependencies on numpy 2015-01-23 15:21:52 +00:00
Alexey Dokuchaev
9b5d5f0f36 Oops, missed the -qt4 suffix for legacy port package name. 2015-01-21 13:03:07 +00:00
Alexey Dokuchaev
5bf47db3ba Reduce the differences between two ports. 2015-01-21 13:00:33 +00:00
Alexey Dokuchaev
461e10b698 - Update to version 0.13.2 and install better quality textures by default
- Ensure that complete distinfo is generated, irregardless of the options
- Mention legacy `astro/stellarium-qt4' port in the port description text
2015-01-21 07:35:41 +00:00
Baptiste Daroussin
e063e62eba Remove redudant @exec 2015-01-19 20:21:58 +00:00
John Marino
ae39ea9dd3 astro/stellarium-qt4: Bring back a patch that should not have been removed
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.
2015-01-19 14:05:17 +00:00
Sunpoet Po-Chuan Hsieh
195b31a575 - Add PORTSCOUT 2015-01-18 10:34:48 +00:00
Vanilla I. Shu
f5bc29b921 Upgrade to 0.8.0. 2015-01-17 02:00:44 +00:00
Alexey Dokuchaev
e2881573f1 Merge upstream patch that fixes saving of screenshots when $HOME/Pictures
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
2015-01-15 07:40:48 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Alexey Dokuchaev
b36f6b72e0 Adjust EXTRACT_ONLY (":group" part is not needed for _DISTFILES). 2015-01-14 16:06:30 +00:00
Alexey Dokuchaev
bef5158bb7 Unbreak fetching of those textures.
Submitted by:	Rainer Hurling
Pointyhat to:	danfe
2015-01-14 14:40:44 +00:00
Alexey Dokuchaev
fb061a4da7 Use more neutral way to describe optional textures, since different people
may adhere to different definitions of "high-resolution".
2015-01-14 14:20:20 +00:00
Alexey Dokuchaev
9adc2ee656 - Update legacy branch (based on Qt 4.x) to version 0.12.5
- 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
2015-01-14 11:02:21 +00:00
Alexey Dokuchaev
7c87e39899 Fix the logic so it actually works as intended. 2015-01-14 10:15:06 +00:00
Alexey Dokuchaev
99e812ed93 Improve the way we use optional high-resolution textures:
- 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.
2015-01-14 08:51:31 +00:00
Alexey Dokuchaev
461b1d009b Allow to install optional high-resolution textures; these are supported by
0.12.x versions and first two of 0.13.x; have to revisit it upon update to
0.13.2 (coming soon).
2015-01-12 16:22:16 +00:00
Alexey Dokuchaev
f40aab8981 - Update extra star catalogs (now slightly smaller, 1.2GB -> 1.0GB)
- Add missing pkg-plist entries in `stellarium/pkg-plist' for them
2015-01-12 03:22:17 +00:00
Danilo Egea Gondolfo
a760578fee - Update to 4.25.1 2015-01-08 16:11:42 +00:00
Anton Berezin
3ad2572da1 Update to 0.089. 2015-01-07 09:31:02 +00:00
Pawel Pekala
e5dd768d86 Update to version 1.40
PR:		196413
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2015-01-03 22:54:43 +00:00
Marcus von Appen
2af02b02dc - Convert devel/py-turbojson11 to new USES=python
- Clean up leftovers from astro/gmapcatcher

With hat:	python@
2015-01-03 09:14:10 +00:00
Sunpoet Po-Chuan Hsieh
46ee46dbb2 - Add PORTSCOUT 2014-12-28 13:19:33 +00:00
Antoine Brodin
cfb31c3d0e Allow building with either giflib 4.2 or 5.0 2014-12-26 14:19:01 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Dmitry Chagin
08ab58202c Add myself to freebsd.commiters.markers 2014-12-24 10:49:24 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Baptiste Daroussin
8be7526a0c Fix build in 10+
Remove useless CPPFLAGS
2014-12-23 22:47:39 +00:00
Antoine Brodin
418d4fb087 Unbreak 2014-12-21 13:20:52 +00:00
Baptiste Daroussin
251c5920e0 Remove now useless dependency on gnomehier 2014-12-20 20:50:16 +00:00
Gleb Smirnoff
e6682895dd Use new framework for fetching from github. 2014-12-20 19:15:15 +00:00
Sunpoet Po-Chuan Hsieh
8749a63017 - Cleanup PLIST 2014-12-20 18:15:16 +00:00
Gleb Smirnoff
17f834276f Update to new version. Fixes build with clang.
PR:		196105
Submitted by:	dim
2014-12-19 04:56:02 +00:00
Baptiste Daroussin
7dcd1d44a8 Convert to USES=autoreconf
Strip binaries
2014-12-18 11:34:31 +00:00
Baptiste Daroussin
019a410316 Convert to USES=autoreconf 2014-12-18 11:33:03 +00:00
Danilo Egea Gondolfo
a78d8c2223 - Update from 4.24 to 4.25 2014-12-17 19:19:53 +00:00
Alexey Dokuchaev
f8f7ecd590 Pull another patch from Red Hat, to fix a runtime crash:
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
2014-12-14 13:23:35 +00:00
Dmitry Marakasov
8f6f90efe2 - Update to 7777 2014-12-11 17:56:57 +00:00
Baptiste Daroussin
7bf7f7675b Cleanup plist 2014-12-09 07:39:38 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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)
2014-12-08 16:48:38 +00:00
Wen Heping
0d2e98deb5 - Update to 0.067
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.067/Changes
2014-12-07 01:22:57 +00:00
Pawel Pekala
6ac24c08b5 - Update to version 1.39
- Add options for doxygen and perl generated documentation

PR:		195158
Submitted by:	maintainer
2014-12-06 16:58:12 +00:00
Sunpoet Po-Chuan Hsieh
562dc5018b - Update to 1.05
- Add LICENSE
- Fix *_DEPENDS:
  - Use := for RUN_DEPENDS
  - Use TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Starlink-AST/ChangeLog
2014-12-04 15:27:17 +00:00
Sunpoet Po-Chuan Hsieh
3565974feb - Update to 0.088
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2014-12-04 15:27:13 +00:00
Sunpoet Po-Chuan Hsieh
444c55e92a - Update to 0.033
Changes:	http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
2014-12-04 15:27:08 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Dmitry Marakasov
1213e6429a - Fix config pointing into stagedir
- Strip binaries
- Add empty dir to plist
2014-11-21 11:56:10 +00:00
Carlo Strub
290629355c Back to pool 2014-11-18 21:14:56 +00:00
Pawel Pekala
44d67d0d4f Update to version 1.2.0
PR:		194602
Submitted by:	maintainer
2014-11-04 15:00:45 +00:00
John Marino
1328122a63 astro/stellarium-qt4: Trivial patch to install manpages correctly on DF 2014-11-03 09:43:25 +00:00
Dmitry Marakasov
6f09bc25bf - Fix spelling of LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
2014-10-27 19:51:26 +00:00
Dmitry Marakasov
333ed0c00c - Update to 7643 2014-10-23 23:48:01 +00:00
Alexey Dokuchaev
65f503eb0a Update to version 0.13.1. 2014-10-23 11:12:00 +00:00
Baptiste Daroussin
4988946cd5 Cleanup plist 2014-10-19 23:19:41 +00:00
Max Brazhnikov
a1d086bc7a - Chase shlib bump in astro/marble and graphics/okular after update to 4.14.2 2014-10-19 15:59:37 +00:00
Max Brazhnikov
0ea52f99b4 KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
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
2014-10-19 15:57:27 +00:00
Marcus von Appen
25704b2ec4 - Convert to USES=python
Approved by:	portmgr (implicit)
With hat:	python@
2014-10-18 08:11:50 +00:00
Marcus von Appen
ba08f95fa0 - Convert ports from accessibility/, archivers/ and astro/ to new
USES=python

Approved by:	portmgr (implicit)
With hat:	python@
2014-10-18 07:49:17 +00:00
Pawel Pekala
9ccabfbcb8 - Update to version 1.38
- Add options for additional datasets

PR:		194235
Submitted by:	maintainer
2014-10-14 19:00:57 +00:00
Kurt Jaeger
bde89730f3 astro/gpstk: 2.0 -> 2.5
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.
2014-10-11 12:30:34 +00:00
Pawel Pekala
788b5d4384 - Remove of BROKEN, add new MASTER_SITES including new maitainer's mirror
- 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>
2014-10-10 16:36:05 +00:00
Emanuel Haupt
e283a7caf5 Remove @dirrm, @dirrmtry 2014-10-08 14:26:25 +00:00
Rene Ladan
4a114ec1e9 Fix pkg-plist
Submitted by:	bapt
2014-10-08 10:08:53 +00:00
Rene Ladan
e1ab512634 Fix pkg-plist
Submitted by:	bapt
2014-10-08 10:07:59 +00:00
Rene Ladan
23b8fb4375 astro/boinc-setiathome-v7: clean up pkg-plist
Requested by:	bapt
2014-10-08 09:25:04 +00:00
Rene Ladan
d557730c81 astro/boinc-astropulse: clean up pkg-plist
Requested by:	bapt
2014-10-08 09:24:27 +00:00
Dag-Erling Smørgrav
3d718eec99 Nuke OpenMAP rather than try to fix it. It is ten years out of date and
clearly of no interest to anyone since nobody has complained about it in
all those years.

MFH:		2014Q4
2014-10-07 16:33:24 +00:00
Rene Ladan
1ffd2e7eaa Drop ftp://rene-ladan.nl/pub/ as mirror.
While here use shorter form for "local" master sites.
2014-10-07 15:56:31 +00:00
Dmitry Marakasov
9c011d5662 - Update to 7588 2014-10-07 11:34:17 +00:00
Jason E. Hale
00ac9acb26 - Convert to USES=python
- Add LICENSE
2014-10-04 15:58:24 +00:00
Sunpoet Po-Chuan Hsieh
c86b04b3b8 - Update to 2.6.0
- 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
2014-10-04 15:12:44 +00:00
William Grzybowski
f69abed204 astro/py-astLib: bump missing portrevision from last commit 2014-10-03 18:54:51 +00:00
William Grzybowski
3530aedb38 astro/py-astLib: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-03 18:52:19 +00:00
William Grzybowski
e0e59e205c astro/gmapcatcher: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bapt, implicit)
2014-10-03 17:01:29 +00:00
Thomas Zander
9f903654e7 - Modernise pkg-plist
- Update handling of DATADIR
- Bump PORTREVISION

PR:		193968
Submitted by:	tatsuki_makino@hotmail.com (maintainer)
2014-10-03 13:12:39 +00:00
Sunpoet Po-Chuan Hsieh
e6cf0b21eb - Update to 3.370
Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2014-10-01 20:06:51 +00:00
Dmitry Marakasov
dcf51f5d0c - Update to r3336 2014-09-30 10:38:54 +00:00
Dmitry Marakasov
448c829be0 - Update to r412 2014-09-30 10:38:38 +00:00
John Marino
418d031d6b astro/xtide: Add support for non-ports GCC
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.
2014-09-24 13:38:28 +00:00
Dmitry Marakasov
74929a3f4b - Switch to PORTDOCS/PORTDATA 2014-09-24 01:47:46 +00:00
Dmitry Marakasov
574e803af1 - Cleanup plist 2014-09-22 14:26:22 +00:00
Dmitry Marakasov
5f5dd064b1 - Cleanup plist 2014-09-22 14:25:41 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
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.
2014-09-22 10:40:00 +00:00
Danilo Egea Gondolfo
c62bd388ca - Update from 4.23 to 4.24 2014-09-20 14:55:09 +00:00
Tijl Coosemans
a5bee80ce4 Use default LIBTOOLIZE_ARGS 2014-09-13 18:25:04 +00:00
Tijl Coosemans
237bacfa81 - Add USES=libtool
- Replace pre-configure with standard USE_AUTOTOOLS
- Remove CFLAGS that are already default
- pkg-plist fixes
2014-09-11 19:17:42 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Dmitry Marakasov
3e8395751a - Update to 7480 2014-09-06 08:14:32 +00:00
Antoine Brodin
80ad2bb065 Revert r367333, it doesn't work
Mark BROKEN instead
2014-09-05 11:44:18 +00:00
Antoine Brodin
d1f733aa3f Make fetchable again 2014-09-05 11:34:09 +00:00
Antoine Brodin
228ab58873 Change INSTALL_DATA to install with mode 644
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
2014-09-04 19:26:24 +00:00
Antoine Brodin
1afa140d23 Fix packaging 2014-09-03 15:25:16 +00:00
Baptiste Daroussin
d96aa38d95 Remove support for pkg_install
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
2014-09-01 13:03:25 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
John Marino
d06bee9773 Add new port astro/geographic lib
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.
2014-08-30 21:32:04 +00:00
Dmitry Marakasov
4a253ca49a - Update to 7347 2014-08-28 08:07:11 +00:00
Michael Gmelin
efc161dffd Remove deletion of LC_MESSAGES directories that are owned by devel/gettext
Reviewed by:	bdrewery
Approved by:	bdrewery
2014-08-20 00:25:18 +00:00
Kurt Jaeger
990a202b67 astro/p5-Astro: 0.75 -> 0.77
- Added mjd2epoch
2014-08-15 21:15:02 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
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)
2014-08-15 20:37:31 +00:00
Sunpoet Po-Chuan Hsieh
ec373bbc2f - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by:	koobs, wg
2014-08-15 03:43:54 +00:00
Sunpoet Po-Chuan Hsieh
0e5b5610f2 - Use USES=python 2014-08-15 03:01:27 +00:00
Sunpoet Po-Chuan Hsieh
b0d1bbd72d - Use USES=python
- Fix PLIST: add missing PLIST_DIRS
2014-08-15 02:59:51 +00:00
Marcus von Appen
a382bbffeb - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
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@
2014-08-14 17:04:30 +00:00
Tijl Coosemans
3b7bd0a149 Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)

PR:		192062
2014-08-10 19:50:23 +00:00
William Grzybowski
fc729bd50a astro/xearth: add myself to freebsd.committers.markers 2014-08-10 14:29:32 +00:00
Wen Heping
4113fd292a - Update to 3.5.1
- Reset maintainer to ports@
2014-08-10 08:01:34 +00:00
Kurt Jaeger
58244fc911 astro/p5-Starlink-AST: 1.02 -> 1.04
- Now ships with AST v8.0.0+ (this includes ERFA 1.1 and PAL 0.5.0)
- AST now uses the LGPL license
- Add AST__ALLFRAMES constant
- add astMapDefined
2014-08-09 11:43:16 +00:00
Alexey Dokuchaev
7baaa3bae1 Forgotten part of r363973. 2014-08-04 08:29:06 +00:00
Alexey Dokuchaev
880cead396 - Stop trying to remove directories owned by dependencies
- Optimize away USE_GL knob (implied by USE_QT4=opengl)

Reported by:	QAT
2014-08-04 08:27:39 +00:00
Alexey Dokuchaev
7524a48b4a - Tweak USE_QT5 knob: buildtools should have `_build' suffix, and linguist
should be replaced with linguisttools_build [*]
- Remove USE_GL knob altogether, it is pulled automatically with Qt ports
- While here, use less aggressive patching of CMakeLists.txt

Requested by:	makc [*]
2014-08-04 08:10:41 +00:00
Adam Weinberger
158b597c3f A couple items in DOCSDIR were missing from PORTDOCS protection. 2014-08-03 21:36:24 +00:00
Alexey Dokuchaev
87a30f18c3 Update Stellarium to version 0.13.0. It's a new major release, and is based
on Qt version 5 now; for those who are not comfortable with upgrading to the
new version of Qt, `astro/stellarium-qt4' port is available, serving version
0.12.4.  Add an UPDATING entry to alert users about this.

While here, make scripting support optional in `astro/stellarium-qt4', since
it allows to use one less dependency.  Unfortunately, this is not applicable
to 0.13.0 as required `x11-toolkits/qt5-declarative' port has USE_QT5=script
unconditionally.

Relax USE_GL knob for both ports: only libGL itself is required, not libGLU.
2014-08-02 19:48:36 +00:00
Sunpoet Po-Chuan Hsieh
9b4ce43c01 - Update to 1.07
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Astro-PAL/README
2014-08-02 16:44:27 +00:00
Danilo Egea Gondolfo
c9797be5d5 - Update from 4.13.4 to 4.23
- Take maintainership
2014-08-02 04:46:22 +00:00
Sunpoet Po-Chuan Hsieh
9bcae3cd58 - Update to 1.06
Changes:	http://search.cpan.org/dist/Astro-PAL/README
2014-07-31 10:30:16 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Adam Weinberger
1468587c54 Rename old-style patch-xy patches in astro to reflect what files
they modify.
2014-07-28 13:03:29 +00:00
Kurt Jaeger
84045a1a92 astro/p5-Astro-satpass: 0.063 -> 0.065
http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.065/Changes
2014-07-28 12:41:48 +00:00
Sunpoet Po-Chuan Hsieh
6f950576f9 - Cleanup Makefile 2014-07-27 16:27:31 +00:00
Wen Heping
4840f9efdb - Update to 2.1.0
- Convert to PYDISTUTILS_AUTOPLIST
2014-07-27 04:51:42 +00:00
Alexey Dokuchaev
54d2419f77 - Stagify; unbreak the against Clang
- Allow for parallel (-jX) builds
- Cleanup Makefile while I'm at here
- Augment port description, fix WWW

N.b., there's version 2.4 available.
2014-07-23 05:17:15 +00:00
Alexey Dokuchaev
961ef5142f - Update to version 0.46, stagify, and cleanup the port
- Remove old BROKEN statement; builds fine on PowerPC at least (it was marked
  broken on sparc64 almost 5 years ago due to stdlib.h vs. malloc.h conflict,
  which no longer seems to be the issue)
2014-07-22 12:25:29 +00:00
Bartek Rutkowski
67a80e942c astro/py-pyfits: update 3.1.2 -> 3.3
Approved by:	marino (mentor)
2014-07-19 17:29:00 +00:00
Sunpoet Po-Chuan Hsieh
5425357367 - Add missing USE_LDCONFIG
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change
2014-07-18 13:07:23 +00:00
Baptiste Daroussin
c9bf4ab3ee Fix some LIB_DEPENDS
With hat:	portmgr
2014-07-16 07:53:29 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Yen-Ming Lee
3b68c8ced3 - update to 4.31 2014-07-15 04:01:07 +00:00
Sunpoet Po-Chuan Hsieh
61a8320e09 - Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
2014-07-11 11:16:06 +00:00
Gabor Pali
c01739df4c - Update core markers 2014-07-09 11:42:05 +00:00
Dmitry Marakasov
6257437cfc - Update to 7287 2014-07-06 23:48:37 +00:00
Baptiste Daroussin
46ce67996d Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-06 15:28:14 +00:00
John Marino
d53b2a941f astro/wcslib: USES+= fortran (for wcunitse)
Back in August 2013 I reported to the maintainer that if fortran is not
found then certain functions such as wcunitse are not built.  These
functions are needed for kstars which is a dependency for kdeedu and the
kde4 meta port.  The USE_FORTRAN=yes was never added though, so lets do
that now that the port is unmaintained.
2014-07-05 14:39:33 +00:00
John Marino
8d1053da9c astro/openmap: mark jobs unsafe (taken from dports) 2014-07-05 14:31:19 +00:00
Frederic Culot
a37466dc99 - Reassign to the heap on maintainer's request 2014-07-04 11:03:10 +00:00
Tijl Coosemans
a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00
Adam Weinberger
676d8be6ae The do-install logic didn't work with stage. 2014-07-03 20:22:16 +00:00
Adam Weinberger
92d9f8b89d Reduce unecessary bsd.port.options.mk inclusion. 2014-07-03 20:18:05 +00:00
Philippe Audeoud
36b1bb0f94 - Update to 1.26 2014-07-03 12:27:22 +00:00
Dag-Erling Smørgrav
9f5419485f Haven't used this in nearly a decade, and it's way out of date. 2014-07-02 23:46:28 +00:00
Tijl Coosemans
97a5771bb5 x11-wm/libwraster:
- USES=libtool
- Remove -DPREFIX=\\\"${PREFIX}\\\" from CPPFLAGS.  Not needed and it
  causes configure test failures with clang.
- Use MAKE_CMD.
- Bump dependent ports.

x11-wm/windowmaker:
- USES=libtool
- Replace -DPREFIX=\\\"${PREFIX}\\\" in CPPFLAGS with post-patch command
  because it causes configure test failures with clang.
- Remove FreeBSD < 8 support.
2014-06-29 21:45:03 +00:00
TAKATSU Tomonari
8043cd8c7b - Update to 0.8-30 2014-06-29 08:27:11 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Baptiste Daroussin
2fcc44703e Replace GMAKE by MAKE_CMD 2014-06-24 21:50:29 +00:00
Tijl Coosemans
d0bd892b30 - New LIB_DEPENDS syntax.
- USES=libtool.
- Fix configure when $CC = gcc.
2014-06-22 22:05:06 +00:00
Wen Heping
23c35099c8 - Update to 3.5.0 2014-06-21 09:42:10 +00:00
Wen Heping
1d46046b40 - Update to 3.7.5.3 2014-06-21 09:01:07 +00:00
Dmitry Marakasov
d04336c189 - Bump minimal java version 2014-06-18 19:16:19 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Dmitry Marakasov
721b8b0dab - Update to 1.5.1
- Add LICENSE
- Convert extra-patch'es to plain patches

PR:		190791
Submitted by:	glebius
Approved by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
2014-06-10 22:06:15 +00:00
Dmitry Marakasov
92d656c848 - Preserve version 1.4.4 of astro/gpsbabel as astro/gpsbabel14
Newer gpsbabel version needlessly pulls in heavyweight dependencies
(such as qt4-gui, qt4-webkit) via qt4-linguist, and until that's
resolved, it's useful to keep around older version which doesn't
have such problem.

PR:		190791
Approved by:	dev2@heesakkers.info (maintainer)
2014-06-10 22:03:56 +00:00
Dmitry Marakasov
863c97a295 - Add missing USES=libtool
Approved by:	portmgr blanket
2014-06-10 20:50:20 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Christian Weisgerber
426ae617c2 New maintainer A.J. van Werven, additional distfiles mirror.
Submitted by:	new maintainer
2014-06-02 13:51:31 +00:00
Olli Hauer
b3f95b0e35 cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
2014-06-01 09:00:15 +00:00
Dmitry Marakasov
7f6292cd00 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-30 19:33:22 +00:00
Dmitry Marakasov
4e81aec51c - Update to 7182 2014-05-30 14:58:45 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Juergen Lock
886bfbbeaf Seems pre-su-install breaks building as user now - in this case we only
need it with pkg_* so add a WITH_PKGNG check.
2014-05-20 19:14:06 +00:00