1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 0.4.6

- Remove stale patches
- Trim Makefile header
This commit is contained in:
Max Brazhnikov 2012-12-11 12:30:58 +00:00
parent 243bcbd50d
commit 86a2e5ac7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308679
4 changed files with 5 additions and 34 deletions

View File

@ -1,13 +1,8 @@
# New ports collection makefile for: fraqtive
# Date created: Wed Sep 7 22:29:05 CEST 2005
# Whom: Markus Brueffer <markus@FreeBSD.org>
#
# Created by: Markus Brueffer <markus@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= fraqtive
PORTVERSION= 0.4.5
PORTREVISION= 2
PORTVERSION= 0.4.6
CATEGORIES= graphics
MASTER_SITES= SF/fraqtive/Fraqtive/Fraqtive%20${PORTVERSION}/
@ -15,7 +10,7 @@ MAINTAINER= makc@FreeBSD.org
COMMENT= Draws Mandelbrot and Julia fractals
USE_BZIP2= yes
USE_QT4= gui opengl qmake_build uic_build moc_build rcc_build
USE_QT4= gui opengl xml qmake_build uic_build moc_build rcc_build
QT_NONSTANDARD= yes
USE_GL= glu
HAS_CONFIGURE= yes

View File

@ -1,2 +1,2 @@
SHA256 (fraqtive-0.4.5.tar.bz2) = 17537ddc3c01d3bbfb52f66d68bffb84d66a9bca5adcb3b1ecdc66a920445cf6
SIZE (fraqtive-0.4.5.tar.bz2) = 159954
SHA256 (fraqtive-0.4.6.tar.bz2) = 5b799a1da39de1e6aa28674e3c2a2359df630c42f9d9b3fa051dee0db4aace4c
SIZE (fraqtive-0.4.6.tar.bz2) = 202647

View File

@ -1,11 +0,0 @@
--- src/meshview.cpp 2009/12/17 19:54:48 66
+++ src/meshview.cpp 2012/04/03 22:32:00 74
@@ -16,6 +16,8 @@
# define M_PI 3.14159265358979323846
#endif
+#include <GL/glu.h>
+
#include <QMouseEvent>
#include <QWheelEvent>
#include <QKeyEvent>

View File

@ -1,13 +0,0 @@
--- src/src.pro 2009/12/15 17:10:52 64
+++ src/src.pro 2012/04/03 22:32:00 74
@@ -154,6 +154,10 @@
LIBS += -lshell32
}
+unix {
+ LIBS += -lGLU
+}
+
MOC_DIR = ../tmp
RCC_DIR = ../tmp
UI_DIR = ../tmp