svn commit: r360869 - in head/science/paje: . files
John Marino
marino at FreeBSD.org
Sun Jul 6 09:41:03 UTC 2014
Author: marino
Date: Sun Jul 6 09:41:02 2014
New Revision: 360869
URL: http://svnweb.freebsd.org/changeset/ports/360869
QAT: https://qat.redports.org/buildarchive/r360869/
Log:
science/paje: Stage, bring in DragonFly support from dports
Modified:
head/science/paje/Makefile
head/science/paje/files/patch-DrawView+Drawing.m
head/science/paje/files/patch-DrawView+Finding.m
Modified: head/science/paje/Makefile
==============================================================================
--- head/science/paje/Makefile Sun Jul 6 09:33:41 2014 (r360868)
+++ head/science/paje/Makefile Sun Jul 6 09:41:02 2014 (r360869)
@@ -22,7 +22,6 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \
${WRKSRC}/GNUmakefile
Modified: head/science/paje/files/patch-DrawView+Drawing.m
==============================================================================
--- head/science/paje/files/patch-DrawView+Drawing.m Sun Jul 6 09:33:41 2014 (r360868)
+++ head/science/paje/files/patch-DrawView+Drawing.m Sun Jul 6 09:41:02 2014 (r360869)
@@ -1,14 +1,14 @@
--- SpaceTimeViewer/DrawView+Drawing.m.orig Mon Jan 9 02:13:30 2006
-+++ SpaceTimeViewer/DrawView+Drawing.m Thu Sep 28 20:56:39 2006
++++ SpaceTimeViewer/DrawView+Drawing.m
@@ -23,7 +23,11 @@
#include "DrawView.h"
#ifdef GNUSTEP
-+#ifndef __FreeBSD__
++# if !defined(__FreeBSD__) && !defined(__DragonFly__)
#include <values.h>
-+#else
++# else
+#include <math.h>
-+#endif
++# endif
#endif
@implementation DrawView (Drawing)
Modified: head/science/paje/files/patch-DrawView+Finding.m
==============================================================================
--- head/science/paje/files/patch-DrawView+Finding.m Sun Jul 6 09:33:41 2014 (r360868)
+++ head/science/paje/files/patch-DrawView+Finding.m Sun Jul 6 09:41:02 2014 (r360869)
@@ -1,10 +1,10 @@
--- SpaceTimeViewer/DrawView+Finding.m.orig 2006-10-29 20:52:48.000000000 +0100
-+++ SpaceTimeViewer/DrawView+Finding.m 2012-01-14 08:09:36.000000000 +0100
++++ SpaceTimeViewer/DrawView+Finding.m
@@ -24,7 +24,9 @@
#include "DrawView.h"
#include <math.h>
-+#if !defined(__FreeBSD__)
++#if !defined(__FreeBSD__) && !defined(__DragonFly__)
#include <values.h>
+#endif
More information about the svn-ports-head
mailing list