Bug 76271

Summary: Update port: deskutils/vym
Product: Ports & Packages Reporter: Gerrit Beine <tux>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!