Bug 59834 - Update port: graphics/landscape
Summary: Update port: graphics/landscape
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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-30 13:40 UTC by jon
Modified: 2003-12-15 01:47 UTC (History)
0 users

See Also:


Attachments
file.diff (172 bytes, patch)
2003-11-30 13:40 UTC, jon
no flags Details | Diff
file.diff (314 bytes, patch)
2003-11-30 13:40 UTC, jon
no flags Details | Diff
landscape.diff (825 bytes, patch)
2003-12-13 18:55 UTC, jon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jon 2003-11-30 13:40:17 UTC
	Patch to upgrade graphics/landscape to version 0.7.
	Please note that the patch files for the previous version are no
	longer required (patch-landscape.pro and patch-widget_main.ui).

Fix: PORTNAME=      landscape
-PORTVERSION=       0.6
+PORTVERSION=       0.7
 CATEGORIES=        graphics kde
 MASTER_SITES=      http://www.witchspace.com/files/

 MAINTAINER=        jon@witchspace.com
-COMMENT=   A program for generating and rendering landscapes
+COMMENT=       A program for generating and rendering fractal landscapes

 USE_MESA=      yes
 USE_KDELIBS_VER=   3
Comment 1 Mark Linimon 2003-12-09 01:19:25 UTC
When trying to install on 4.9-PRERELEASE, I get the following:

windows/unix/widget_clouds.cpp: In method 
`widget_clouds::widget_clouds(QWidget * = 0, const char * = 0, unsigned 
int = 0)':
windows/unix/widget_clouds.cpp:55: invalid use of undefined type `class 
KColorButton'
windows/unix/widget_clouds.h:23: forward declaration of `class KColorButton'

Does the submitter see the same problem?
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2003-12-09 01:20:41 UTC
State Changed
From-To: open->feedback

I'll look into this one. 


Comment 3 Mark Linimon freebsd_committer freebsd_triage 2003-12-09 01:20:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->linimon
Comment 4 jon 2003-12-13 18:55:17 UTC
> When trying to install on 4.9-PRERELEASE, I get the following:
>
> windows/unix/widget_clouds.cpp: In method
> `widget_clouds::widget_clouds(QWidget * = 0, const char * = 0, unsigned
> int = 0)':
> windows/unix/widget_clouds.cpp:55: invalid use of undefined type `class
> KColorButton'
> windows/unix/widget_clouds.h:23: forward declaration of `class
> KColorButton'
>
> Does the submitter see the same problem?

Ack, got caught out by qmake.  It will build as long as you have the right
plugins in your ~/.qt directory :-)

Attached is the new diff against the current ports version.

The new 'landscape-0.7.tar.gz' archive is 232775 bytes; I uploaded it
today but it might take a little while to update (cheap and nasty
hosting).


Cheers,


--Jon

http://www.witchspace.com
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2003-12-15 01:47:23 UTC
State Changed
From-To: feedback->closed

Committed, thanks.