Change logs for freebsd-buildutils source package in Trusty

  • freebsd-buildutils (10.0-3ubuntu1) trusty; urgency=medium
    
      * Merge from Debian unstable. Remaining changes:
        - Prototype setmode since freebsd-glue and libbsd don't do the right thing.
    
    freebsd-buildutils (10.0-3) unstable; urgency=low
    
      * kldxref_abort_on_error.diff: Treat EFAULT condition as fatal (see
        comment in patch header).
     -- Logan Rosen <email address hidden>   Mon, 14 Apr 2014 17:11:31 -0400
  • freebsd-buildutils (10.0-2ubuntu1) trusty; urgency=medium
    
      * Resynchronise with Debian.  Remaining changes:
        - Prototype setmode since freebsd-glue and libbsd don't do the right
          thing.
    
    freebsd-buildutils (10.0-2) unstable; urgency=low
    
      * Adjust LIBDATADIR, LIBEXECDIR and LINTLIBDIR for FHS conformance.
    
    freebsd-buildutils (10.0-1) unstable; urgency=low
    
      * New upstream release.
    
    freebsd-buildutils (10.0~svn259404-6) unstable; urgency=low
    
      * Upload to unstable.
    
    freebsd-buildutils (10.0~svn259404-5) experimental; urgency=low
    
      * Break circular build-dependency with freebsd-glue by splitting
        freebsd-mk into a package of its own.
    
    freebsd-buildutils (10.0~svn259404-4) unstable; urgency=low
    
      * Correctly setup BSD version of MAKEFLAGS to support parallel builds.
      * Install make and mtree by their upstream names (fmake and fmtree).
        Remove the legacy symlinks (leave them to freebsd-glue).
      * Install file2c and brandelf directly to /usr/bin.
      * Move /usr/share/mk to /usr/share/mk-freebsd. This allows
        freebsd-buildutils to be installed alongside bmake.
      * Remove bootstrap magic. bmake is the default in upstream now: just
        use it to build fmake.
    
    freebsd-buildutils (10.0~svn259404-3) unstable; urgency=low
    
      * Fix aicasm install path.
    
    freebsd-buildutils (10.0~svn259404-2) unstable; urgency=low
    
      * kldxref is kFreeBSD-only.
    
    freebsd-buildutils (10.0~svn259404-1) unstable; urgency=low
    
      * New upstream snapshot (10.0-RC2).
        - Switch to releng/10.0 branch.
        - Add kldxref.
    
      [ Robert Millan ]
      * Fetch source code securely (https) in get-orig-source.
    
    freebsd-buildutils (10~svn258496-1) unstable; urgency=low
    
      * New upstream snapshot.
        - Refresh all patches.
        - Add aicasm. It is now required by kernel builds.
    
      [ Guillem Jover ]
      * Remove myself from Uploaders.
    
    freebsd-buildutils (10~svn253832-1) unstable; urgency=low
    
      * New upstream snapshot (provides MK_USB_GADGET_EXAMPLES).
    
    freebsd-buildutils (10~svn251967-6) unstable; urgency=low
    
      * Bump freebsd-glue B-D to fix FTBFS.
    
    freebsd-buildutils (10~svn251967-5) unstable; urgency=low
    
      * Reupload.
    
    freebsd-buildutils (10~svn251967-4) experimental; urgency=low
    
      * Bring back MK_NCP (needed by kfreebsd-9).
    
    freebsd-buildutils (10~svn251967-3) experimental; urgency=low
    
      * Depend on m4 as it's now required by lex (no pun intended).
    
    freebsd-buildutils (10~svn251967-2) experimental; urgency=low
    
      * Depend on suitable version of freebsd-glue (for _SAFE macros).
    
    freebsd-buildutils (10~svn251967-1) experimental; urgency=low
    
      * New upstream snapshot.
    
      [ Guillem Jover ]
      * Switch to canonical Vcs URLs.
    
      [ Robert Millan ]
      * Add freebsd-config back. (Closes: #712633)
      * Ease flex build-dependency.
    
    freebsd-buildutils (10~svn237137-1) experimental; urgency=low
    
      * New upstream snapshot.
        - Removes yacc (it's been replaced by byacc in upstream).
     -- Colin Watson <email address hidden>   Sat, 08 Feb 2014 15:05:00 +0000
  • freebsd-buildutils (9.0-11ubuntu1) quantal; urgency=low
    
      * Prototype fgetln and setmode since freebsd-glue and libbsd
        don't do the right thing. This fixes an AMD64 FTBS where
        the build filter complains about pointer conversions.
        debian/patches/prototype-fgetln-and-setmode
    
        Function `fgetln' implicitly converted to pointer at excludes.c:75
        Function `setmode' implicitly converted to pointer at spec.c:229
    
        Our automated build log filter detected the problem(s) above that will
        likely cause your package to segfault on architectures where the size of
        a pointer is greater than the size of an integer, such as ia64 and amd64.
    
        This is often due to a missing function prototype definition.
    
        Since use of implicitly converted pointers is always fatal to the application
        on ia64, they are errors.  Please correct them for your next upload.
    
        More information can be found at:
        http://wiki.debian.org/ImplicitPointerConversions
     -- Tim Gardner <email address hidden>   Tue, 26 Jun 2012 20:25:37 +0000