pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q2]: pkgsrc Pullup ticket 69 to the pkgsrc-2004Q2 branch, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78ae8bffdca8
branches:  pkgsrc-2004Q2
changeset: 476739:78ae8bffdca8
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Jul 26 07:57:47 2004 +0000

description:
Pullup ticket 69 to the pkgsrc-2004Q2 branch, requested by Grant Beattie

Solaris/non-NetBSD fix for dvidvi

        Module Name:    pkgsrc
        Committed By:   grant
        Date:           Sun Jun 27 13:36:57 UTC 2004

        Modified Files:
                pkgsrc/print/dvidvi: Makefile

        Log Message:
        this blindly calls "gcc" so use buildlink3 so it uses the wrapper.

diffstat:

 doc/CHANGES-pkgsrc-2004Q2 |  4 +++-
 print/dvidvi/Makefile     |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 627e55068bd3 -r 78ae8bffdca8 doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Mon Jul 26 07:43:06 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Mon Jul 26 07:57:47 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.32 2004/07/26 07:43:06 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.33 2004/07/26 07:57:47 agc Exp $
 
 Changes to the packages collection and infrastructure on the
 pkgsrc-2004Q2 branch:
@@ -60,4 +60,6 @@
        Solaris fix for ddclient
 Pullup ticket 66, requested by Grant Beattie [agc 2004-07-26]
        Solaris fix for cvsgraph
+Pullup ticket 69, requested by Grant Beattie [agc 2004-07-26]
+       Solaris/non-NetBSD fix for dvidvi
 
diff -r 627e55068bd3 -r 78ae8bffdca8 print/dvidvi/Makefile
--- a/print/dvidvi/Makefile     Mon Jul 26 07:43:06 2004 +0000
+++ b/print/dvidvi/Makefile     Mon Jul 26 07:57:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/25 11:48:31 dillo Exp $
+# $NetBSD: Makefile,v 1.4.2.1 2004/07/26 07:57:47 agc Exp $
 #
 
 DISTNAME=      dvidvi-1.0
@@ -8,6 +8,8 @@
 MAINTAINER=    dillo%NetBSD.org@localhost
 COMMENT=       Select and/or rearrange pages in a TeX dvi file
 
+USE_BUILDLINK3=        yes
+
 NO_SRC_ON_FTP= Unable to determine distribution license
 NO_SRC_ON_CDROM=Unable to determine distribution license
 NO_BIN_ON_FTP= Unable to determine distribution license



Home | Main Index | Thread Index | Old Index