pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/siag BUILD_DEFS+=XAW_TYPE. Bumped PKGREVISION. Tr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26fc33355684
branches:  trunk
changeset: 507535:26fc33355684
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Feb 04 02:46:31 2006 +0000

description:
BUILD_DEFS+=XAW_TYPE. Bumped PKGREVISION. Tried to update to 3.6.0, but
failed.

diffstat:

 misc/siag/Makefile |  23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r f1d81a5fe17b -r 26fc33355684 misc/siag/Makefile
--- a/misc/siag/Makefile        Sat Feb 04 02:20:28 2006 +0000
+++ b/misc/siag/Makefile        Sat Feb 04 02:46:31 2006 +0000
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.45 2005/06/01 18:03:05 jlam Exp $
+# $NetBSD: Makefile,v 1.46 2006/02/04 02:46:31 rillig Exp $
 #
+# Note: I have tried to update this package to 3.6.0, but there were
+# some undefined identifiers "DndDrop" and "DndRawData" in the
+# xsiag/window.c file.
 
-DISTNAME=       siag-3.5.7
-PKGREVISION=   4
-CATEGORIES=     misc textproc math
-MASTER_SITES=   ftp://siag.nu/pub/siag/
+DISTNAME=      siag-3.5.7
+PKGREVISION=   5
+CATEGORIES=    misc textproc math
+MASTER_SITES=  ftp://siag.nu/pub/siag/
 
-MAINTAINER=     tech-pkg%NetBSD.org@localhost
-HOMEPAGE=       http://siag.nu/
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://siag.nu/
 COMMENT=       Poor man's office suite with spreadsheet, word processor, etc
 
 DEPENDS+=      gv>=3.5.8nb1:../../print/gv
@@ -15,14 +18,16 @@
 
 CONFLICTS+=    antiword-[0-9]*
 
+GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=--with-x
 CONFIGURE_ARGS+=--with-guile
-CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag
-GNU_CONFIGURE=  YES
+CONFIGURE_ARGS+=--with-docdir=${PREFIX:Q}/share/doc/siag
 USE_TOOLS+=    gmake
 
 .include "../../mk/bsd.prefs.mk"
 
+BUILD_DEFS+=   XAW_TYPE
+
 .if ${XAW_TYPE} == "xpm"
 CONFIGURE_ARGS+=--with-xawm=XawXpm
 .elif ${XAW_TYPE} == "3d"



Home | Main Index | Thread Index | Old Index