Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.55 2013/06/06 12:54:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.60 2014/03/12 19:36:44 wiedi Exp $
|
||||
#
|
||||
|
||||
DISTNAME= genius-1.0.16
|
||||
PKGREVISION= 4
|
||||
DISTNAME= genius-1.0.17
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://ftp.5z.com/pub/genius/
|
||||
|
||||
@@ -11,13 +11,13 @@ HOMEPAGE= http://www.jirka.org/genius.html
|
||||
COMMENT= Calculator and math tool
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_LANGUAGES= c99
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= pkg-config gmake intltool msgfmt
|
||||
USE_GNU_READLINE= yes
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.11 2013/03/15 19:10:40 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2013/07/24 11:15:55 drochner Exp $
|
||||
bin/genius
|
||||
${PLIST.x11}bin/gnome-genius
|
||||
include/genius/compil.h
|
||||
@@ -74,7 +74,6 @@ share/gnome/help/genius/C/figures/line_plot_graph.png
|
||||
share/gnome/help/genius/C/figures/parametric.png
|
||||
share/gnome/help/genius/C/figures/parametric_graph.png
|
||||
share/gnome/help/genius/C/figures/surface_graph.png
|
||||
share/gnome/help/genius/C/gel-function-list.xml
|
||||
share/gnome/help/genius/C/genius.xml
|
||||
share/gnome/help/genius/C/legal.xml
|
||||
share/gnome/help/genius/cs/figures/genius_window.png
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
$NetBSD: distinfo,v 1.17 2013/03/15 19:10:40 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.19 2013/10/27 20:35:48 joerg Exp $
|
||||
|
||||
SHA1 (genius-1.0.16.tar.gz) = 3b5463fb7345a0de7b38c0cb06fc7fcff82db072
|
||||
RMD160 (genius-1.0.16.tar.gz) = 0cffc7200ea13a17db5a78c18cf2c30f15c22a5d
|
||||
Size (genius-1.0.16.tar.gz) = 3846399 bytes
|
||||
SHA1 (genius-1.0.17.tar.gz) = 884a12db62de68aa90b078ba9baa124f73c44f51
|
||||
RMD160 (genius-1.0.17.tar.gz) = 17b6fa3fddf65f4bab8e0d7721f85ea8a666d838
|
||||
Size (genius-1.0.17.tar.gz) = 3960909 bytes
|
||||
SHA1 (patch-configure) = a1431b1e521c35eea3df1acc16415806b54f58e7
|
||||
SHA1 (patch-configure.in) = 73fcc7ba580b7f575bd16fdcf12fe81518904379
|
||||
SHA1 (patch-gtkextra_gtkplot.c) = 3ea37b0a15454b5d81d62b93dd4a70828259d97f
|
||||
SHA1 (patch-gtkextra_gtkplotsurface.c) = 5f1e98dc7268ebef3a5edf04496a92b4f620114c
|
||||
|
||||
15
math/genius/patches/patch-configure
Normal file
15
math/genius/patches/patch-configure
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-configure,v 1.1 2013/10/27 20:35:48 joerg Exp $
|
||||
|
||||
--- configure.orig 2013-10-18 21:37:24.000000000 +0000
|
||||
+++ configure
|
||||
@@ -5097,10 +5097,6 @@ else
|
||||
fi
|
||||
|
||||
|
||||
-if test "x$GCC" = "xyes" -a "x$use_extraopt" = "xyes" ; then
|
||||
- echo "Turning on extra gcc flags -finline-functions -frename-registers"
|
||||
- CFLAGS="-finline-functions -frename-registers $CFLAGS"
|
||||
-fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
|
||||
$as_echo_n "checking for library containing strerror... " >&6; }
|
||||
if ${ac_cv_search_strerror+:} false; then :
|
||||
15
math/genius/patches/patch-configure.in
Normal file
15
math/genius/patches/patch-configure.in
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-configure.in,v 1.1 2013/10/27 20:35:48 joerg Exp $
|
||||
|
||||
--- configure.in.orig 2013-10-18 21:37:23.000000000 +0000
|
||||
+++ configure.in
|
||||
@@ -26,10 +26,6 @@ AC_ARG_ENABLE(extra-gcc-optimization,
|
||||
[ --disable-extra-gcc-optimization Compile without extra GCC optimization (if using GCC)],
|
||||
use_extraopt="$enableval",use_extraopt=yes)
|
||||
AC_PROG_CC
|
||||
-if test "x$GCC" = "xyes" -a "x$use_extraopt" = "xyes" ; then
|
||||
- echo "Turning on extra gcc flags -finline-functions -frename-registers"
|
||||
- CFLAGS="-finline-functions -frename-registers $CFLAGS"
|
||||
-fi
|
||||
AC_ISC_POSIX
|
||||
AC_HEADER_STDC
|
||||
AM_PROG_LEX
|
||||
Reference in New Issue
Block a user