summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/grap/Makefile6
-rw-r--r--graphics/grap/distinfo11
-rw-r--r--graphics/grap/patches/patch-aa40
-rw-r--r--graphics/grap/patches/patch-ad6
4 files changed, 11 insertions, 52 deletions
diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile
index 531d17c0a20..65358c61487 100644
--- a/graphics/grap/Makefile
+++ b/graphics/grap/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.18 2012/10/06 14:10:57 asau Exp $
+# $NetBSD: Makefile,v 1.19 2014/07/22 11:33:47 wiz Exp $
-DISTNAME= grap-1.41
-PKGREVISION= 1
+DISTNAME= grap-1.44
CATEGORIES= graphics
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.lunabase.org/~faber/Vault/software/grap/
COMMENT= Language for typesetting graphs
+LICENSE= 2-clause-bsd
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/graphics/grap/distinfo b/graphics/grap/distinfo
index bfcd731f13b..432562e93d6 100644
--- a/graphics/grap/distinfo
+++ b/graphics/grap/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.11 2007/12/22 19:42:01 tnn Exp $
+$NetBSD: distinfo,v 1.12 2014/07/22 11:33:47 wiz Exp $
-SHA1 (grap-1.41.tar.gz) = 16225879a1a2e85abe53483254143b45f5ca92d4
-RMD160 (grap-1.41.tar.gz) = 02f683385af226f743bff074fcf2063a596f937b
-Size (grap-1.41.tar.gz) = 183947 bytes
-SHA1 (patch-aa) = 79ee9c5514fe8eb332630922336a927f2bbb88be
+SHA1 (grap-1.44.tar.gz) = b15e4e04525301cfbd2900b1f1a028e81a12ba92
+RMD160 (grap-1.44.tar.gz) = b595468dc91a5c2fdca49edc7a31d635ec5b9350
+Size (grap-1.44.tar.gz) = 184876 bytes
SHA1 (patch-ab) = 20fca93edd15d4c1220b642671fb66fa2c40c2fe
SHA1 (patch-ac) = abd8fef7dd04e58c5a408cc8dc73f43debe84f37
-SHA1 (patch-ad) = fdafc8d4e3a4ac2887b7cfcecddd7b9c2c4577c9
+SHA1 (patch-ad) = 60e58decb12681b34c826a3d0b86006e8015cb9f
diff --git a/graphics/grap/patches/patch-aa b/graphics/grap/patches/patch-aa
deleted file mode 100644
index 7c07ea53d5e..00000000000
--- a/graphics/grap/patches/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2007/12/22 19:42:01 tnn Exp $
-
---- Makefile.in.orig 2007-12-18 07:20:38.000000000 +0100
-+++ Makefile.in
-@@ -38,7 +38,8 @@ MKDEPFLAGS=@MKDEPFLAGS@;
- SOURCES=grap.cc grap_lex.cc *.cc
- DISTDIR=@PACKAGE_TARNAME@-@PACKAGE_VERSION@
-
--CXXFLAGS +=@GXXFLAGS@ @DEFS@
-+CXXFLAGS = @CXXFLAGS@
-+CPPFLAGS +=@DEFS@
-
- # To suppress optimization of certain files under g++ where
- # optimization is costly at compilation time and of minimial use at
-@@ -55,7 +56,7 @@ SPOTLESSFILES=grap.1 grap.ps grap.man
- include Makefile.common
-
- grap: ${OBJS}
-- ${CXX} ${CXXFLAGS} ${LDFLAGS} ${OBJS} ${LDLIBS} -o grap
-+ ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} ${OBJS} ${LDLIBS} -o grap
-
- .l.cc:
- ${LEX} -o$@ $<
-@@ -74,7 +75,7 @@ grap_lex.cc: grap_lex.l y.tab.h
- # that file under g++ by default. If --optimize-grap_tokenizer is
- # given to configure, no attempt to suppress optimization is made.
- grap_tokenizer.o: grap_tokenizer.cc
-- ${CXX} ${CXXFLAGS} ${SUPPRESS_OPT} -c grap_tokenizer.cc
-+ ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${SUPPRESS_OPT} -c grap_tokenizer.cc
-
- # flex defines an unused static function. This rule supresses that
- # warning under g++.
-@@ -98,7 +99,6 @@ grap.1: grap.doc
- # The || true lines allow make to continue on systems where install -d
- # fails on existing directories.
- install: @INSTALL_DEPS@
-- strip grap || true
- ${INSTALL} -d ${DESTDIR}${BINDIR} || true
- ${INSTALL} -d ${DESTDIR}${MANDIR} || true
- ${INSTALL} -d ${DESTDIR}${DEFINESDIR} || true
diff --git a/graphics/grap/patches/patch-ad b/graphics/grap/patches/patch-ad
index 1cd49662bc9..531394e062b 100644
--- a/graphics/grap/patches/patch-ad
+++ b/graphics/grap/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.1 2006/01/09 19:46:01 joerg Exp $
+$NetBSD: patch-ad,v 1.2 2014/07/22 11:33:47 wiz Exp $
---- grap_lex.l.orig 2006-01-09 19:42:35.000000000 +0000
-+++ grap_lex.l
+--- grap_lex.ll.orig 2006-01-09 19:42:35.000000000 +0000
++++ grap_lex.ll
@@ -25,7 +25,7 @@ extern "C" {
#include "grap_draw.h"
#include "y.tab.h"