aboutsummaryrefslogtreecommitdiff
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
* astro/osmium: unbreak build with DOXYGEN=on after r394778Jan Beich2015-09-081-1/+0
| | | | | | | | | | | | | | | | | | | NO_BUILD does more than dummy do-build. It creates BUILD_COOKIE that marks all targets in _BUILD_SEQ as done, including do-build-${opt}-on/off and post-build-${opt}-on/off. Since the targets haven't been run yet do-install-DOXYGEN-on fails due to missing files. Fix by leaking a call to nop "all" target in vendor Makefile. It should be less kludgy than defining our own dummy do-build and less confusing than treating do-build itself as an option helper. In case "all" starts doing something useful the port would automatically take advantage of it. PR: 202951 Reviewed by: mat Approved by: portmgr blanket Notes: svn path=/head/; revision=396400
* Drop USES=iconv.Raphael Kubo da Costa2015-08-301-1/+2
| | | | | | | | | | | | Even though the port still has a few FindIconv.cmake files scattered around, they are not actually used by the build system anymore, so the dependency is unnecessary. Approved by: danfe (maintainer) Differential Revision: https://reviews.freebsd.org/D3531 Notes: svn path=/head/; revision=395607
* - Update to 8677Dmitry Marakasov2015-08-282-3/+3
| | | | Notes: svn path=/head/; revision=395475
* astro/geographiclib: Rectify assignment mistakeJohn Marino2015-08-271-3/+3
| | | | | | | | I missed the unnecessary use of immediate evaluation assignment operators. Let's fix that once and for all. Notes: svn path=/head/; revision=395417
* - Update to 1.44Dmitry Marakasov2015-08-273-7/+15
| | | | | | | | PR: 202441 Submitted by: tatsuki_makino@hotmail.com (maintainer) Notes: svn path=/head/; revision=395409
* - Add LICENSEDmitry Marakasov2015-08-251-2/+5
| | | | | | | | | - Fix library installation Approved by: portmgr blanket Notes: svn path=/head/; revision=395236
* Fix previous commit.Mathieu Arnold2015-08-191-4/+2
| | | | | | | | Pointy hat to: mat Sponsored by: Absolight Notes: svn path=/head/; revision=394780
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-1910-239/+77
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* astro/gpsbabel: add GUI option, clean up dependenciesPhilip M. Gollucci2015-08-183-15/+49
| | | | | | | | | | | | | | | - Add GUI option (requires qt4-gui,qt4-xml,qt4-network and qt4-webkit at runtime). - Remove autoconf/pcre/glib20/gettext dependencies (unused). - USE_QT4=linguist_build -> USE_QT4=linguisttools_build (GUI option only). - Use system zlib. - Regenerate patch. PR: 201680 Submitted by: s3erios@gmail.com Approved by: dev2@heesakkers.info Notes: svn path=/head/; revision=394642
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-08-171-1/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=394462
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-292-3/+1
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* - Update to 5.9Danilo Egea Gondolfo2015-07-213-4/+4
| | | | Notes: svn path=/head/; revision=392647
* - Update to 5.8Danilo Egea Gondolfo2015-07-123-4/+4
| | | | Notes: svn path=/head/; revision=391829
* - Update to 2.0.0Sunpoet Po-Chuan Hsieh2015-07-093-2/+4
| | | | | | | | | | - Bump PORTREVISION for graphics/gdal shlib change - Mark astro/merkaartor as BROKEN Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News Notes: svn path=/head/; revision=391657
* Update location.Brooks Davis2015-07-081-1/+1
| | | | Notes: svn path=/head/; revision=391602
* - Update to 0.070Wen Heping2015-06-282-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.070/Changes Notes: svn path=/head/; revision=390749
* Fix packaging as UserBaptiste Daroussin2015-06-271-9/+5
| | | | | | | Fix wrong conversion to stage Notes: svn path=/head/; revision=390714
* Use broken helpersBaptiste Daroussin2015-06-271-8/+3
| | | | Notes: svn path=/head/; revision=390709
* Update astro/geographiclib 1.41 -> 1.42Philip M. Gollucci2015-06-253-77/+95
| | | | | | | | | | - Convert to autoreconf - note shared lib bump, but nothing to chase Submitted by: tatsuki_makino@hotmail.com (maintainer) Notes: svn path=/head/; revision=390530
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. TheAdam Weinberger2015-06-243-3/+0
| | | | | | | | | downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers). Notes: svn path=/head/; revision=390487
* Convert to USES=jpegAntoine Brodin2015-06-228-16/+11
| | | | Notes: svn path=/head/; revision=390310
* - Update to 8491Dmitry Marakasov2015-06-192-3/+3
| | | | Notes: svn path=/head/; revision=390113
* - Add NO_ARCHDmitry Marakasov2015-06-181-0/+1
| | | | Notes: svn path=/head/; revision=390062
* - Update to 5.6Danilo Egea Gondolfo2015-06-163-4/+4
| | | | Notes: svn path=/head/; revision=389864
* - Update graphics/proj to 4.9.1Wen Heping2015-06-152-2/+2
| | | | | | | | | | | - Bump PORTREVISION to chase the update of proj PR: 200434 Submitted by: wen@(myself) Approved by: maintainer(timeout, >20 days) Notes: svn path=/head/; revision=389704
* - Add NO_ARCHDmitry Marakasov2015-06-141-0/+1
| | | | Notes: svn path=/head/; revision=389651
* Reset dhn's portsErwin Lansing2015-06-121-1/+1
| | | | | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr Notes: svn path=/head/; revision=389300
* - Add NO_ARCHDmitry Marakasov2015-06-121-0/+1
| | | | Notes: svn path=/head/; revision=389296
* - Update to 0.069Sunpoet Po-Chuan Hsieh2015-06-082-3/+4
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Astro-satpass/Changes Notes: svn path=/head/; revision=388866
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-06-081-1/+2
| | | | Notes: svn path=/head/; revision=388865
* astro/gpxloggerd: Unbreak on DragonFlyJohn Marino2015-06-061-0/+1
| | | | | | | | | | | | | | | | | The latest commits broke this port on DragonFly. The port uses the base mk files rather than a standalone makefile, and will not build without warnings appearing: gpxloggerd.c:185:16: error: variable 'pt' set but not used [-Werror=unused-but-set-variable] To ensure -Werror flag is not passed to the build, set NO_WERROR for the makefile. Approved by: blanket (-Werror, restore DF) Notes: svn path=/head/; revision=388665
* Mark a few ports BROKENAntoine Brodin2015-05-301-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=387922
* - Update to 0.092Sunpoet Po-Chuan Hsieh2015-05-282-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes Notes: svn path=/head/; revision=387733
* - Merge PLIST_FILESSunpoet Po-Chuan Hsieh2015-05-271-3/+2
| | | | Notes: svn path=/head/; revision=387547
* Switch PYTHON_REL from a 3 digits number to a 4 digits number to handleAntoine Brodin2015-05-261-1/+1
| | | | | | | | | | python 2.7.10 Differential Revision: https://reviews.freebsd.org/D2639 Reviewed by: sunpoet, mva Notes: svn path=/head/; revision=387491
* Update to 0.2.3, which fixed build with old gcc.Gleb Smirnoff2015-05-262-3/+3
| | | | Notes: svn path=/head/; revision=387462
* - Update to r423Dmitry Marakasov2015-05-252-3/+3
| | | | Notes: svn path=/head/; revision=387435
* - Update to r3598Dmitry Marakasov2015-05-252-3/+3
| | | | Notes: svn path=/head/; revision=387434
* - Add LICENSE_FILEDmitry Marakasov2015-05-231-0/+1
| | | | Notes: svn path=/head/; revision=387183
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-224-10/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* Provide patch from future version to fix yournavigation.org API.Gleb Smirnoff2015-05-222-0/+124
| | | | | | | | PR: 200366 Approved by: Craig Whipp <crwhipp gmail.com> (maintainer) Notes: svn path=/head/; revision=386994
* Fix paths in pkgconf installed files.Gleb Smirnoff2015-05-213-1/+21
| | | | | | | Submitted by: Craig Whipp <crwhipp gmail.com> Notes: svn path=/head/; revision=386917
* Disable PPS support by default. The PPS thread enters infinite loop andGleb Smirnoff2015-05-201-2/+2
| | | | | | | | GPSD consumes 100% of CPU time. I'm out of time to debug that now, so simply turn off by default. Notes: svn path=/head/; revision=386901
* Use MAKE_ARGS instead of SCONS_ARGS, which is now ignored.Gleb Smirnoff2015-05-201-42/+43
| | | | | | | Submitted by: bapt Notes: svn path=/head/; revision=386900
* Update to new version fixing fallout from astro/gpsd update.Gleb Smirnoff2015-05-202-3/+3
| | | | Notes: svn path=/head/; revision=386862
* - Update to 3.14Dmitry Marakasov2015-05-195-73/+80
| | | | | | | Submitted by: glebius (maintainer) Notes: svn path=/head/; revision=386813
* - Add CPE infoDmitry Marakasov2015-05-161-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386550
* - Update to version 0.12.6 (all of our patches were integrated upstream)Alexey Dokuchaev2015-05-155-61/+3
| | | | | | | | - Remove GTK'ish INSTALLS_ICONS knob, as it pulls dependencies that might be uncalled in pure X11 or Qt-based environments Notes: svn path=/head/; revision=386382
* MASTER_SITES cleanup.Mathieu Arnold2015-05-1410-14/+5
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Belatedly update to version 0.13.3Alexey Dokuchaev2015-05-143-5/+118
| | | | | | | | - Remove GTK'ish INSTALLS_ICONS knob, as it pulls dependencies that might be uncalled in pure X11 or Qt-based environments Notes: svn path=/head/; revision=386300