Bug 76271 - Update port: deskutils/vym
Summary: Update port: deskutils/vym
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-15 12:00 UTC by Gerrit Beine
Modified: 2005-01-29 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (8.54 KB, patch)
2005-01-15 12:00 UTC, Gerrit Beine
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerrit Beine 2005-01-15 12:00:47 UTC
Update to version 1.6.0

Replaced all calls of lrint to (long)rint, I hope this fixes the compiling bug on AMD64.

The files patch-mainwindow.cpp and patch-mapeditor.cpp are no longer required.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-01-17 10:25:27 UTC
State Changed
From-To: open->feedback

- Please DON'T touch the $FreeBSD$ cvs-tag 
- Doesn't build on 4.X: 
c++ -c -pipe -Wall -W -O -pipe -g -fmemoize-lookups -fsave-memoized -D_THREAD_SAFE  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../local/include -I/usr/X11R6/include -o mainwindow.o mainwindow.cpp 
mainwindow.cpp: In method `void Main::fileLoad(QString, const LoadMode &)': 
mainwindow.cpp:1112: implicit declaration of function `int mkdtemp(...)' 
mainwindow.cpp:1112: conversion from `int' to non-scalar type `QString' requested 
*** Error code 1
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-01-29 15:29:24 UTC
State Changed
From-To: feedback->closed

Committed with modifications as discussed!