pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/devel/swig13 Pullup ticket 593 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37e30c859e11
branches:  pkgsrc-2005Q2
changeset: 495883:37e30c859e11
user:      snj <snj%pkgsrc.org@localhost>
date:      Thu Jul 21 19:10:19 2005 +0000

description:
Pullup ticket 593 - requested by Eric Gillespie
note a conflict in swig13

Revision pulled up:
- pkgsrc/devel/swig13/Makefile  1.3

    Module Name:    pkgsrc
    Committed By:   epg
    Date:           Sat Jun 25 22:05:53 UTC 2005

    Modified Files:
            pkgsrc/devel/swig13: Makefile

    Log Message:
    Register conflict with old swig-build package, which unfortunately
    must remain for security/py-m2crypto (accidentally committed this to
    the 2005Q2 branch earlier).

diffstat:

 devel/swig13/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 711693cf7824 -r 37e30c859e11 devel/swig13/Makefile
--- a/devel/swig13/Makefile     Thu Jul 21 19:03:49 2005 +0000
+++ b/devel/swig13/Makefile     Thu Jul 21 19:10:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2.2.2 2005/06/25 21:42:13 salo Exp $
+# $NetBSD: Makefile,v 1.2.2.3 2005/07/21 19:10:19 snj Exp $
 
 DISTNAME=      swig-1.3.24
 CATEGORIES=    devel
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://www.swig.org/
 COMMENT=       Simplified Wrapper and Interface Generator
 
+CONFLICTS=      swig-build-[0-9]*
+
 CONFIGURE_ARGS+=       --with-swiglibdir=${PREFIX}/share/swig/1.3
 BUILD_TARGET=          swig
 WRKSRC=                        ${WRKDIR}/SWIG-1.3.24



Home | Main Index | Thread Index | Old Index