aboutsummaryrefslogtreecommitdiffstats
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
* Mark a few ports BROKEN in astro and archivers category (unfetchable)Antoine Brodin2015-04-054-0/+8
|
* - Update to 8159Dmitry Marakasov2015-04-052-3/+3
|
* Mark as broken ports with bad distfilesBaptiste Daroussin2015-04-053-0/+4
|
* Mark as broken: checksum mismatchBaptiste Daroussin2015-04-051-0/+2
|
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-4/+0
| | | | | | | | | | 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
* - remove do_nada from targetJason Helfman2015-04-021-1/+1
| | | | Approved by: portmgr (blanket)
* - Update to 0.068Sunpoet Po-Chuan Hsieh2015-03-272-3/+3
| | | | Changes: http://search.cpan.org/dist/Astro-satpass/Changes
* astro/swe: Update version 2.00.00=>2.01.00Muhammad Moinur Rahman2015-03-232-3/+3
| | | | Approved by: bapt marino (implicit)
* Fix renamed distfiles missed in r381688. Also fix the GHR ports updated inBryan Drewery2015-03-201-2/+2
| | | | | | | | | 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
* Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with ↵Bryan Drewery2015-03-201-1/+0
| | | | | | | | | | | 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
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-201-1/+1
| | | | | | | | | | | | | | | | | 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 libraryDmitry Marakasov2015-03-181-1/+4
|
* - Add LICENSE_FILEDmitry Marakasov2015-03-161-0/+5
| | | | - Strip libraries
* - Clarify LICENSEDmitry Marakasov2015-03-161-3/+9
| | | | | | | | - Add LICENSE_FILE - Add missing dependency on bash, it installs bash scripts - Fix shebangs - Strip binaries - Fix build with disabled NLS
* - Update to upstream release 1.5.2Thomas Zander2015-03-155-55/+18
| | | | | | | | - Properly strip installed binary PR: 197879 Submitted by: dev2@heesakkers.info Reviewed by: riggs
* Upgrade to 1.41.Vanilla I. Shu2015-03-133-6/+10
| | | | | PR: 198555 Submitted by: maintainer
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-138-65/+64
| | | | | | | | | | | | | - 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.
* Update KDE SC to 4.14.3Alonso Schaich2015-03-123-5/+4
| | | | | | | | | | | | | | | | 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
* - Update to 8109Dmitry Marakasov2015-03-072-3/+3
|
* Fix LIB_DEPENDS for the DBUS option.Raphael Kubo da Costa2015-03-041-1/+1
| | | | | | | | | | | | | 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
* Remove Authors from pkg-descrBaptiste Daroussin2015-03-036-7/+0
|
* ReadOSM is an open source library to extract valid data from within an OpenDmitry Marakasov2015-02-245-0/+45
| | | | | | | | | | | | | | 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
* - Update to 17.2Dmitry Marakasov2015-02-242-3/+5
| | | | - Add LICENSE
* - Update to 7995Dmitry Marakasov2015-02-172-3/+3
|
* 1: Upgrade to 2.1.4.Vanilla I. Shu2015-02-175-105/+138
| | | | | | | 2: use options helper. PR: 197414 Submitted by: Ports Fury.
* Update to 0.90.Adam Weinberger2015-02-152-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack
* - Update digiKam and Kipi Plugins to 4.2.0Max Brazhnikov2015-01-283-17/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Update to 7906Dmitry Marakasov2015-01-272-3/+3
|
* - Define LICENSE (GPLv2), specify path in USE_LDCONFIG as neededAlexey Dokuchaev2015-01-251-6/+9
| | | | | | | - Transfer maintainership to the submitter and bump port revision - Wrap overly long lines and beautify them while I'm here again PR: 197038
* - Update to version 0.50Alexey Dokuchaev2015-01-254-23/+45
| | | | - Improve COMMENT and port description
* Canonicalize some dependencies on numpyAntoine Brodin2015-01-231-1/+1
|
* Oops, missed the -qt4 suffix for legacy port package name.Alexey Dokuchaev2015-01-211-1/+1
|
* Reduce the differences between two ports.Alexey Dokuchaev2015-01-212-2/+4
|
* - Update to version 0.13.2 and install better quality textures by defaultAlexey Dokuchaev2015-01-214-8/+93
| | | | | - Ensure that complete distinfo is generated, irregardless of the options - Mention legacy `astro/stellarium-qt4' port in the port description text
* Remove redudant @execBaptiste Daroussin2015-01-201-4/+0
|
* astro/stellarium-qt4: Bring back a patch that should not have been removedJohn Marino2015-01-191-0/+11
| | | | | | | 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.
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2015-01-181-0/+2
|
* Upgrade to 0.8.0.Vanilla I. Shu2015-01-172-4/+3
|
* Merge upstream patch that fixes saving of screenshots when $HOME/PicturesAlexey Dokuchaev2015-01-152-0/+28
| | | | | | | | 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
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-152-2/+2
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self
* Adjust EXTRACT_ONLY (":group" part is not needed for _DISTFILES).Alexey Dokuchaev2015-01-152-2/+2
|
* Unbreak fetching of those textures.Alexey Dokuchaev2015-01-142-2/+2
| | | | | Submitted by: Rainer Hurling Pointyhat to: danfe
* Use more neutral way to describe optional textures, since different peopleAlexey Dokuchaev2015-01-142-10/+10
| | | | may adhere to different definitions of "high-resolution".
* - Update legacy branch (based on Qt 4.x) to version 0.12.5Alexey Dokuchaev2015-01-149-159/+231
| | | | | | | | | | - 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
* Fix the logic so it actually works as intended.Alexey Dokuchaev2015-01-142-4/+4
|
* Improve the way we use optional high-resolution textures:Alexey Dokuchaev2015-01-144-8/+23
| | | | | | | | - 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.
* Allow to install optional high-resolution textures; these are supported byAlexey Dokuchaev2015-01-135-4/+48
| | | | | 0.12.x versions and first two of 0.13.x; have to revisit it upon update to 0.13.2 (coming soon).
* - Update extra star catalogs (now slightly smaller, 1.2GB -> 1.0GB)Alexey Dokuchaev2015-01-126-35/+40
| | | | - Add missing pkg-plist entries in `stellarium/pkg-plist' for them
* - Update to 4.25.1Danilo Egea Gondolfo2015-01-093-16/+9
|
* Update to 0.089.Anton Berezin2015-01-072-3/+3
|
* Update to version 1.40Pawel Pekala2015-01-043-6/+10
| | | | | PR: 196413 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
* - Convert devel/py-turbojson11 to new USES=pythonMarcus von Appen2015-01-031-2/+0
| | | | | | - Clean up leftovers from astro/gmapcatcher With hat: python@
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2014-12-281-0/+2
|
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-262-2/+190
|
* Bump portrevision after png updateBaptiste Daroussin2014-12-267-5/+7
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-266-6/+6
|
* Add myself to freebsd.commiters.markersDmitry Chagin2014-12-241-0/+1
|
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | Approved by: bapt
* Fix build in 10+Baptiste Daroussin2014-12-241-5/+4
| | | | Remove useless CPPFLAGS
* UnbreakAntoine Brodin2014-12-211-0/+1
|
* Remove now useless dependency on gnomehierBaptiste Daroussin2014-12-211-2/+2
|
* Use new framework for fetching from github.Gleb Smirnoff2014-12-211-1/+3
|
* - Cleanup PLISTSunpoet Po-Chuan Hsieh2014-12-211-1/+0
|
* Update to new version. Fixes build with clang.Gleb Smirnoff2014-12-192-4/+4
| | | | | PR: 196105 Submitted by: dim
* Convert to USES=autoreconfBaptiste Daroussin2014-12-181-3/+2
| | | | Strip binaries
* Convert to USES=autoreconfBaptiste Daroussin2014-12-181-3/+1
|
* - Update from 4.24 to 4.25Danilo Egea Gondolfo2014-12-183-3/+4
|
* Pull another patch from Red Hat, to fix a runtime crash:Alexey Dokuchaev2014-12-142-1/+18
| | | | | | | | | 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
* - Update to 7777Dmitry Marakasov2014-12-122-3/+3
|
* Cleanup plistBaptiste Daroussin2014-12-091-73/+0
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-094-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Update to 0.067Wen Heping2014-12-072-4/+3
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.067/Changes
* - Update to version 1.39Pawel Pekala2014-12-073-27/+36
| | | | | | | - Add options for doxygen and perl generated documentation PR: 195158 Submitted by: maintainer
* - Update to 1.05Sunpoet Po-Chuan Hsieh2014-12-042-7/+9
| | | | | | | | | - Add LICENSE - Fix *_DEPENDS: - Use := for RUN_DEPENDS - Use TEST_DEPENDS Changes: http://search.cpan.org/dist/Starlink-AST/ChangeLog
* - Update to 0.088Sunpoet Po-Chuan Hsieh2014-12-042-4/+3
| | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
* - Update to 0.033Sunpoet Po-Chuan Hsieh2014-12-042-4/+3
| | | | Changes: http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-2651-38/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix config pointing into stagedirDmitry Marakasov2014-11-212-1/+10
| | | | | - Strip binaries - Add empty dir to plist
* Back to poolCarlo Strub2014-11-191-1/+1
|
* Update to version 1.2.0Pawel Pekala2014-11-044-28/+22
| | | | | PR: 194602 Submitted by: maintainer
* astro/stellarium-qt4: Trivial patch to install manpages correctly on DFJohn Marino2014-11-031-0/+11
|
* - Fix spelling of LICENSEDmitry Marakasov2014-10-281-2/+2
| | | | | - Add LICENSE_FILE - Drop @dirrm* from plist
* - Update to 7643Dmitry Marakasov2014-10-242-3/+3
|
* Update to version 0.13.1.Alexey Dokuchaev2014-10-233-10/+93
|
* Cleanup plistBaptiste Daroussin2014-10-2066-684/+0
|
* - Chase shlib bump in astro/marble and graphics/okular after update to 4.14.2Max Brazhnikov2014-10-191-1/+1
|
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!Max Brazhnikov2014-10-199-116/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Convert to USES=pythonMarcus von Appen2014-10-181-2/+1
| | | | | Approved by: portmgr (implicit) With hat: python@
* - Convert ports from accessibility/, archivers/ and astro/ to newMarcus von Appen2014-10-184-9/+6
| | | | | | | USES=python Approved by: portmgr (implicit) With hat: python@
* - Update to version 1.38Pawel Pekala2014-10-153-23/+23
| | | | | | | - Add options for additional datasets PR: 194235 Submitted by: maintainer
* astro/gpstk: 2.0 -> 2.5Kurt Jaeger2014-10-118-675/+482
| | | | | | | | | | | 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.
* - Remove of BROKEN, add new MASTER_SITES including new maitainer's mirrorPawel Pekala2014-10-113-6/+9
| | | | | | | | | | | - 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>
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-5/+0
|
* Fix pkg-plistRene Ladan2014-10-081-0/+3
| | | | Submitted by: bapt
* Fix pkg-plistRene Ladan2014-10-081-0/+3
| | | | Submitted by: bapt
* astro/boinc-setiathome-v7: clean up pkg-plistRene Ladan2014-10-081-6/+4
| | | | Requested by: bapt
* astro/boinc-astropulse: clean up pkg-plistRene Ladan2014-10-081-6/+2
| | | | Requested by: bapt
* Nuke OpenMAP rather than try to fix it. It is ten years out of date andDag-Erling Smørgrav2014-10-086-83/+0
| | | | | | | clearly of no interest to anyone since nobody has complained about it in all those years. MFH: 2014Q4
* Drop ftp://rene-ladan.nl/pub/ as mirror.Rene Ladan2014-10-072-6/+2
| | | | While here use shorter form for "local" master sites.
* - Update to 7588Dmitry Marakasov2014-10-072-3/+3
|
* - Convert to USES=pythonJason E. Hale2014-10-041-5/+7
| | | | - Add LICENSE
* - Update to 2.6.0Sunpoet Po-Chuan Hsieh2014-10-042-1/+2
| | | | | | | | | | | | | - 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
* astro/py-astLib: bump missing portrevision from last commitWilliam Grzybowski2014-10-041-1/+1
|
* astro/py-astLib: switch from py-imaging to py-pillowWilliam Grzybowski2014-10-041-4/+3
| | | | | | | - USES python With hat: python Approved by: portmgr (bdrewery, implicit)
* astro/gmapcatcher: switch from py-imaging to py-pillowWilliam Grzybowski2014-10-041-3/+4
| | | | | | | - USES python With hat: python Approved by: portmgr (bapt, implicit)
* - Modernise pkg-plistThomas Zander2014-10-032-32/+49
| | | | | | | | - Update handling of DATADIR - Bump PORTREVISION PR: 193968 Submitted by: tatsuki_makino@hotmail.com (maintainer)
* - Update to 3.370Sunpoet Po-Chuan Hsieh2014-10-022-5/+4
| | | | Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
* - Update to r3336Dmitry Marakasov2014-09-302-3/+3
|
* - Update to r412Dmitry Marakasov2014-09-302-3/+3
|
* astro/xtide: Add support for non-ports GCCJohn Marino2014-09-241-0/+1
| | | | | | | | 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.
* - Switch to PORTDOCS/PORTDATADmitry Marakasov2014-09-242-3134/+3
|
* - Cleanup plistDmitry Marakasov2014-09-221-15/+0
|
* - Cleanup plistDmitry Marakasov2014-09-221-1/+0
|
* Update CentOS base to 6.5, add userland portsJohannes Jost Meixner2014-09-222-8/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* - Update from 4.23 to 4.24Danilo Egea Gondolfo2014-09-203-89/+85
|
* Use default LIBTOOLIZE_ARGSTijl Coosemans2014-09-141-1/+0
|
* - Add USES=libtoolTijl Coosemans2014-09-122-17/+9
| | | | | | - Replace pre-configure with standard USE_AUTOTOOLS - Remove CFLAGS that are already default - pkg-plist fixes
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-1123-16/+23
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Update to 7480Dmitry Marakasov2014-09-062-3/+3
|
* Revert r367333, it doesn't workAntoine Brodin2014-09-051-1/+3
| | | | Mark BROKEN instead
* Make fetchable againAntoine Brodin2014-09-051-1/+1
|
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-051-11/+0
| | | | | | | | | | 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
* Fix packagingAntoine Brodin2014-09-032-6/+7
|
* Remove support for pkg_installBaptiste Daroussin2014-09-011-5/+0
| | | | | | | | 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
* math/fftw3:Tijl Coosemans2014-09-012-2/+2
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD
* Add new port astro/geographic libJohn Marino2014-08-315-0/+326
| | | | | | | | | | | | | | 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.
* - Update to 7347Dmitry Marakasov2014-08-282-3/+3
|
* Remove deletion of LC_MESSAGES directories that are owned by devel/gettextMichael Gmelin2014-08-201-4/+0
| | | | | Reviewed by: bdrewery Approved by: bdrewery
* astro/p5-Astro: 0.75 -> 0.77Kurt Jaeger2014-08-162-4/+3
| | | | - Added mjd2epoch
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-163-2/+3
| | | | | | | | | | | | | | | | | | | 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)
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)Sunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | Notified by: koobs, wg
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-4/+2
|
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-2/+2
| | | | - Fix PLIST: add missing PLIST_DIRS
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid aMarcus von Appen2014-08-151-2/+2
| | | | | | | | | | | | 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@
* Fix problems with missing libs when the linker enforces explicit linkingTijl Coosemans2014-08-111-1/+1
| | | | | | (a* to d* categories) PR: 192062
* astro/xearth: add myself to freebsd.committers.markersWilliam Grzybowski2014-08-101-0/+1
|
* - Update to 3.5.1Wen Heping2014-08-102-7/+6
| | | | - Reset maintainer to ports@
* astro/p5-Starlink-AST: 1.02 -> 1.04Kurt Jaeger2014-08-092-5/+11
| | | | | | | - 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
* Forgotten part of r363973.Alexey Dokuchaev2014-08-041-23/+0
|
* - Stop trying to remove directories owned by dependenciesAlexey Dokuchaev2014-08-041-1/+0
| | | | | | - Optimize away USE_GL knob (implied by USE_QT4=opengl) Reported by: QAT
* - Tweak USE_QT5 knob: buildtools should have `_build' suffix, and linguistAlexey Dokuchaev2014-08-041-3/+4
| | | | | | | | 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 [*]
* A couple items in DOCSDIR were missing from PORTDOCS protection.Adam Weinberger2014-08-041-3/+3
|
* Update Stellarium to version 0.13.0. It's a new major release, and is basedAlexey Dokuchaev2014-08-0312-383/+1707
| | | | | | | | | | | | | 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.
* - Update to 1.07Sunpoet Po-Chuan Hsieh2014-08-032-3/+5
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Astro-PAL/README
* - Update from 4.13.4 to 4.23Danilo Egea Gondolfo2014-08-024-228/+285
| | | | - Take maintainership
* - Update to 1.06Sunpoet Po-Chuan Hsieh2014-07-312-3/+3
| | | | Changes: http://search.cpan.org/dist/Astro-PAL/README
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-302-0/+0
| | | | '__' instead.
* Rename old-style patch-xy patches in astro to reflect what filesAdam Weinberger2014-07-2829-3/+3
| | | | they modify.
* astro/p5-Astro-satpass: 0.063 -> 0.065Kurt Jaeger2014-07-282-3/+3
| | | | http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.065/Changes
* - Cleanup MakefileSunpoet Po-Chuan Hsieh2014-07-281-5/+3
|
* - Update to 2.1.0Wen Heping2014-07-273-158/+5
| | | | - Convert to PYDISTUTILS_AUTOPLIST
* - Stagify; unbreak the against ClangAlexey Dokuchaev2014-07-233-15/+46
| | | | | | | | - 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.
* - Update to version 0.46, stagify, and cleanup the portAlexey Dokuchaev2014-07-225-253/+257
| | | | | | - 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)
* astro/py-pyfits: update 3.1.2 -> 3.3Bartek Rutkowski2014-07-202-4/+3
| | | | Approved by: marino (mentor)
* - Add missing USE_LDCONFIGSunpoet Po-Chuan Hsieh2014-07-181-1/+1
| | | | | | | | | - 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
* Fix some LIB_DEPENDSBaptiste Daroussin2014-07-161-2/+2
| | | | With hat: portmgr
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-161-1/+1
| | | | | | | 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.
* - update to 4.31Yen-Ming Lee2014-07-152-3/+3
|
* - Remove USE_AUTOTOOLS=libtoolSunpoet Po-Chuan Hsieh2014-07-113-3/+3
| | | | | | | - Bump PORTREVISION for package change - Bump PORTREVISION for graphics/gdal shlib change [1] Approved by: portmgr (implicit) [1]
* - Update core markersGabor Pali2014-07-091-8/+8
|
* - Update to 7287Dmitry Marakasov2014-07-072-4/+3
|
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-062-2/+2
| | | | | | pending PR (related to stage) With hat: portmgr
* astro/wcslib: USES+= fortran (for wcunitse)John Marino2014-07-051-1/+1
| | | | | | | | 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.
* astro/openmap: mark jobs unsafe (taken from dports)John Marino2014-07-051-0/+2
|
* - Reassign to the heap on maintainer's requestFrederic Culot2014-07-042-2/+2
|
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
* The do-install logic didn't work with stage.Adam Weinberger2014-07-042-11/+11
|
* Reduce unecessary bsd.port.options.mk inclusion.Adam Weinberger2014-07-0410-40/+14
|
* - Update to 1.26Philippe Audeoud2014-07-032-3/+3
|
* Haven't used this in nearly a decade, and it's way out of date.Dag-Erling Smørgrav2014-07-031-1/+1
|
* x11-wm/libwraster:Tijl Coosemans2014-06-301-1/+1
| | | | | | | | | | | | | | - 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.
* - Update to 0.8-30TAKATSU Tomonari2014-06-292-4/+3
|
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-281-1/+1
| | | | Approved by: portmgr (myself)
* Replace GMAKE by MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
|
* - New LIB_DEPENDS syntax.Tijl Coosemans2014-06-233-43/+9
| | | | | - USES=libtool. - Fix configure when $CC = gcc.
* - Update to 3.5.0Wen Heping2014-06-212-3/+3
|
* - Update to 3.7.5.3Wen Heping2014-06-212-4/+4
|
* - Bump minimal java versionDmitry Marakasov2014-06-191-1/+2
|
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-114-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Update to 1.5.1Dmitry Marakasov2014-06-114-8/+34
| | | | | | | | | - Add LICENSE - Convert extra-patch'es to plain patches PR: 190791 Submitted by: glebius Approved by: Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
* - Preserve version 1.4.4 of astro/gpsbabel as astro/gpsbabel14Dmitry Marakasov2014-06-115-0/+73
| | | | | | | | | | 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)
* - Add missing USES=libtoolDmitry Marakasov2014-06-112-1/+3
| | | | Approved by: portmgr blanket
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-104-4/+0
| | | | | | | | | | 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
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-096-6/+6
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
* New maintainer A.J. van Werven, additional distfiles mirror.Christian Weisgerber2014-06-021-1/+2
| | | | Submitted by: new maintainer
* cat astro / benchmarksOlli Hauer2014-06-015-14/+7
| | | | | - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) - adjust BSDn License
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-05-311-5/+6
| | | | - Strip libraries
* - Update to 7182Dmitry Marakasov2014-05-302-3/+3
|
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-2/+2
| | | | With hat: portmgr
* Seems pre-su-install breaks building as user now - in this case we onlyJuergen Lock2014-05-211-0/+2
| | | | need it with pkg_* so add a WITH_PKGNG check.
* - StagifyDmitry Marakasov2014-05-213-25/+51
| | | | | | - Switch to USES=scons Approved by: glebius (maintainer)
* Add the location of the secret BSD Now studio so you can nuke it from orbit ↵Allan Jude2014-05-181-0/+1
| | | | | | if I break the build Approved by: bcr (mentor)
* - Update to 0.063Philippe Audeoud2014-05-162-3/+3
|
* - Update Harmonics fileCarlo Strub2014-05-123-12/+8
| | | | | - Cleanup pkg-descr - USES
* - Update to 3.4.5Wen Heping2014-05-112-3/+3
|
* - Update to 1.11Sunpoet Po-Chuan Hsieh2014-05-113-19/+20
| | | | | | | | | | | - Update LICENSE - Remove Author line - Use single space after WWW: - Take maintainership Changes: - Added a bit of error checking for missing weather data - Made some of the critters walk through the trees
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-113-7/+8
| | | | | | | - Remove unnecessary MASTER_SITE_SUBDIR - Sort *_DEPENDS - Sort PLIST - Remove Author line
* Maintainer no longer wishes to maintain those portsAntoine Brodin2014-05-112-2/+2
| | | | With hat: portmgr
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!Max Brazhnikov2014-05-113-5/+4
| | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
* - Pass -lz to libdata/pkgconfig/cfitsio.pcSunpoet Po-Chuan Hsieh2014-05-091-2/+2
| | | | | | | - Bump PORTREVISION for package change PR: ports/189487 Submitted by: rakuco
* - Fix the plist when the CFITSIO option is on.Raphael Kubo da Costa2014-05-092-17/+10
| | | | | | | | | | | | | | | | - Use the new OPTIONS helpers to simplify the Makefile. Related to both, also stop automatically turning the CFITSIO option on when libcfitsio.so is installed: wcslib has had proper --with{out}-cfitsio options since version 4.4.4. This will turn off CFITSIO support for most people and indirectly fix their builds with astro/cfitsio-3.360-1 [1]. If people do choose to have it on, ports/189487 needs to be committed, otherwise there will be plist errors because wcslib's configure script will not be able to detect that cfitsio is installed and can be used. [1] http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092070.html
* Set MARK_JOBS_UNSAFE=yes.Raphael Kubo da Costa2014-05-091-0/+1
| | | | | If that's not done sometimes not all object files are built before the final .a is created.
* - Build cfitsio compress/uncompress C files in zlib/Sunpoet Po-Chuan Hsieh2014-05-081-4/+3
| | | | | | - Bump PORTREVISION for package change Tested by: cperciva, marino
* - Update to 7000Dmitry Marakasov2014-05-082-3/+3
|
* astro/planets: Unbreak after Ocaml 4.01 with Debian patchJohn Marino2014-05-082-4/+109
| | | | | | While using one of Debian's patches to fix this build, remove the hardcoded depends and replace with USE_OCAML instead. Also convert to USES+=tar while we are here.
* This port are no longer used or cared for.Rusmir Dusko2014-05-071-1/+1
| | | | | | | Dave Shar <koalative at gmail.com> wishes to maintain these ports with my help. - Pass maintainership to koalative at gmail.com
* - Update to 3.360Sunpoet Po-Chuan Hsieh2014-05-048-50/+22
| | | | | | | - Build and install static library - Bump PORTREVISION for astro/cfitsio shlib change Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
* Fix packaging celestia-gtkBaptiste Daroussin2014-04-291-1/+1
| | | | Reported by: jenkins via swills
* Convert celestia ports to stageBaptiste Daroussin2014-04-286-20/+3683
| | | | | | | | | | | While here add a couple of patches obtain from the fedora project to fix compilation with modern compilers and allows to build with lua 5.2 Switch lua to lua 5.2 version Use desktop file provided by upstream instead of the version provided in the ports (the upstream version is more complete) Switch to USES=libtool Now that overlinking is not happening anymore fix the glut version not linking properly because it lacks an explicit link to libGL.
* - Update to 3.4.3Wen Heping2014-04-282-3/+5
| | | | | | | - Add LICENSE PR: 189064 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 0.086Sunpoet Po-Chuan Hsieh2014-04-272-3/+3
| | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
* - Update to 1.11.0Sunpoet Po-Chuan Hsieh2014-04-273-2/+3
| | | | | | | - Use PORTDATA - Bump PORTREVISION for graphics/gdal shlib change Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
* - Update to 0.062Frederic Culot2014-04-262-3/+3
| | | | | | Changes: http://search.cpan.org/dist/Astro-satpass/Changes PR: ports/189012 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Convert to USES=libtool.Tijl Coosemans2014-04-252-4/+6
| | | | | Unfortunately the libtool scripts in this port come from different versions so libtoolize (and all other autotools) has to be run.
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-179-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Back to poolCarlo Strub2014-04-151-1/+1
|
* - Fix build with clang34 (unrecognized option -fforce-addr)Pawel Pekala2014-04-122-36/+35
| | | | | - Use options helpers and subs - Set correct plist subs for GNOME option
* gnome-panel will be updated to the 3.x version which is not compatible with 2.xBaptiste Daroussin2014-04-116-95/+0
|
* - Adding myself to freebsd.committers.markersJohannes Jost Meixner2014-04-111-0/+1
| | | | Approved by: swills (mentor)
* - Update to 3.7.5.2Wen Heping2014-04-063-102/+3
|
* - Update to 3.4.1Wen Heping2014-04-062-4/+3
|
* Fix make patchAntoine Brodin2014-04-052-73/+0
| | | | With hat: portmgr
* Support stageBaptiste Daroussin2014-04-051-6/+5
|
* Support stageBaptiste Daroussin2014-04-051-10/+5
|
* Support stageBaptiste Daroussin2014-04-051-1/+0
|
* Support stageBaptiste Daroussin2014-04-052-566/+6
| | | | Switch to autoplist
* - Chase libexiv2.so shlib version bump after r350163Alexey Dokuchaev2014-04-052-15/+13
| | | | | | - Fix nearby minor style issues while here (not all) Approved by: portmgr (bapt), some ports are still NO_STAGE :(
* Support stageBaptiste Daroussin2014-04-054-15/+87
| | | | | Regenerate patches with a proper name Fix shebang
* Support stageBaptiste Daroussin2014-04-052-11/+5
| | | | Use options helpers
* Support stageBaptiste Daroussin2014-04-052-21/+19
| | | | Fix plist
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!Max Brazhnikov2014-04-034-8/+6
| | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
* - Update to 6950Dmitry Marakasov2014-04-012-3/+3
|
* - Update to r3118Dmitry Marakasov2014-03-282-7/+3
|
* - Update to r320Dmitry Marakasov2014-03-282-7/+3
|
* Unbreak on freebsd 8 and 9Antoine Brodin2014-03-281-1/+0
| | | | Reported by: pkg-fallout
* - Update to 0.085Sunpoet Po-Chuan Hsieh2014-03-262-4/+5
| | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
* Use wx 2.8 (unicode version)Baptiste Daroussin2014-03-244-4/+29
| | | | | | Fix build with modern c++ compilers [1] Obtained from: Gentoo
* - Port is stage safePawel Pekala2014-03-201-7/+2
| | | | - Define DOCS option, don't install DOCS files conditionally
* - Update to 1.5.1, announce message is here:Rusmir Dusko2014-03-183-10/+38
| | | | | | | | | | | http://sourceforge.net/apps/mediawiki/viking/index.php?title=Version-1.5.1 - USES tar:bzip2 instead of USE_BZIP2=yes - Remove TODO from DOCS - Add GEOCACHES Option and conditional pkg-message - Add OPTIONS_MULTI=OpenStreetMap-Editor with JOSM and MERKAATOR - Add MERKAATOR to default Options - Break lines around 80 characters
* - Remove BROKEN, readd USES=qmakeRusmir Dusko2014-03-181-9/+15
| | | | | | | | | | - USES tar:bzip2 instead of USE_BZIP2=yes - Reordering Options - Add BROKEN, for Option ZBAR [1] - Add OPTIONS_SUB - Fix install translations Approved by: maintainer (private email) [1]
* - Use USES=tar:xzSunpoet Po-Chuan Hsieh2014-03-141-2/+1
|
* Update to 3.7.6Josh Paetzel2014-03-134-126/+86
| | | | | | | Add stage support PR: ports/187399 Submitted by: Rainer Hurling <rhurlin@gwdg.de>
* Convert to USES=lhaBaptiste Daroussin2014-03-121-2/+1
|
* gnome-panel will be updated to the 3.x version when GNOME 3 will merged.Koop Mast2014-03-111-0/+3
| | | | Deprecate the first batch of ports that are incompatible with the new 3.x version.
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-118-6/+8
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* - Update to 2.00.00Sunpoet Po-Chuan Hsieh2014-03-103-11/+7
| | | | | | | | | | - While I'm here: - Use MAKE_ARGS instead of post-patch: - Use INSTALL_LIB for static library installation - Sort PLIST PR: ports/187391 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Convert to rest of a* to USES=zipBaptiste Daroussin2014-03-071-2/+1
|
* - Update to 6891Dmitry Marakasov2014-03-062-3/+3
|
* Upgrade to 1.7.6.Thierry Thomas2014-03-053-5/+4
| | | | | | | | | Announcement: http://sourceforge.net/mailarchive/message.php?msg_id=31977305 PR: ports/186796 Submitted by: Christoph Moench-Tegeder <cmt (at) burggraben.net> Approved by: maintainer time-out