Wed Sep 10 10:14:08 2014 UTC ()
adding devel/py-hgnested

hgnested is a Mercurial extension to work with nested repositories.

It was inspired by the forest extension.

The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.

To enable the "hgnested" extension, create an entry for it in your hgrc, like
this:

    [extensions]
    hgnested =

See `hg help hgnested` for the complete list of commands.

For more information please visit the following website:

	http://code.google.com/p/hgnested/


(richard)
diff -r1.1975 -r1.1976 pkgsrc/devel/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/binutils/builtin.mk
diff -r1.73 -r1.74 pkgsrc/devel/gmp/Makefile
diff -r1.95 -r1.96 pkgsrc/devel/libtool/distinfo
diff -r1.42 -r1.43 pkgsrc/devel/libtool/patches/manual-libtool.m4
diff -r1.82 -r1.83 pkgsrc/devel/libtool/patches/patch-ab
diff -r1.31 -r1.32 pkgsrc/devel/libtool/patches/patch-ac
diff -r1.1 -r1.2 pkgsrc/devel/m4/hacks.mk
diff -r0 -r1.1 pkgsrc/devel/py-hgnested/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-hgnested/MESSAGE
diff -r0 -r1.1 pkgsrc/devel/py-hgnested/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-hgnested/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-hgnested/distinfo
diff -r1.9 -r1.10 pkgsrc/devel/py-tryton/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-tryton/distinfo
diff -r1.48 -r1.49 pkgsrc/devel/zlib/Makefile

cvs diff -r1.1975 -r1.1976 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2014/09/08 11:30:16 1.1975
+++ pkgsrc/devel/Makefile 2014/09/10 10:14:07 1.1976
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1975 2014/09/08 11:30:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.1976 2014/09/10 10:14:07 richard Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= ObjectiveLib 11SUBDIR+= ObjectiveLib
12SUBDIR+= ProjectCenter 12SUBDIR+= ProjectCenter
13SUBDIR+= RBTools 13SUBDIR+= RBTools
14SUBDIR+= RTFM 14SUBDIR+= RTFM
@@ -1532,26 +1532,27 @@ SUBDIR+= py-expect @@ -1532,26 +1532,27 @@ SUBDIR+= py-expect
1532SUBDIR+= py-fann2 1532SUBDIR+= py-fann2
1533SUBDIR+= py-filechunkio 1533SUBDIR+= py-filechunkio
1534SUBDIR+= py-flakes 1534SUBDIR+= py-flakes
1535SUBDIR+= py-flexmock 1535SUBDIR+= py-flexmock
1536SUBDIR+= py-funcparserlib 1536SUBDIR+= py-funcparserlib
1537SUBDIR+= py-game 1537SUBDIR+= py-game
1538SUBDIR+= py-generate 1538SUBDIR+= py-generate
1539SUBDIR+= py-gobject 1539SUBDIR+= py-gobject
1540SUBDIR+= py-gobject-shared 1540SUBDIR+= py-gobject-shared
1541SUBDIR+= py-gobject3 1541SUBDIR+= py-gobject3
1542SUBDIR+= py-gobject3-common 1542SUBDIR+= py-gobject3-common
1543SUBDIR+= py-greenlet 1543SUBDIR+= py-greenlet
1544SUBDIR+= py-h5py 1544SUBDIR+= py-h5py
 1545SUBDIR+= py-hgnested
1545SUBDIR+= py-hgtools 1546SUBDIR+= py-hgtools
1546SUBDIR+= py-hgview 1547SUBDIR+= py-hgview
1547SUBDIR+= py-idle 1548SUBDIR+= py-idle
1548SUBDIR+= py-iowait 1549SUBDIR+= py-iowait
1549SUBDIR+= py-ipaddr 1550SUBDIR+= py-ipaddr
1550SUBDIR+= py-ipython 1551SUBDIR+= py-ipython
1551SUBDIR+= py-ipython010 1552SUBDIR+= py-ipython010
1552SUBDIR+= py-ipython013 1553SUBDIR+= py-ipython013
1553SUBDIR+= py-ipython1 1554SUBDIR+= py-ipython1
1554SUBDIR+= py-jaraco_util 1555SUBDIR+= py-jaraco_util
1555SUBDIR+= py-jersey 1556SUBDIR+= py-jersey
1556SUBDIR+= py-kjbuckets 1557SUBDIR+= py-kjbuckets
1557SUBDIR+= py-kqueue 1558SUBDIR+= py-kqueue

cvs diff -r1.6 -r1.7 pkgsrc/devel/binutils/builtin.mk (expand / switch to unified diff)

--- pkgsrc/devel/binutils/builtin.mk 2007/08/13 12:55:22 1.6
+++ pkgsrc/devel/binutils/builtin.mk 2014/09/10 10:14:07 1.7
@@ -1,31 +1,50 @@ @@ -1,31 +1,50 @@
1# $NetBSD: builtin.mk,v 1.6 2007/08/13 12:55:22 rillig Exp $ 1# $NetBSD: builtin.mk,v 1.7 2014/09/10 10:14:07 richard Exp $
2 2
3BINUTILS_PREFIX?= /usr 3BINUTILS_PREFIX?= /usr
4 4
5BUILTIN_PKG:= binutils 5BUILTIN_PKG:= binutils
 6
6BUILTIN_FIND_FILES_VAR := BINUTILS_FILES 7BUILTIN_FIND_FILES_VAR := BINUTILS_FILES
7BUILTIN_FIND_FILES.BINUTILS_FILES := ${BINUTILS_PREFIX}/include/bfd.h 8BUILTIN_FIND_FILES.BINUTILS_FILES := ${BINUTILS_PREFIX}/include/bfd.h \
 9 ${BINUTILS_PREFIX}/gnu/include/bfd.h
 10
8.include "../../mk/buildlink3/bsd.builtin.mk" 11.include "../../mk/buildlink3/bsd.builtin.mk"
9 12
10### 13###
11### Determine if there is a built-in implementation of the package and 14### Determine if there is a built-in implementation of the package and
12### set IS_BUILTIN.<pkg> appropriately ("yes" or "no"). 15### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
13### 16###
14.if !empty(BINUTILS_FILES:N__nonexistent__) 17.if !empty(BINUTILS_FILES:N__nonexistent__)
15IS_BUILTIN.binutils?= yes 18IS_BUILTIN.binutils?= yes
16.else 19.else
17IS_BUILTIN.binutils?= no 20IS_BUILTIN.binutils?= no
18.endif 21.endif
 22MAKEVARS+= IS_BUILTIN.binutils
 23
 24###
 25### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
 26### a package name to represent the built-in package.
 27###
 28.if !defined(BUILTIN_PKG.binutils) && !empty(IS_BUILTIN.binutils:M[yY][eE][sS])
 29. if !empty(TOOLS_PLATFORM.readelf)
 30BUILTIN_VERSION.binutils!= \
 31 ${TOOLS_PLATFORM.readelf} --version | \
 32 ${SED} -ne 's,^.*Binutils.*)[ ]*\([0-9\.]*\),\1,p'
 33. endif
 34BUILTIN_VERSION.binutils?= _unknownversion_
 35BUILTIN_PKG.binutils= binutils-${BUILTIN_VERSION.binutils}
 36.endif
 37MAKEVARS+= BUILTIN_PKG.binutils
19 38
20### 39###
21### Determine whether we should use the built-in implementation if it 40### Determine whether we should use the built-in implementation if it
22### exists, and set USE_BUILTIN.<pkg> appropriate ("yes" or "no"). 41### exists, and set USE_BUILTIN.<pkg> appropriate ("yes" or "no").
23### 42###
24.if !defined(USE_BUILTIN.binutils) 43.if !defined(USE_BUILTIN.binutils)
25. if ${PREFER.binutils} == "pkgsrc" 44. if ${PREFER.binutils} == "pkgsrc"
26USE_BUILTIN.binutils= no 45USE_BUILTIN.binutils= no
27. else 46. else
28USE_BUILTIN.binutils= ${IS_BUILTIN.binutils} 47USE_BUILTIN.binutils= ${IS_BUILTIN.binutils}
29. if defined(BUILTIN_PKG.binutils) && \ 48. if defined(BUILTIN_PKG.binutils) && \
30 !empty(IS_BUILTIN.binutils:M[yY][eE][sS]) 49 !empty(IS_BUILTIN.binutils:M[yY][eE][sS])
31USE_BUILTIN.binutils= yes 50USE_BUILTIN.binutils= yes
@@ -42,40 +61,35 @@ USE_BUILTIN.binutils!= \ @@ -42,40 +61,35 @@ USE_BUILTIN.binutils!= \
42. endif 61. endif
43# 62#
44# Some platforms don't have a toolchain that can replace pkgsrc binutils. 63# Some platforms don't have a toolchain that can replace pkgsrc binutils.
45# 64#
46_INCOMPAT_BINUTILS= NetBSD-0.*-* NetBSD-1.[01234]*-* \ 65_INCOMPAT_BINUTILS= NetBSD-0.*-* NetBSD-1.[01234]*-* \
47 NetBSD-1.5.*-* NetBSD-1.5[A-X]-* 66 NetBSD-1.5.*-* NetBSD-1.5[A-X]-*
48. for pattern in ${_INCOMPAT_BINUTILS} ${INCOMPAT_BINUTILS} 67. for pattern in ${_INCOMPAT_BINUTILS} ${INCOMPAT_BINUTILS}
49. if !empty(MACHINE_PLATFORM:M${pattern}) 68. if !empty(MACHINE_PLATFORM:M${pattern})
50USE_BUILTIN.binutils= no 69USE_BUILTIN.binutils= no
51. endif 70. endif
52. endfor 71. endfor
53. endif # PREFER.binutils 72. endif # PREFER.binutils
54.endif 73.endif
55MAKEVARS+= USE_BUILTIN.binutils 
56 74
57# if USE_BINUTILS is defined, then force the use of a true binutils 75# if USE_BINUTILS is defined, then force the use of a true binutils
58# implementation. 76# implementation.
59# 77#
60.if defined(USE_BINUTILS) 78.if defined(USE_BINUTILS)
61. if !empty(IS_BUILTIN.binutils:M[nN][oO]) 79. if !empty(IS_BUILTIN.binutils:M[nN][oO])
62USE_BUILTIN.binutils= no 80USE_BUILTIN.binutils= no
63. endif 81. endif
64.endif 82.endif
65 83
 84MAKEVARS+= USE_BUILTIN.binutils
 85
66### 86###
67### The section below only applies if we are not including this file 87### The section below only applies if we are not including this file
68### solely to determine whether a built-in implementation exists. 88### solely to determine whether a built-in implementation exists.
69### 89###
70CHECK_BUILTIN.binutils?= no 90CHECK_BUILTIN.binutils?= no
71.if !empty(CHECK_BUILTIN.binutils:M[nN][oO]) 91.if !empty(CHECK_BUILTIN.binutils:M[nN][oO])
72 92
73. if !empty(USE_BUILTIN.binutils:M[nN][oO]) 93USE_TOOLS+= ar as ld nm ranlib
74AR= ${BUILDLINK_PREFIX.binutils}/bin/ar 
75AS= ${BUILDLINK_PREFIX.binutils}/bin/as 
76LD= ${BUILDLINK_PREFIX.binutils}/bin/ld 
77NM= ${BUILDLINK_PREFIX.binutils}/bin/nm 
78RANLIB= ${BUILDLINK_PREFIX.binutils}/bin/ranlib 
79. endif 
80 94
81.endif # CHECK_BUILTIN.binutils 95.endif # CHECK_BUILTIN.binutils

cvs diff -r1.73 -r1.74 pkgsrc/devel/gmp/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gmp/Makefile 2014/04/17 13:08:24 1.73
+++ pkgsrc/devel/gmp/Makefile 2014/09/10 10:14:07 1.74
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.73 2014/04/17 13:08:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.74 2014/09/10 10:14:07 richard Exp $
2 2
3DISTNAME= gmp-6.0.0a 3DISTNAME= gmp-6.0.0a
 4PKGREVISION= 1
4CATEGORIES= devel math 5CATEGORIES= devel math
5MASTER_SITES= https://gmplib.org/download/gmp/ \ 6MASTER_SITES= https://gmplib.org/download/gmp/ \
6 ${MASTER_SITE_GNU:=gmp/} 7 ${MASTER_SITE_GNU:=gmp/}
7# Use .tar.bz2 distfile so that no extra dependency on archivers/xz 8# Use .tar.bz2 distfile so that no extra dependency on archivers/xz
8# is needed when building lang/gcc* with option gcc-inplace-math. 9# is needed when building lang/gcc* with option gcc-inplace-math.
9EXTRACT_SUFX= .tar.bz2 10EXTRACT_SUFX= .tar.bz2
10 11
11MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://gmplib.org/ 13HOMEPAGE= http://gmplib.org/
13COMMENT= Library for arbitrary precision arithmetic 14COMMENT= Library for arbitrary precision arithmetic
14LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3 15LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3
15 16
16INFO_FILES= yes 17INFO_FILES= yes
@@ -18,26 +19,28 @@ USE_LANGUAGES= c c++ c99 @@ -18,26 +19,28 @@ USE_LANGUAGES= c c++ c99
18USE_LIBTOOL= yes 19USE_LIBTOOL= yes
19USE_TOOLS+= gm4 autoconf makeinfo 20USE_TOOLS+= gm4 autoconf makeinfo
20GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
21CONFIGURE_ARGS+= --without-readline 22CONFIGURE_ARGS+= --without-readline
22 23
23WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} 24WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//}
24 25
25TEST_TARGET= check 26TEST_TARGET= check
26 27
27PLIST_VARS+= cxx 28PLIST_VARS+= cxx
28 29
29.include "../../mk/bsd.prefs.mk" 30.include "../../mk/bsd.prefs.mk"
30 31
 32LDFLAGS.SunOS+= -Wl,-zignore # avoid unused references to libgcc_s
 33
31.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) 34.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
32CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q} 35CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q}
33.endif 36.endif
34 37
35.if empty(PKGSRC_COMPILER:Msunpro) 38.if empty(PKGSRC_COMPILER:Msunpro)
36CONFIGURE_ARGS+= --enable-cxx 39CONFIGURE_ARGS+= --enable-cxx
37PLIST.cxx= yes 40PLIST.cxx= yes
38.endif 41.endif
39 42
40.if !empty(MACHINE_PLATFORM:MIRIX-5*) && !empty(ABI) 43.if !empty(MACHINE_PLATFORM:MIRIX-5*) && !empty(ABI)
41ABI= o32 44ABI= o32
42.endif 45.endif
43 46

cvs diff -r1.95 -r1.96 pkgsrc/devel/libtool/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libtool/distinfo 2014/09/01 12:39:15 1.95
+++ pkgsrc/devel/libtool/distinfo 2014/09/10 10:14:07 1.96
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.95 2014/09/01 12:39:15 jperkin Exp $ 1$NetBSD: distinfo,v 1.96 2014/09/10 10:14:07 richard Exp $
2 2
3SHA1 (libtool-2.4.2.tar.gz) = 22b71a8b5ce3ad86e1094e7285981cae10e6ff88 3SHA1 (libtool-2.4.2.tar.gz) = 22b71a8b5ce3ad86e1094e7285981cae10e6ff88
4RMD160 (libtool-2.4.2.tar.gz) = b7153f3f1e1c50d8c04787cafccd4e19af62ec7d 4RMD160 (libtool-2.4.2.tar.gz) = b7153f3f1e1c50d8c04787cafccd4e19af62ec7d
5Size (libtool-2.4.2.tar.gz) = 2632347 bytes 5Size (libtool-2.4.2.tar.gz) = 2632347 bytes
6SHA1 (patch-aa) = 8fa167bebf27b7bc3008edd61408a0aede6bdf69 6SHA1 (patch-aa) = 8fa167bebf27b7bc3008edd61408a0aede6bdf69
7SHA1 (patch-ab) = 3ab767d3c0413bf30b6e9cce62e9686cd3d53fda 7SHA1 (patch-ab) = 4bf7e3391791a1dda353d4abf3290e4c87be1f9a
8SHA1 (patch-ac) = 108989e3f1ee199fa8e8a9dc7331d360c586a800 8SHA1 (patch-ac) = b41459989ea1fbd906e48ac0a9948661b4a466ca
9SHA1 (patch-ad) = 48c3832e9205777832ef2a6334033ff6099be8a4 9SHA1 (patch-ad) = 48c3832e9205777832ef2a6334033ff6099be8a4

cvs diff -r1.42 -r1.43 pkgsrc/devel/libtool/patches/manual-libtool.m4 (expand / switch to unified diff)

--- pkgsrc/devel/libtool/patches/manual-libtool.m4 2014/09/01 12:39:15 1.42
+++ pkgsrc/devel/libtool/patches/manual-libtool.m4 2014/09/10 10:14:07 1.43
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: manual-libtool.m4,v 1.42 2014/09/01 12:39:15 jperkin Exp $ 1$NetBSD: manual-libtool.m4,v 1.43 2014/09/10 10:14:07 richard Exp $
2 2
3--- libltdl/m4/libtool.m4.orig 2011-10-17 10:17:05.000000000 +0000 3--- libltdl/m4/libtool.m4.orig 2011-10-17 10:17:05.000000000 +0000
4+++ libltdl/m4/libtool.m4 4+++ libltdl/m4/libtool.m4
5@@ -123,7 +123,10 @@ m4_defun([_LT_CC_BASENAME], 5@@ -123,7 +123,10 @@ m4_defun([_LT_CC_BASENAME],
6 *) break;; 6 *) break;;
7 esac 7 esac
8 done 8 done
9-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` 9-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
10+# Return the actual command name, not our pkgsrc wrapper name because several 10+# Return the actual command name, not our pkgsrc wrapper name because several
11+# decisions are made only based on compiler names 11+# decisions are made only based on compiler names
12+if test -n "$cc_temp" && new_cc_temp=`$cc_temp --wrappee-name 2>/dev/null`; then :; else new_cc_temp="$cc_temp"; fi 12+if test -n "$cc_temp" && new_cc_temp=`$cc_temp --wrappee-name 2>/dev/null`; then :; else new_cc_temp="$cc_temp"; fi
13+cc_basename=`$ECHO "X$new_cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 13+cc_basename=`$ECHO "X$new_cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
14 ]) 14 ])
@@ -437,29 +437,29 @@ $NetBSD: manual-libtool.m4,v 1.42 2014/0 @@ -437,29 +437,29 @@ $NetBSD: manual-libtool.m4,v 1.42 2014/0
437- output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 437- output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
438- else 438- else
439- # g++ 2.7 appears to require `-G' NOT `-shared' on this 439- # g++ 2.7 appears to require `-G' NOT `-shared' on this
440- # platform. 440- # platform.
441- _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 441- _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
442- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ 442- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
443- $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' 443- $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
444- 444-
445- # Commands to make compiler produce verbose output that lists 445- # Commands to make compiler produce verbose output that lists
446- # what "hidden" libraries, object files and flags are used when 446- # what "hidden" libraries, object files and flags are used when
447- # linking a shared library. 447- # linking a shared library.
448- output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 448- output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
449- fi 449- fi
450+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 450+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h $wl$soname -o $lib'
451+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ 451+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
452+ $CC -shared $pic_flag ${wl}-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' 452+ $CC -shared $pic_flag ${wl}-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
453+ 453+
454+ # Commands to make compiler produce verbose output that lists 454+ # Commands to make compiler produce verbose output that lists
455+ # what "hidden" libraries, object files and flags are used when 455+ # what "hidden" libraries, object files and flags are used when
456+ # linking a shared library. 456+ # linking a shared library.
457+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 457+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
458  458
459 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' 459 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
460 case $host_os in 460 case $host_os in
461@@ -6995,13 +7093,11 @@ if AC_TRY_EVAL(ac_compile); then 461@@ -6995,13 +7093,11 @@ if AC_TRY_EVAL(ac_compile); then
462 case ${prev}${p} in 462 case ${prev}${p} in
463  463
464 -L* | -R* | -l*) 464 -L* | -R* | -l*)
465- # Some compilers place space between "-{L,R}" and the path. 465- # Some compilers place space between "-{L,R}" and the path.

cvs diff -r1.82 -r1.83 pkgsrc/devel/libtool/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/devel/libtool/patches/Attic/patch-ab 2014/09/01 12:39:15 1.82
+++ pkgsrc/devel/libtool/patches/Attic/patch-ab 2014/09/10 10:14:07 1.83
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: patch-ab,v 1.82 2014/09/01 12:39:15 jperkin Exp $ 1$NetBSD: patch-ab,v 1.83 2014/09/10 10:14:07 richard Exp $
2 2
3--- configure.orig 2011-10-17 10:18:58.000000000 +0000 3--- configure.orig 2011-10-17 10:18:58.000000000 +0000
4+++ configure 4+++ configure
5@@ -5335,7 +5335,7 @@ else 5@@ -5335,7 +5335,7 @@ else
6 lt_cv_sys_max_cmd_len=8192; 6 lt_cv_sys_max_cmd_len=8192;
7 ;; 7 ;;
8  8
9- netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) 9- netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
10+ netbsd* | freebsd* | openbsd* | mirbsd* | darwin* | dragonfly*) 10+ netbsd* | freebsd* | openbsd* | mirbsd* | darwin* | dragonfly*)
11 # This has been around since 386BSD, at least. Likely further. 11 # This has been around since 386BSD, at least. Likely further.
12 if test -x /sbin/sysctl; then 12 if test -x /sbin/sysctl; then
13 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` 13 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
14@@ -5829,12 +5829,19 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu) 14@@ -5829,12 +5829,19 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
@@ -441,29 +441,29 @@ $NetBSD: patch-ab,v 1.82 2014/09/01 12:3 @@ -441,29 +441,29 @@ $NetBSD: patch-ab,v 1.82 2014/09/01 12:3
441- output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 441- output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
442- else 442- else
443- # g++ 2.7 appears to require `-G' NOT `-shared' on this 443- # g++ 2.7 appears to require `-G' NOT `-shared' on this
444- # platform. 444- # platform.
445- archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 445- archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
446- archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ 446- archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
447- $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' 447- $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
448- 448-
449- # Commands to make compiler produce verbose output that lists 449- # Commands to make compiler produce verbose output that lists
450- # what "hidden" libraries, object files and flags are used when 450- # what "hidden" libraries, object files and flags are used when
451- # linking a shared library. 451- # linking a shared library.
452- output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 452- output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
453- fi 453- fi
454+ archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 454+ archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h $wl$soname -o $lib'
455+ archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ 455+ archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
456+ $CC -shared $pic_flag ${wl}-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' 456+ $CC -shared $pic_flag ${wl}-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
457+ 457+
458+ # Commands to make compiler produce verbose output that lists 458+ # Commands to make compiler produce verbose output that lists
459+ # what "hidden" libraries, object files and flags are used when 459+ # what "hidden" libraries, object files and flags are used when
460+ # linking a shared library. 460+ # linking a shared library.
461+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 461+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
462  462
463 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' 463 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
464 case $host_os in 464 case $host_os in
465@@ -15014,13 +15109,11 @@ if { { eval echo "\"\$as_me\":${as_linen 465@@ -15014,13 +15109,11 @@ if { { eval echo "\"\$as_me\":${as_linen
466 case ${prev}${p} in 466 case ${prev}${p} in
467  467
468 -L* | -R* | -l*) 468 -L* | -R* | -l*)
469- # Some compilers place space between "-{L,R}" and the path. 469- # Some compilers place space between "-{L,R}" and the path.

cvs diff -r1.31 -r1.32 pkgsrc/devel/libtool/patches/Attic/patch-ac (expand / switch to unified diff)

--- pkgsrc/devel/libtool/patches/Attic/patch-ac 2014/05/10 15:32:08 1.31
+++ pkgsrc/devel/libtool/patches/Attic/patch-ac 2014/09/10 10:14:07 1.32
@@ -1,84 +1,116 @@ @@ -1,84 +1,116 @@
1$NetBSD: patch-ac,v 1.31 2014/05/10 15:32:08 joerg Exp $ 1$NetBSD: patch-ac,v 1.32 2014/09/10 10:14:07 richard Exp $
2 2
3--- libltdl/config/ltmain.sh.orig Mon Oct 17 10:19:11 2011 3Add passthrough support for -fstack-protector*
 4http://permalink.gmane.org/gmane.comp.gnu.libtool.bugs/7341
 5
 6Disable the opt_duplicate_compiler_generated_deps optimisation
 7for solaris2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
 8
 9--- libltdl/config/ltmain.sh.orig 2011-10-17 10:19:35.000000000 +0000
4+++ libltdl/config/ltmain.sh 10+++ libltdl/config/ltmain.sh
5@@ -133,8 +133,9 @@ $lt_unset CDPATH 11@@ -133,8 +133,9 @@ $lt_unset CDPATH
6 # function. 12 # function.
7 progpath="$0" 13 progpath="$0"
8  14
9- 15-
10- 16-
11+unset CP 17+unset CP
12+unset MV 18+unset MV
13+unset RM 19+unset RM
14 : ${CP="cp -f"} 20 : ${CP="cp -f"}
15 test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} 21 test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
16 : ${MAKE="make"} 22 : ${MAKE="make"}
17@@ -7391,6 +7392,7 @@ func_mode_link () 23@@ -1180,7 +1181,9 @@ func_enable_tag "$optarg"
 24 test "$opt_debug" = : || func_append preserve_args " --debug"
 25
 26 case $host in
 27- *cygwin* | *mingw* | *pw32* | *cegcc*)
 28+ # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1645
 29+ # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
 30+ *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2*)
 31 # don't eliminate duplications in $postdeps and $predeps
 32 opt_duplicate_compiler_generated_deps=:
 33 ;;
 34@@ -5847,13 +5850,14 @@ func_mode_link ()
 35 # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
 36 # -F/path path to uninstalled frameworks, gcc on darwin
 37 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC
 38+ # -fstack-protector* stack protector flags for GCC
 39 # @file GCC response files
 40 # -tp=* Portland pgcc target processor selection
 41 # --sysroot=* for sysroot support
 42 # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
 43 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
 44 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
 45- -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
 46+ -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*)
 47 func_quote_for_eval "$arg"
 48 arg="$func_quote_for_eval_result"
 49 func_append compile_command " $arg"
 50@@ -7391,6 +7395,7 @@ func_mode_link ()
18 # Calculate the version variables. 51 # Calculate the version variables.
19 major= 52 major=
20 versuffix= 53 versuffix=
21+ versuffix2= 54+ versuffix2=
22 verstring= 55 verstring=
23 case $version_type in 56 case $version_type in
24 none) ;; 57 none) ;;
25@@ -7451,6 +7453,7 @@ func_mode_link () 58@@ -7451,6 +7456,7 @@ func_mode_link ()
26 func_arith $current - $age 59 func_arith $current - $age
27 major=.$func_arith_result 60 major=.$func_arith_result
28 versuffix="$major.$age.$revision" 61 versuffix="$major.$age.$revision"
29+ versuffix2="$major.$age" 62+ versuffix2="$major.$age"
30 ;; 63 ;;
31  64
32 osf) 65 osf)
33@@ -7511,8 +7514,10 @@ func_mode_link () 66@@ -7511,8 +7517,10 @@ func_mode_link ()
34 esac 67 esac
35 if test "$need_version" = no; then 68 if test "$need_version" = no; then
36 versuffix= 69 versuffix=
37+ versuffix2= 70+ versuffix2=
38 else 71 else
39 versuffix=".0.0" 72 versuffix=".0.0"
40+ versuffix2=".0.0" 73+ versuffix2=".0.0"
41 fi 74 fi
42 fi 75 fi
43  76
44@@ -7520,6 +7525,7 @@ func_mode_link () 77@@ -7520,6 +7528,7 @@ func_mode_link ()
45 if test "$avoid_version" = yes && test "$need_version" = no; then 78 if test "$avoid_version" = yes && test "$need_version" = no; then
46 major= 79 major=
47 versuffix= 80 versuffix=
48+ versuffix2= 81+ versuffix2=
49 verstring="" 82 verstring=""
50 fi 83 fi
51  84
52@@ -7630,7 +7636,7 @@ func_mode_link () 85@@ -7630,7 +7639,7 @@ func_mode_link ()
53 *-*-netbsd*) 86 *-*-netbsd*)
54 # Don't link with libc until the a.out ld.so is fixed. 87 # Don't link with libc until the a.out ld.so is fixed.
55 ;; 88 ;;
56- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) 89- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
57+ *-*-openbsd* | *-*-mirbsd* | *-*-freebsd* | *-*-dragonfly*) 90+ *-*-openbsd* | *-*-mirbsd* | *-*-freebsd* | *-*-dragonfly*)
58 # Do not include libc due to us having libc/libc_r. 91 # Do not include libc due to us having libc/libc_r.
59 ;; 92 ;;
60 *-*-sco3.2v5* | *-*-sco5v6*) 93 *-*-sco3.2v5* | *-*-sco5v6*)
61@@ -7653,6 +7659,7 @@ func_mode_link () 94@@ -7653,12 +7662,14 @@ func_mode_link ()
62 libname_save=$libname 95 libname_save=$libname
63 release_save=$release 96 release_save=$release
64 versuffix_save=$versuffix 97 versuffix_save=$versuffix
65+ versuffix2_save=$versuffix2 98+ versuffix2_save=$versuffix2
66 major_save=$major 99 major_save=$major
67 # I'm not sure if I'm treating the release correctly. I think 100 # I'm not sure if I'm treating the release correctly. I think
68 # release should show up in the -l (ie -lgmp5) so we don't want to 101 # release should show up in the -l (ie -lgmp5) so we don't want to
69@@ -7659,6 +7666,7 @@ func_mode_link () 
70 # add it in twice. Is that correct? 102 # add it in twice. Is that correct?
71 release="" 103 release=""
72 versuffix="" 104 versuffix=""
73+ versuffix2="" 105+ versuffix2=""
74 major="" 106 major=""
75 newdeplibs= 107 newdeplibs=
76 droppeddeps=no 108 droppeddeps=no
77@@ -7935,6 +7943,7 @@ EOF 109@@ -7935,6 +7946,7 @@ EOF
78 ;; 110 ;;
79 esac 111 esac
80 versuffix=$versuffix_save 112 versuffix=$versuffix_save
81+ versuffix2=$versuffix2_save 113+ versuffix2=$versuffix2_save
82 major=$major_save 114 major=$major_save
83 release=$release_save 115 release=$release_save
84 libname=$libname_save 116 libname=$libname_save

cvs diff -r1.1 -r1.2 pkgsrc/devel/m4/Attic/hacks.mk (expand / switch to unified diff)

--- pkgsrc/devel/m4/Attic/hacks.mk 2007/09/25 01:23:24 1.1
+++ pkgsrc/devel/m4/Attic/hacks.mk 2014/09/10 10:14:07 1.2
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: hacks.mk,v 1.1 2007/09/25 01:23:24 dmcmahill Exp $ 1# $NetBSD: hacks.mk,v 1.2 2014/09/10 10:14:07 richard Exp $
2 2
3.if !defined(M4_HACKS_MK) 3.if !defined(M4_HACKS_MK)
4M4_HACKS_MK= defined 4M4_HACKS_MK= defined
5 5
6.include "../../mk/bsd.prefs.mk" 6.include "../../mk/bsd.prefs.mk"
7.include "../../mk/compiler.mk" 7.include "../../mk/compiler.mk"
8 8
9### [Mon Sep 24 09:00:13 EDT 2007 : dmcmahill] 9### [Mon Sep 24 09:00:13 EDT 2007 : dmcmahill]
10### 10###
11### With gcc-3.3.5 on SunOS-5.9/sparc 11### With gcc-3.3.5 on SunOS-5.9/sparc
12### In file included from frexpl.c:19: 12### In file included from frexpl.c:19:
13### frexp.c: In function `rpl_frexpl': 13### frexp.c: In function `rpl_frexpl':
14### frexp.c:167: error: insn does not satisfy its constraints: 14### frexp.c:167: error: insn does not satisfy its constraints:
15### (insn 600 125 127 6 0 (set (reg:TF 10 %o2) 15### (insn 600 125 127 6 0 (set (reg:TF 10 %o2)
16### (mem/u/f:TF (lo_sum:SI (reg/f:SI 1 %g1 [138]) 16### (mem/u/f:TF (lo_sum:SI (reg/f:SI 1 %g1 [138])
17### (symbol_ref/u:SI ("*.LLC2"))) [0 S16 A64])) 74 {*movtf_insn_sp32} (nil) 17### (symbol_ref/u:SI ("*.LLC2"))) [0 S16 A64])) 74 {*movtf_insn_sp32} (nil)
18### (nil)) 18### (nil))
19### frexp.c:167: internal compiler error: in reload_cse_simplify_operands, at reload1.c:8378 19### frexp.c:167: internal compiler error: in reload_cse_simplify_operands, at reload1.c:8378
20### 20###
21.if !empty(PKGSRC_COMPILER:Mgcc) && ${OPSYS} == "SunOS" 21.if !empty(PKGSRC_COMPILER:Mgcc) && ${OPSYS} == "SunOS" \
 22 && !empty(MACHINE_ARCH:Msparc*)
22PKG_HACKS+= optimisation 23PKG_HACKS+= optimisation
23BUILDLINK_TRANSFORM+= rm:-O[0-9]* 24BUILDLINK_TRANSFORM+= rm:-O[0-9]*
24.endif 25.endif
25 26
26.endif # M4_HACKS_MK 27.endif # M4_HACKS_MK

File Added: pkgsrc/devel/py-hgnested/Attic/DESCR
hgnested is a Mercurial extension to work with nested repositories.

It was inspired by the forest extension by Robin Farine.

The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.

See hg help hgnested for the complete list of commands.

File Added: pkgsrc/devel/py-hgnested/Attic/MESSAGE
===========================================================================
$NetBSD: MESSAGE,v 1.1 2014/09/10 10:14:07 richard Exp $

hgnested is a Mercurial extension to work with nested repositories.

It was inspired by the forest extension.

The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.

To enable the "hgnested" extension, create an entry for it in your hgrc, like
this:

    [extensions]
    hgnested =

See `hg help hgnested` for the complete list of commands.

For more information please visit the following website:

	http://code.google.com/p/hgnested/
===========================================================================

File Added: pkgsrc/devel/py-hgnested/Attic/Makefile
# $NetBSD: Makefile,v 1.1 2014/09/10 10:14:08 richard Exp $

DISTNAME=	hgnested-0.6
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel
MASTER_SITES=	http://hgnested.googlecode.com/files/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://code.google.com/p/hgnested/
COMMENT=	Mercurial extension to work with nested repositories
LICENSE=	gnu-gpl-v3

USE_LANGUAGES=	# none

DEPENDS+=	${PYPKGPREFIX}-mercurial>=1.6:../../devel/py-mercurial

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/py-hgnested/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1 2014/09/10 10:14:08 richard Exp $
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/hgnested/__init__.py
${PYSITELIB}/hgnested/__init__.pyc
${PYSITELIB}/hgnested/__init__.pyo

File Added: pkgsrc/devel/py-hgnested/Attic/distinfo
$NetBSD: distinfo,v 1.1 2014/09/10 10:14:08 richard Exp $

SHA1 (hgnested-0.6.tar.gz) = 41aaf34f1cd55778cea1fb9327d96e079ded6d55
RMD160 (hgnested-0.6.tar.gz) = 6f8c6e45813b9031efdbdd49788f61cd245543ab
Size (hgnested-0.6.tar.gz) = 20020 bytes

cvs diff -r1.9 -r1.10 pkgsrc/devel/py-tryton/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-tryton/Makefile 2014/06/25 06:00:39 1.9
+++ pkgsrc/devel/py-tryton/Makefile 2014/09/10 10:14:08 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2014/06/25 06:00:39 richard Exp $ 1# $NetBSD: Makefile,v 1.10 2014/09/10 10:14:08 richard Exp $
2 2
3TRYTON_CLIENT_REVISION=1 3TRYTON_CLIENT_REVISION= 3
4.include "../../devel/py-trytond/Makefile.common" 4.include "../../devel/py-trytond/Makefile.common"
5DISTNAME= tryton-${TRYTON_VERSION} 5DISTNAME= tryton-${TRYTON_VERSION}
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7CATEGORIES= devel python 7CATEGORIES= devel python
8MASTER_SITES= http://downloads.tryton.org/3.2/ 8MASTER_SITES= http://downloads.tryton.org/3.2/
9 9
10MAINTAINER= rodent@NetBSD.org 10MAINTAINER= rodent@NetBSD.org
11HOMEPAGE= http://www.tryton.org/ 11HOMEPAGE= http://www.tryton.org/
12COMMENT= Three-tiers high-level general purpose application platform 12COMMENT= Three-tiers high-level general purpose application platform
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-tryton/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-tryton/distinfo 2014/06/06 12:48:00 1.4
+++ pkgsrc/devel/py-tryton/distinfo 2014/09/10 10:14:08 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2014/06/06 12:48:00 joerg Exp $ 1$NetBSD: distinfo,v 1.5 2014/09/10 10:14:08 richard Exp $
2 2
3SHA1 (tryton-3.2.1.tar.gz) = e97455fbac90c08d664a652b31e73a8f251be62b 3SHA1 (tryton-3.2.3.tar.gz) = 91438f398ee969d1249028af5cdae954885a1b8c
4RMD160 (tryton-3.2.1.tar.gz) = 890e8c08d6692996883135b5c0f5a36703a4ccd7 4RMD160 (tryton-3.2.3.tar.gz) = 494c613245336c45717f99f9d938d6a440be3fb8
5Size (tryton-3.2.1.tar.gz) = 808894 bytes 5Size (tryton-3.2.3.tar.gz) = 809497 bytes
6SHA1 (patch-tryton_gui_window_view__form_view_form__gtk_multiselection.py) = 5a6f2fdf6bcdef39201e516959b4b40ed58d68bd 6SHA1 (patch-tryton_gui_window_view__form_view_form__gtk_multiselection.py) = 5a6f2fdf6bcdef39201e516959b4b40ed58d68bd

cvs diff -r1.48 -r1.49 pkgsrc/devel/zlib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/zlib/Makefile 2013/11/30 11:14:10 1.48
+++ pkgsrc/devel/zlib/Makefile 2014/09/10 10:14:08 1.49
@@ -1,35 +1,36 @@ @@ -1,35 +1,36 @@
1# $NetBSD: Makefile,v 1.48 2013/11/30 11:14:10 richard Exp $ 1# $NetBSD: Makefile,v 1.49 2014/09/10 10:14:08 richard Exp $
2 2
3DISTNAME= zlib-1.2.8 3DISTNAME= zlib-1.2.8
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
7 http://zlib.net/ 7 http://zlib.net/
8DISTFILES= # empty 8DISTFILES= # empty
9 9
10MAINTAINER= joerg@NetBSD.org 10MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= http://www.zlib.net/ 11HOMEPAGE= http://www.zlib.net/
12COMMENT= General purpose data compression library 12COMMENT= General purpose data compression library
13LICENSE= zlib 13LICENSE= zlib
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16 16
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18 18
19PKGCONFIG_OVERRIDE+= zlib.pc.in 19PKGCONFIG_OVERRIDE+= zlib.pc.in
20 20
21CFLAGS+= ${CPPFLAGS} 21CFLAGS+= ${CPPFLAGS}
22LDFLAGS.Cygwin= -no-undefined 22LDFLAGS.Cygwin= -no-undefined
 23LDFLAGS.SunOS+= -Wl,-zignore # avoid unused reference to libgcc_s.so
23 24
24SUBST_CLASSES+= pc 25SUBST_CLASSES+= pc
25SUBST_MESSAGE.pc= pkg-config file substitutions 26SUBST_MESSAGE.pc= pkg-config file substitutions
26SUBST_STAGE.pc= pre-configure 27SUBST_STAGE.pc= pre-configure
27SUBST_FILES.pc= zlib.pc.in 28SUBST_FILES.pc= zlib.pc.in
28SUBST_SED.pc= -e "s,@prefix@,${PREFIX},g" 29SUBST_SED.pc= -e "s,@prefix@,${PREFIX},g"
29SUBST_SED.pc+= -e "s,@exec_prefix@,${PREFIX},g" 30SUBST_SED.pc+= -e "s,@exec_prefix@,${PREFIX},g"
30SUBST_SED.pc+= -e "s,@VERSION@,${PKGVERSION_NOREV},g" 31SUBST_SED.pc+= -e "s,@VERSION@,${PKGVERSION_NOREV},g"
31SUBST_SED.pc+= -e "s,@includedir@,${PREFIX}/include,g" 32SUBST_SED.pc+= -e "s,@includedir@,${PREFIX}/include,g"
32SUBST_SED.pc+= -e "s,@libdir@,${PREFIX}/lib,g" 33SUBST_SED.pc+= -e "s,@libdir@,${PREFIX}/lib,g"
33SUBST_SED.pc+= -e "s,@sharedlibdir@,${PREFIX}/lib,g" 34SUBST_SED.pc+= -e "s,@sharedlibdir@,${PREFIX}/lib,g"
34 35
35INSTALLATION_DIRS= include lib/pkgconfig ${PKGMANDIR}/man3 36INSTALLATION_DIRS= include lib/pkgconfig ${PKGMANDIR}/man3