Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
mef c6e879ec4b PR pkg/48890 was proposed. Thanks. But this commit is slightly
different from the PR (When submitting patch to pkgsrc with
adding more patches, submitter should do cvs add
patches/patch-hoge, before creating the pkgsrc patch, thanks).

I belive both simulavr and avr-libc will be packaged fine with this.
(upstream)
4.7.3 to 4.8.3  -- From grepping 'avr' from NEWS file:
--------------
   On AVR, the configure option --with-avrlibc supported since GCC 4.7.2
   is turned on per default for all non-RTEMS configurations. This option
   arranges for a better integration of [3]AVR Libc with avr-gcc. For
   technical details, see [4]PR54461. To turn off the option in non-RTEMS
   configurations, use --with-avrlibc=no. If the compiler is configured
   for RTEMS, the option is always turned off.

     * Support has been added for the AVR-specific configure option
       --with-avrlibc=yes in order to arrange for better integration of
       [3]AVR-Libc. This configure option is supported in avr-gcc 4.7.2
       and newer and will only take effect in non-RTEMS configurations. If
       avr-gcc is configured for RTEMS, the option will be ignored which
       is the same as specifying --with-avrlibc=no. See [4]PR54461 for
       more technical details.

   3. http://www.nongnu.org/avr-libc/
   4. http://gcc.gnu.org/PR54461

#include <avr/io.h> /* Port Definitions from AVR-LibC */

     * [297]14064 [avr-elf] -fdata-sections triggers ICE
     * [302]16884 [avr-elf] [fweb related] bug while initializing

4.5.3 to 4.7.3
--------------
 For the changes for 4.7, see following page.
  http://gcc.gnu.org/gcc-4.7/changes.html

(Picking up AVR related topic from above info):
The AVR port's libgcc has been improved and its multilib
structure has been enhanced. As a result, all objects
contributing to an application must either be compiled with
GCC versions up to 4.6.x or with GCC versions 4.7.1 or
later. If the compiler is used with AVR Libc, you need a
version that supports the new layout, i.e. implements #35407.

The AVR port's -mshort-calls command-line option has been
deprecated. It will be removed in the GCC 4.8 release. See
-mrelax for a replacement.

The AVR port only references startup code that clears .bss and
the common section resp. initializes the .data and .rodata
section provided respective sections (or subsections thereof)
are not empty, see PR18145.
  Applications that put all static storage objects into
non-standard sections and / or define all static storage
objects in assembler modules, must reference __do_clear_bss
resp. __do_copy_data by hand or undefine the symbol(s) by
means of -Wl,-u,__do_clear_bss resp. -Wl,-u,__do_copy_data.
2014-08-29 04:26:46 +00:00
archivers Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
audio Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld 2014-08-28 10:58:18 +00:00
benchmarks Fix interpreter in installed file. Bump PKGREVISION. 2014-08-14 08:21:12 +00:00
biology Update to 1.6.924 2014-07-17 12:12:26 +00:00
bootstrap Fix packages creation on Interix. 2014-08-14 00:21:24 +00:00
cad Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
chat Needs pkg-config. 2014-08-26 20:55:08 +00:00
comms Update to Asterisk 1.8.30.0: this is mainly a bugfix update. 2014-08-28 01:26:25 +00:00
converters Version 1.0.9, released on 2014-08-12 2014-08-29 02:40:00 +00:00
cross PR pkg/48890 was proposed. Thanks. But this commit is slightly 2014-08-29 04:26:46 +00:00
databases Update "phpmyadmin" package to version 4.2.7.1. 2014-08-27 21:25:44 +00:00
devel Bump PKGREVISION for hs-random-1.0.1.3 2014-08-28 21:56:27 +00:00
distfiles
doc Updated converters/py-cairosvg to 1.0.9 2014-08-29 02:40:35 +00:00
editors Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
emulators Update to 1.99.08. 2014-08-23 06:55:03 +00:00
filesystems Forgotten mps commit. 2014-08-14 15:34:34 +00:00
finance Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
fonts ftp.gimp.org is no longer. Update/remove links pointing there. 2014-08-19 10:42:55 +00:00
games Solarus 1.3.1 (2014-08-25) 2014-08-29 02:12:31 +00:00
geography Recursive revbump for textproc/tinyxml update. 2014-07-08 14:59:40 +00:00
graphics Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld 2014-08-28 10:58:18 +00:00
ham Needs pkg-config. Simplify. 2014-08-19 13:35:44 +00:00
inputmethod revert unwanted commmit. 2014-08-28 11:43:05 +00:00
lang Fix build on SunOS - needs c99 + extensions, and requires zlib. 2014-08-28 17:45:53 +00:00
licenses use LICENSE=gnu-lgpl-v2 and note exception in Makefile comment 2014-07-30 06:53:21 +00:00
mail Fix build on NetBSD 7.*. 2014-08-25 16:00:54 +00:00
math Update to date v1.2-34. 2014-08-28 03:14:39 +00:00
mbone Switch to ffmpeg1 instead of ffmpeg. 2014-08-11 23:09:44 +00:00
meta-pkgs Limit eog to <3. This is, after all, a meta package for GNOME 2. 2014-08-21 14:01:41 +00:00
misc add and enable wemux 2014-08-28 04:03:03 +00:00
mk Make package cross-compiling work through su-target as 2014-08-28 22:29:37 +00:00
multimedia Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld 2014-08-28 10:58:18 +00:00
net Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld 2014-08-28 10:58:18 +00:00
news Update news/tin to 2.2.1. 2014-08-23 10:05:58 +00:00
packages
parallel Update to version 1.0.1 2014-08-14 06:15:54 +00:00
pkgtools No one reads makebump.manual and checks PKGREVISION changes; just 2014-08-22 11:26:25 +00:00
print Make it buildable on NetBSD-current with gcc 4.8 2014-08-26 13:47:06 +00:00
regress Do not use a naked "make", instead use TEST_MAKE. Now it fails differently. 2014-06-21 16:34:13 +00:00
security Add fixes for CVE-2014-4341, CVE-2014-4342 (same patch as CVE-2014-4341) 2014-08-28 22:23:05 +00:00
shells Remove CFLAGS+=-g. Accidentally added. 2014-07-18 20:08:24 +00:00
sysutils Don't redefine MAP_ANONYMOUS is already defined. Fixes build on netbsd-7 2014-08-28 14:30:03 +00:00
templates
textproc distutils package, register egg file. 2014-08-26 11:57:30 +00:00
time Update to 0.2.5: 2014-08-27 16:10:49 +00:00
wm Bump PKGREVISION for hs-random-1.0.1.3 2014-08-28 21:56:27 +00:00
www Changes 3.4.7: 2014-08-28 16:52:02 +00:00
x11 Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld 2014-08-28 10:58:18 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.