notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: astro/viking/Makefile

Number of commits found: 83

Thursday, 22 Feb 2024
03:47 Muhammad Moinur Rahman (bofh) search for other commits by this committer
astro/viking: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: cfb0d3db9dbb07cd52b38e22d0eb6c51b16909c5 commit hash: cfb0d3db9dbb07cd52b38e22d0eb6c51b16909c5 commit hash: cfb0d3db9dbb07cd52b38e22d0eb6c51b16909c5 commit hash: cfb0d3db9dbb07cd52b38e22d0eb6c51b16909c5 cfb0d3d
Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Monday, 31 Jul 2023
13:22 Wen Heping (wen) search for other commits by this committer
astro/viking: Reset maintainer to submitter

PR:		272076
Reported by:	lantw44@gmail.com
commit hash: dddd80bf7c8d3ed19322b124987cbeaf6717ecba commit hash: dddd80bf7c8d3ed19322b124987cbeaf6717ecba commit hash: dddd80bf7c8d3ed19322b124987cbeaf6717ecba commit hash: dddd80bf7c8d3ed19322b124987cbeaf6717ecba dddd80b
13:04 Wen Heping (wen) search for other commits by this committer
astro/viking: Resurrect and update

PR:		272076
Reported by:	lantw44@gmail.com
commit hash: 2c6084bebcc1cca164aa38f20eab5a8cd56dd668 commit hash: 2c6084bebcc1cca164aa38f20eab5a8cd56dd668 commit hash: 2c6084bebcc1cca164aa38f20eab5a8cd56dd668 commit hash: 2c6084bebcc1cca164aa38f20eab5a8cd56dd668 2c6084b
Tuesday, 10 Dec 2019
09:02 antoine search for other commits by this committer
Deprecate ports broken for too long
Original commitRevision:519652 
Monday, 4 Nov 2019
20:39 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories a

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
Original commitRevision:516738 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Sunday, 9 Jun 2019
05:42 tobik search for other commits by this committer
astro/viking: Canonicalize options group name after r503781 (D20426)
Original commitRevision:503785 
Monday, 4 Mar 2019
13:03 wen search for other commits by this committer
- Update to 1.7
- Add missing DEPENDS
- Take maintainership
Original commitRevision:494596 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Saturday, 13 Jan 2018
14:35 tobik search for other commits by this committer
astro/viking: Fix LIB_DEPENDS and unbreak port

- While here reset MAINTAINER: The port has been marked as broken
  since 2017-05-10 and the maintainer has a history of timeouts.

PR:		224668
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	koalative@gmail.com (maintainer timeout, 2 weeks)
MFH:		2018Q1
Original commitRevision:458934 
Wednesday, 27 Dec 2017
09:30 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:457358 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Wednesday, 10 May 2017
21:31 antoine search for other commits by this committer
Mark BROKEN: wrong LIB_DEPENDS

===>   viking-1.6.2_4 depends on shared library: libgpsd.so - not found

Reported by:	pkg-fallout
Original commitRevision:440589 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Wednesday, 29 Mar 2017
06:50 ashish search for other commits by this committer
- Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
  from LIB_DEPENDS, as port is now only .pc file

PR:		218015
Submitted by:	rezny
Original commitRevision:437182 
Friday, 11 Nov 2016
11:59 jbeich search for other commits by this committer
Track used or drop unused devel/icu dependency

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)
Original commitRevision:425890 
Saturday, 24 Sep 2016
11:06 tijl search for other commits by this committer
- Update devel/icu to 57.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)
Original commitRevision:422711 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Wednesday, 9 Mar 2016
17:57 amdmi3 search for other commits by this committer
- Update to 1.6.2
- Fix license
- Make mapnik support optional

PR:		207249
Submitted by:	amdmi3
Approved by:	maitainer timeout (koalative@gmail.com, 3 weeks)
Original commitRevision:410717 
Friday, 18 Sep 2015
16:16 uqs search for other commits by this committer
Update astro/viking to v1.6

Also switch to working dependency astro/josm to unbreak the dep-tree

PR:		203025
Submitted by:	uqs
Original commitRevision:397258 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
Saturday, 30 May 2015
09:51 antoine search for other commits by this committer
Mark a few ports BROKEN

Reported by:	pkg-fallout
Original commitRevision:387922 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Wednesday, 7 May 2014
15:56 nemysis search for other commits by this committer
This port are no longer used or cared for.

Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.

- Pass maintainership to koalative at gmail.com
Original commitRevision:353171 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
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)
Original commitRevision:351411 
Tuesday, 18 Mar 2014
00:15 nemysis search for other commits by this committer
- Update to 1.5.1, announce message is here:

    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
Original commitRevision:348508 
Monday, 16 Dec 2013
11:11 zeising search for other commits by this committer
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
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]
Original commitRevision:336621 
Monday, 18 Nov 2013
23:04 nemysis search for other commits by this committer
- Update to 1.5
- 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)
Original commitRevision:334272 
Sunday, 29 Sep 2013
17:01 zeising search for other commits by this committer
The FreeBSD graphics/x11 team proudly presents
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!
Original commitRevision:328711 
Friday, 20 Sep 2013
13:14 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
Original commitRevision:327701 
Sunday, 18 Aug 2013
20:45 nemysis search for other commits by this committer
- Update to 1.4.2
- 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)
Original commitRevision:324936 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- 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
Original commitRevision:322783 
Friday, 7 Jun 2013
15:37 miwi search for other commits by this committer
- Update to 1.4.1
- Add new Uses
- Add NLS Options
- Trim desktop entry
- Trim pkg-plist, remove mtree

PR:		178841
Submitted by:	maintainer
Original commitRevision:320215 
Saturday, 25 May 2013
14:37 zeising search for other commits by this committer
The FreeBSD x11 team proudly presents
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!
Original commitRevision:319055 
Saturday, 27 Apr 2013
18:31 mva search for other commits by this committer
- Fix USE_ICONV leftovers missed in the previous update
Original commitRevision:316684 
08:50 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Original commitRevision:316654 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Thursday, 14 Mar 2013
08:17 pclin search for other commits by this committer
- graphics/libexif:
  * 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
Original commitRevision:314141 
Tuesday, 19 Feb 2013
22:40 pawel search for other commits by this committer
- Update to version 1.4
- Register supported file types during install
- Port requires pkg-config while building

PR:		ports/176270
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Original commitRevision:312606 
Thursday, 7 Feb 2013
15:37 gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)

Approved by:	portmgr
Original commitRevision:311869 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Thursday, 29 Nov 2012
15:20 pawel search for other commits by this committer
- Use PORTVERSION:R in MASTER_SITES
- Fix COMMENT
- Sort USE flags
- Remove word Enable from option's descriptions

Suggested by:	danfe
Feature safe:	yes
Original commitRevision:307964 
Wednesday, 28 Nov 2012
17:30 pawel search for other commits by this committer
- Update to version 1.3.2.1 [1]
- 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
Original commitRevision:307922 
Sunday, 5 Aug 2012
04:37 miwi search for other commits by this committer
- Update to 1.3.1

PR:		170133
Submitted by:	Ports Fury
Original commit
Friday, 1 Jun 2012
06:57 bapt search for other commits by this committer
Convert to new options framework
Original commit
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 21 May 2012
03:09 miwi search for other commits by this committer
- Update to 1.3

PR:             168020
Submitted by:   Ports Fury
Original commit
Sunday, 20 Nov 2011
14:44 cs search for other commits by this committer
Update to 1.2.2

Approved by:    glarkin@ (mentor, implicit)
Feature safe:   yes
Original commit
Friday, 18 Nov 2011
23:30 ehaupt search for other commits by this committer
Remove trailing whitespaces.

Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Original commit
Thursday, 25 Aug 2011
06:54 sunpoet search for other commits by this committer
- Update to 1.2.1

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
Original commit
Friday, 25 Mar 2011
20:30 amdmi3 search for other commits by this committer
- Chase astro/gpsd shlib version bump
- Add patches required for compatibility with new version of libgps

Submitted by:   glebius
Tested by:      glebius
Original commit
Tuesday, 22 Feb 2011
08:06 wen search for other commits by this committer
- Update to 1.1
Original commit
Wednesday, 15 Dec 2010
21:34 makc search for other commits by this committer
Update to 1.0.2

PR:             ports/153177
Submitted by:   glebius
Original commit
Monday, 6 Dec 2010
15:42 sunpoet search for other commits by this committer
- Update to 1.0.1

PR:             ports/152858
Submitted by:   Gleb Smirnoff <glebius@cell.glebius.int.ru>
Original commit
Friday, 19 Nov 2010
08:58 sunpoet search for other commits by this committer
- Update to 1.0

PR:             ports/152369
Submitted by:   Gleb Smirnoff <glebius@cell.glebius.int.ru>
Original commit
Wednesday, 13 Oct 2010
03:12 sunpoet search for other commits by this committer
- Update to 0.9.96

PR:             ports/151405
Submitted by:   glebius
Approved by:    pgollucci (mentor, implicit)
Original commit
Thursday, 9 Sep 2010
13:20 pav search for other commits by this committer
- Update to 0.9.95

PR:             ports/150356
Submitted by:   glebius
Original commit
Friday, 18 Jun 2010
09:19 linimon search for other commits by this committer
Reset david@trucs.org, who currently does not have time to work on
these ports.

Hat:            portmgr
Original commit
Friday, 4 Jun 2010
21:24 makc search for other commits by this committer
Update to 0.9.93

PR:             ports/146741
Submitted by:   glebius@
Approved by:    maintainer timeout (two weeks)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Wednesday, 24 Mar 2010
19:39 makc search for other commits by this committer
Update to 0.9.92

PR:             ports/144788
Submitted by:   Gleb Smirnoff <glebius at freebsd.org>
Approved by:    maintainer
Original commit
18:50 makc search for other commits by this committer
../viking.log
Original commit
Friday, 12 Mar 2010
19:19 makc search for other commits by this committer
Update to 0.9.91
Chase astro/gpsd library version bump.

PR:             based on ports/144317
Submitted by:   Gleb Smirnoff <glebius at freebsd.org>
Approved by:    maintainer

Feature safe:   yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Wednesday, 7 Oct 2009
19:48 makc search for other commits by this committer
Update to 0.9.9

PR:             ports/139351
Submitted by:   Gleb Smirnoff <glebius at freebsd.org>
Approved by:    maintainer
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Saturday, 30 May 2009
19:48 miwi search for other commits by this committer
- Chase astro/gpsd shlib bump
Original commit
Wednesday, 11 Mar 2009
03:56 rafan search for other commits by this committer
- Update to 0.9.8

PR:             ports/132288
Submitted by:   glebius@
Approved by:    David Le Brun <david at trucs.org> (maintainer)
Original commit
Friday, 23 Jan 2009
15:43 roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Original commit
Friday, 21 Nov 2008
21:03 miwi search for other commits by this committer
- Update to 0.9.7

PR:             128511
Submitted by:   maintainer
Original commit
Wednesday, 20 Aug 2008
02:49 lippe search for other commits by this committer
- Update to 0.9.6.

PR:             ports/126205
Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by:    David Le Brun <david@trucs.org> (maintainer)
Original commit
Friday, 6 Jun 2008
13:02 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Friday, 2 May 2008
10:09 miwi search for other commits by this committer
viking is a free/open source program to manage GPS data.

You can import and plot tracks and waypoints, show Google maps and/or
Terraserver maps under it, download geocaches for an area on the map, make new
tracks and waypoints, see real-time GPS position, etc.

It is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX
operating systems, and Windows, and is licensed under the GNU GPL.

WWW: http://viking.sourceforge.net

PR:             ports/123238
Submitted by:   David Le Brun <david at trucs.org>
Original commit

Number of commits found: 83