FreeBSD Bugzilla – Attachment 132069 Details for
Bug 176270
[MAINTAINER] astro/viking: update to 1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
viking-1.4.patch
viking-1.4.patch (text/plain), 5.43 KB, created by
nemysis
on 2013-02-19 18:10:00 UTC
(
hide
)
Description:
viking-1.4.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-02-19 18:10:00 UTC
Size:
5.43 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/astro/viking/Makefile ./Makefile >--- /usr/ports/astro/viking/Makefile 2013-02-08 13:13:14.000000000 +0100 >+++ ./Makefile 2013-02-19 18:47:38.000000000 +0100 >@@ -2,15 +2,14 @@ > # $FreeBSD: head/astro/viking/Makefile 311869 2013-02-07 15:37:15Z gahr $ > > PORTNAME= viking >-PORTVERSION= 1.3.2.1 >-PORTREVISION= 1 >+PORTVERSION= 1.4 > CATEGORIES= astro >-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ >+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ > > MAINTAINER= nemysis@gmx.ch > COMMENT= Program to manage GPS data (tracks, waypoints, etc.) > >-LICENSE= GPLv2 # (or later) >+LICENSE= GPLv2 > > LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ > pcre:${PORTSDIR}/devel/pcre \ >@@ -29,13 +28,14 @@ > USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ > xfixes xi xinerama xrandr xrender > USE_GNOME= gnomedocutils gtk20 >+USE_PKGCONFIG= build > USE_PERL5_RUN= yes > INSTALLS_ICONS= yes > INSTALLS_OMF= yes > MAKE_JOBS_SAFE= yes > >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib -pthread >+CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} >+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} > > PORTDOCS= AUTHORS ChangeLog NEWS README TODO > >@@ -70,11 +70,15 @@ > @${REINPLACE_CMD} -e '/^AM_CFLAGS/s| -g | |' ${WRKSRC}/src/Makefile.in > > post-install: >- ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps >+# Port not install in figures jpg and png, this is cleaner as patch >+ @${RM} -f ${PREFIX}/share/gnome/help/viking/C/figures/* >+ @(cd ${WRKSRC}/help/C/figures && ${COPYTREE_SHARE} "*.jpg *.png" ${PREFIX}/share/gnome/help/viking/C/figures/) >+ ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ > > .if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} > .endif >+ @-update-desktop-database -q > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/astro/viking/distinfo ./distinfo >--- /usr/ports/astro/viking/distinfo 2013-01-14 17:53:36.000000000 +0100 >+++ ./distinfo 2013-02-19 18:36:07.000000000 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (viking-1.3.2.1.tar.gz) = ebd6f134a340a1b2ba582ea77bd97ddd9db16b476be7090a12649f6069fa1565 >-SIZE (viking-1.3.2.1.tar.gz) = 1097274 >+SHA256 (viking-1.4.tar.gz) = 80aa4c7bf3be75441a435f6681831b8aeb08f7eb6f7a5a86872eec16cda67799 >+SIZE (viking-1.4.tar.gz) = 1487470 >diff -ruN --exclude=CVS /usr/ports/astro/viking/pkg-descr ./pkg-descr >--- /usr/ports/astro/viking/pkg-descr 2013-01-14 17:53:36.000000000 +0100 >+++ ./pkg-descr 2013-02-19 18:53:58.000000000 +0100 >@@ -1,7 +1,8 @@ > Viking is a free/open source program to manage GPS data. > >-You can import, plot and create tracks and waypoints, show OSM, Terraserver >-and other maps, see real-time GPS position, get geocaches, control items, etc. >-It is written in C & the GTK+2 toolkit. >+You can import and plot tracks, routes and waypoints, show OpenStreetMap, >+Terraserver, Bing Aerial and other maps in it, download geocaches for >+an area on the map, make new tracks and waypoints, geotag images, >+see real-time GPS position, etc. > > WWW: http://sourceforge.net/apps/mediawiki/viking/index.php >diff -ruN --exclude=CVS /usr/ports/astro/viking/pkg-plist ./pkg-plist >--- /usr/ports/astro/viking/pkg-plist 2013-01-14 17:53:36.000000000 +0100 >+++ ./pkg-plist 2013-02-19 18:38:54.000000000 +0100 >@@ -1,7 +1,26 @@ > bin/viking > share/applications/viking.desktop >+share/gnome/help/viking/C/figures/Viking-OSM-CycleMap-ManyTracks.jpg >+share/gnome/help/viking/C/figures/addtr_18.png >+share/gnome/help/viking/C/figures/addwp_18.png >+share/gnome/help/viking/C/figures/demdl_18.png >+share/gnome/help/viking/C/figures/edtr_18.png >+share/gnome/help/viking/C/figures/edwp_18.png >+share/gnome/help/viking/C/figures/geomove_18.png >+share/gnome/help/viking/C/figures/geozoom_18.png >+share/gnome/help/viking/C/figures/map_tile_info_dialog.png >+share/gnome/help/viking/C/figures/mapdl_18.png >+share/gnome/help/viking/C/figures/mover_22.png > share/gnome/help/viking/C/figures/properties_degree.png > share/gnome/help/viking/C/figures/properties_units.png >+share/gnome/help/viking/C/figures/route_finder_18.png >+share/gnome/help/viking/C/figures/ruler_18.png >+share/gnome/help/viking/C/figures/select_18.png >+share/gnome/help/viking/C/figures/showpic_18.png >+share/gnome/help/viking/C/figures/trw_statusbar.png >+share/gnome/help/viking/C/figures/vik_new_route_18.png >+share/gnome/help/viking/C/figures/zoom_18.png >+share/gnome/help/viking/C/figures/zoom_status_popup.png > share/gnome/help/viking/C/legal.xml > share/gnome/help/viking/C/viking.xml > share/icons/hicolor/48x48/apps/viking.png >@@ -11,6 +30,7 @@ > %%NLS%%share/locale/el/LC_MESSAGES/viking.mo > %%NLS%%share/locale/en_GB/LC_MESSAGES/viking.mo > %%NLS%%share/locale/es/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/fi/LC_MESSAGES/viking.mo > %%NLS%%share/locale/fr/LC_MESSAGES/viking.mo > %%NLS%%share/locale/he/LC_MESSAGES/viking.mo > %%NLS%%share/locale/hu/LC_MESSAGES/viking.mo >@@ -32,6 +52,10 @@ > %%NLS%%share/locale/zh_TW/LC_MESSAGES/viking.mo > share/omf/viking/viking-C.omf > share/pixmaps/viking.png >+%%DATADIR%%/external_tools.xml >+%%DATADIR%%/goto_tools.xml >+%%DATADIR%%/maps.xml >+@dirrm %%DATADIR%% > @dirrmtry share/omf/viking > @dirrmtry share/omf > %%NLS%%@dirrmtry share/locale/jv/LC_MESSAGES >@@ -46,3 +70,5 @@ > @dirrmtry share/gnome/help > @dirrmtry share/gnome > @dirrmtry share/applications >+@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true >+@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 176270
: 132069