Skip to content

Commit

Permalink
Bug: NONE
Browse files Browse the repository at this point in the history
Submitted by:   rhwood@
Reviewed by:
Approved by:
Obtained from:

New port: agave - this port replaces port colorscheme

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@18686 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Randall H. Wood committed Jul 22, 2006
1 parent 23ce46e commit 23bd6f4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
22 changes: 22 additions & 0 deletions graphics/agave/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# $Id: Portfile,v 1.1 2006/07/22 09:15:13 rhwood Exp $

PortSystem 1.0
name agave
version 0.4.0
categories gnome
maintainers rhwood@opendarwin.org
description Generate a variety of colorschemes from a single starting color.
long_description \
Agave (formerly GNOME Colorscheme) is a very simple application for the \
GNOME desktop that allows you to generate a variety of colorschemes from \
a single starting color. It is free software licensed under the \
open-source GPL License.
homepage http://home.gna.org/colorscheme
master_sites http://download.gna.org/colorscheme/releases
checksums md5 88a4f89acb62eab906b26803a760d7de
use_bzip2 yes
depends_lib port:gnome-bindings-cxx port:boost
patchfiles src_core_compat-round.cc.patch
configure.env \
CPPFLAGS="-L${prefix}/lib -I${prefix}/include"
# CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
11 changes: 11 additions & 0 deletions graphics/agave/files/src_core_compat-round.cc.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- src/core/compat-round.cc.bak 2006-06-10 05:40:20.000000000 -0400
+++ src/core/compat-round.cc 2006-06-10 05:41:00.000000000 -0400
@@ -153,7 +153,7 @@
} bits;
};
#define compat_mask_nbit_l(u) ((u).bits.manh &= 0x7fffffff)
-#elif __powerpc__
+#elif __ppc__
union compat_IEEEl2bits {
long double e;
struct {

0 comments on commit 23bd6f4

Please sign in to comment.