aboutsummaryrefslogtreecommitdiff
path: root/astro/viking
Commit message (Collapse)AuthorAgeFilesLines
* Track used or drop unused devel/icu dependencyJan Beich2016-11-111-1/+3
| | | | | | | | | | | | | This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1) Notes: svn path=/head/; revision=425890
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-14/+14
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update to 1.6.2Dmitry Marakasov2016-03-093-50/+21
| | | | | | | | | | | | - Fix license - Make mapnik support optional PR: 207249 Submitted by: amdmi3 Approved by: maitainer timeout (koalative@gmail.com, 3 weeks) Notes: svn path=/head/; revision=410717
* Update astro/viking to v1.6Ulrich Spörlein2015-09-183-13/+20
| | | | | | | | | | Also switch to working dependency astro/josm to unbreak the dep-tree PR: 203025 Submitted by: uqs Notes: svn path=/head/; revision=397258
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-6/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Mark a few ports BROKENAntoine Brodin2015-05-301-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=387922
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Cleanup plistBaptiste Daroussin2014-10-191-9/+0
| | | | Notes: svn path=/head/; revision=371223
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* 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 Notes: svn path=/head/; revision=353171
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=351411
* - 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 Notes: svn path=/head/; revision=348508
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0] Notes: svn path=/head/; revision=336621
* - Update to 1.5Rusmir Dusko2013-11-183-24/+36
| | | | | | | | | | | | - Add dependency for textproc/p5-XML-Parser - Use the new format for LIB_DEPENDS - USE_GNOME cairo instead of graphics/cairo - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=334272
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing! Notes: svn path=/head/; revision=328711
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* - Update to 1.4.2Rusmir Dusko2013-08-183-36/+20
| | | | | | | | | | | | | | | | - Change maintainer email gmx.ch --> FreeBSD.org - USES gmake iconv desktop-file-utils perl5 pkgconfig - Add DOCS Option - Add GPSD to default Options - Add OPTIONS_SUB - Trim NLS, GEOTAG and GPSD to use Options Helpers - Remove not needed patch, now are good installed in figures jpg and png - Trim pkg-plist, what Port install @dirrmtry --> @dirrm Approved by: wg (mentor) Notes: svn path=/head/; revision=324936
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Update to 1.4.1Martin Wilke2013-06-073-20/+10
| | | | | | | | | | | | | - Add new Uses - Add NLS Options - Trim desktop entry - Trim pkg-plist, remove mtree PR: 178841 Submitted by: maintainer Notes: svn path=/head/; revision=320215
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* - Fix USE_ICONV leftovers missed in the previous updateMarcus von Appen2013-04-271-1/+0
| | | | Notes: svn path=/head/; revision=316684
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - graphics/libexif:Po-Chien Lin2013-03-141-0/+1
| | | | | | | | | | | | | | | | * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a Notes: svn path=/head/; revision=314141
* - Update to version 1.4Pawel Pekala2013-02-194-11/+42
| | | | | | | | | | | - Register supported file types during install - Port requires pkg-config while building PR: ports/176270 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=312606
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)Pietro Cerutti2013-02-071-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=311869
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Use PORTVERSION:R in MASTER_SITESPawel Pekala2012-11-291-7/+7
| | | | | | | | | | | | - Fix COMMENT - Sort USE flags - Remove word Enable from option's descriptions Suggested by: danfe Feature safe: yes Notes: svn path=/head/; revision=307964
* - Update to version 1.3.2.1 [1]Pawel Pekala2012-11-284-58/+86
| | | | | | | | | | | | | | - Respect DOCS, NLS options [1] - Hand maintainership to submitter [1] - Add missing deps - Trim Makefile headers PR: ports/173835 [1] Submitted by: nemysis <nemysis@gmx.ch> Feature safe: yes Notes: svn path=/head/; revision=307922
* - Update to 1.3.1Martin Wilke2012-08-052-8/+7
| | | | | | | | PR: 170133 Submitted by: Ports Fury Notes: svn path=/head/; revision=302045
* Convert to new options frameworkBaptiste Daroussin2012-06-011-4/+6
| | | | Notes: svn path=/head/; revision=297923
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.3Martin Wilke2012-05-214-128/+50
| | | | | | | | PR: 168020 Submitted by: Ports Fury Notes: svn path=/head/; revision=297070
* Update to 1.2.2Carlo Strub2011-11-202-3/+3
| | | | | | | | Approved by: glarkin@ (mentor, implicit) Feature safe: yes Notes: svn path=/head/; revision=286125
* Remove trailing whitespaces.Emanuel Haupt2011-11-181-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286031
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 1.2.1Sunpoet Po-Chuan Hsieh2011-08-254-65/+17
| | | | | | | | Changes: http://sourceforge.net/apps/mediawiki/viking/index.php?title=Version-1.2.1 http://sourceforge.net/apps/mediawiki/viking/index.php?title=Version-1.2 Notes: svn path=/head/; revision=280384
* - Chase astro/gpsd shlib version bumpDmitry Marakasov2011-03-253-1/+133
| | | | | | | | | | - Add patches required for compatibility with new version of libgps Submitted by: glebius Tested by: glebius Notes: svn path=/head/; revision=271753
* - Update to 1.1Wen Heping2011-02-223-3/+6
| | | | Notes: svn path=/head/; revision=269493
* Update to 1.0.2Max Brazhnikov2010-12-153-4/+5
| | | | | | | | PR: ports/153177 Submitted by: glebius Notes: svn path=/head/; revision=266372
* - Update to 1.0.1Sunpoet Po-Chuan Hsieh2010-12-062-3/+3
| | | | | | | | PR: ports/152858 Submitted by: Gleb Smirnoff <glebius@cell.glebius.int.ru> Notes: svn path=/head/; revision=265758
* - Update to 1.0Sunpoet Po-Chuan Hsieh2010-11-192-4/+3
| | | | | | | | PR: ports/152369 Submitted by: Gleb Smirnoff <glebius@cell.glebius.int.ru> Notes: svn path=/head/; revision=264798
* - Update to 0.9.96Sunpoet Po-Chuan Hsieh2010-10-132-4/+4
| | | | | | | | | PR: ports/151405 Submitted by: glebius Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=262941
* - Update to 0.9.95Pav Lucistnik2010-09-093-5/+16
| | | | | | | | PR: ports/150356 Submitted by: glebius Notes: svn path=/head/; revision=260844
* Reset david@trucs.org, who currently does not have time to work onMark Linimon2010-06-181-1/+1
| | | | | | | | | these ports. Hat: portmgr Notes: svn path=/head/; revision=256655