pgollucci    2010-09-22 05:40:20 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/jfbterm     Makefile pkg-descr pkg-plist 
  Added files:
    sysutils/jfbterm/files BSDmakefile patch-screensaver.c 
                           patch-splash-png.c 
  Removed files:
    sysutils/jfbterm/files patch-configure pkg-message.in 
  Log:
  Dispose of autotools[1]. While here fix these bugs:
  - GCC 4.4+ build (#elif with no expression)
  - use ENABLE_VGA16FB on amd64 (configure-script expects x86_64)
  
  and
  - move libiconv, libpng and gnu-unifont to respective options.
  All ON by default. With all options unset = empty all-depends-list.
  
  Requested by: paradox <[email protected]>
  
  [1] This should reduce build time and lessen dependencies with little
  cost of maintaining more clear BSDmakefile and config.h that
  were based on Makefile.am, configure.in and config.h.in.
  
  Fix png14 regression
  
  Use PREFIX in man pages, config, pkg-message
  and drop redundant PKGMESSAGE assign as well
  
  Re-adding ONLY_FOR_ARCHS that was removed by lippe@ in r1.5 because
  while it builds fine the package may not work on archs without VESA support.
  
  All options are ON in order for package to work with default configuration.
  
  Tested building with BSDmakefile a bit on NetBSD and using
  devel/bmake port. Perhaps, it can be included upstream.
  
  PR:             ports/139107 (bsdmake), ports/146230 (png14), ports/146271 
(PREFIX)
                  ports/150759 [this pr]
  Submitted by:   Anonymous <[email protected]>
  
  Revision  Changes    Path
  1.13      +116 -22   ports/sysutils/jfbterm/Makefile
  1.1       +81 -0     ports/sysutils/jfbterm/files/BSDmakefile (new)
  1.2       +0 -11     ports/sysutils/jfbterm/files/patch-configure (dead)
  1.1       +11 -0     ports/sysutils/jfbterm/files/patch-screensaver.c (new)
  1.1       +11 -0     ports/sysutils/jfbterm/files/patch-splash-png.c (new)
  1.3       +0 -27     ports/sysutils/jfbterm/files/pkg-message.in (dead)
  1.2       +2 -1      ports/sysutils/jfbterm/pkg-descr
  1.2       +8 -5      ports/sysutils/jfbterm/pkg-plist
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to