FreeBSD ports that you maintain which are currently scheduled for deletion

2011-12-21 Thread linimon
Dear FreeBSD port maintainer:

As part of an ongoing effort to reduce the number of problems in
the FreeBSD ports system, we periodically schedule removal of ports
that have been judged to have outlived their usefulness.  Often,
this is due to a better alternative having become available and/or
the cessation of development on the existing port.  In some cases,
ports are marked for removal because they fail to build and install
correctly from their sources, or otherwise fail in operation.

The ports, and the reason and date that they have been scheduled
for removal, are listed below.  If no one has stepped forward before
that time to propose a way to fix the problems (such as via a PR),
the ports will be deleted.



portname:   graphics/linux-tiff
description:TIFF library, Linux/i386 binary
maintainer: emulat...@freebsd.org
status: FORBIDDEN
deprecated because: 
expiration date:2011-10-14
build errors:   none.
overview:   
http://portsmon.FreeBSD.org/portoverview.py?category=graphicsportname=linux-tiff


portname:   x11-toolkits/linux-pango
description:Linux pango binary
maintainer: emulat...@freebsd.org
status: FORBIDDEN
deprecated because: 
expiration date:2011-10-14
build errors:   none.
overview:   
http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkitsportname=linux-pango


If this problem is one that you are already aware of, please accept
our apologies and ignore this message.  On the other hand, if you no
longer wish to maintain this port (or ports), please reply with a
message stating that, and accept our thanks for your efforts in the
past.

Thanks for your efforts to help improve FreeBSD.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


FreeBSD ports that you maintain which are currently marked forbidden

2011-12-21 Thread linimon
Dear FreeBSD port maintainer:

As part of an ongoing effort to reduce the number of problems in the
FreeBSD ports system, we periodically notify users about
ports that are marked as forbidden in their Makefiles.  Often,
these ports are so marked due to security concerns, such as known
exploits.

An overview of each port, including errors seen on the build farm,
is included below.

portname:   graphics/linux-tiff
forbidden because:  Vulnerable since 2004-10-13,

http://portaudit.freebsd.org/8816bf3a-7929-11df-bcce-0018f3e2eb82.html
build errors:   none.
overview:   
http://portsmon.FreeBSD.org/portoverview.py?category=graphicsportname=linux-tiff


portname:   x11-toolkits/linux-pango
forbidden because:  Vulnerable since 2009-05-13,

http://portaudit.freebsd.org/4b172278-3f46-11de-becb-001cc0377035.html
build errors:   none.
overview:   
http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkitsportname=linux-pango


If this problem is one that you are already aware of, please accept
our apologies and ignore this message.  On the other hand, if you no
longer wish to maintain this port (or ports), please reply with a
message stating that, and accept our thanks for your efforts in the
past.

Thanks for your efforts to help improve FreeBSD.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: VirtualBox blueports repository moved to redports.org

2011-12-21 Thread Daichi GOTO
Hi,

How about this patch?  At least, build is ok (helped by hrs).

--- include/iprt/types.h.orig   2011-12-19 21:58:33.0 +0900
+++ include/iprt/types.h2011-12-22 13:34:09.0 +0900
@@ -167,6 +167,10 @@
 # if defined(__GNUC__)
 #  if defined(RT_OS_LINUX)  __GNUC__  3
 typedef uint8_t bool;
+#  elif defined(RT_OS_FREEBSD)
+#   ifndef __bool_true_false_are_defined
+typedef _Bool bool;
+#   endif
 #  else
 #   if defined(RT_OS_DARWIN)  defined(_STDBOOL_H)
 #undef bool

On Wed, 21 Dec 2011 09:07:27 +0100
Bernhard Froehlich de...@bluelife.at wrote:
 That's a known breakage on 10-CURRENT since r228444. No fix available 
 yet.
 
 http://svnweb.freebsd.org/base?view=revisionrevision=228444
 
 
 
 On 21.12.2011 06:33, Daichi GOTO wrote:
  Thanks great vbox work ;)
 
  I tried to build the latest vbox4.1.8 via redports svn to do test
  and got the failed. Could the error log help you?
 
  -
 
  # pwd
  /usr/ports/emulators/virtualbox-ose
  # uname -a
  FreeBSD parancell-freebsd-head.ongs.co.jp 10.0-CURRENT FreeBSD
  10.0-CURRENT #4 r+5af9280: Wed Dec 21 11:23:48 JST 2011
  r...@parancell-freebsd-head.ongs.co.jp:/usr/obj/usr/src/sys/GENERIC
  amd64
  # make install
  cd /usr/ports/emulators/virtualbox-ose  make config;
  === Options unchanged
  ===  Installing for virtualbox-ose-4.1.8
  ===   virtualbox-ose-4.1.8 depends on file: /boot/modules/vboxdrv.ko
  - not found
  ===Verifying install for /boot/modules/vboxdrv.ko in
  /usr/ports/emulators/virtualbox-ose-kmod
  cd /usr/ports/emulators/virtualbox-ose-kmod  make config;
  === Options unchanged
  ===  Building for virtualbox-ose-kmod-4.1.8
  cd /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE
   /bin/sh env.sh  cd
  
  /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/src/VBox/HostDrivers
   VBOX_LIBPATH_X11=/usr/local 
  VBOX_FREEBSD_SRC=skins/default/usr/src/sys
  /usr/local/bin/kmk HostDrivers-src vboxdrv-mod VBoxNetFlt-src
  VBoxNetAdp-src
  /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
  overriding recipe for target
  
  `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv/include/iprt/crc.h'
  /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
  ignoring old recipe for target
  
  `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv/include/iprt/crc.h'
  /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
  overriding recipe for target
  
  `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/dist/bin/src/vboxdrv/include/iprt/crc.h'
  /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
  ignoring old recipe for target
  
  `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/dist/bin/src/vboxdrv/include/iprt/crc.h'
  /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
  overriding recipe for target
  
  `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv/include/iprt/net.h'
  /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
  ignoring old recipe for target
  
  `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv/include/iprt/net.h'
  /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
  overriding recipe for target
  
  `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/dist/bin/src/vboxdrv/include/iprt/net.h'
  /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
  ignoring old recipe for target
  
  `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/dist/bin/src/vboxdrv/include/iprt/net.h'
  kmk: Nothing to be done for `HostDrivers-src'.
  kBuild: Creating  -
  
  /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/obj/vboxdrv-mod/Makefile
  kBuild: Installing
  
  /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv/Makefile
  kBuild: Installing
  
  /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxnetadp/Makefile
  kBuild: Installing
  
  /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxnetflt/Makefile
  cd
  
  /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src
   make SYSDIR=/usr/src/sys
  *** Building 'vboxdrv' module ***
  Warning: Object directory not changed from original
  
  /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv
  cc -O2 -pipe -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX
  -DRT_WITH_VBOX -w -DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS
  

Re: VirtualBox blueports repository moved to redports.org

2011-12-21 Thread Daichi GOTO
And it's working well :)

p.s.
Anyone can use Windows 7 guest with Aero effect on vbox 4.1.8?

On Thu, 22 Dec 2011 13:48:25 +0900
Daichi GOTO dai...@freebsd.org wrote:
 Hi,
 
 How about this patch?  At least, build is ok (helped by hrs).
 
 --- include/iprt/types.h.orig   2011-12-19 21:58:33.0 +0900
 +++ include/iprt/types.h2011-12-22 13:34:09.0 +0900
 @@ -167,6 +167,10 @@
  # if defined(__GNUC__)
  #  if defined(RT_OS_LINUX)  __GNUC__  3
  typedef uint8_t bool;
 +#  elif defined(RT_OS_FREEBSD)
 +#   ifndef __bool_true_false_are_defined
 +typedef _Bool bool;
 +#   endif
  #  else
  #   if defined(RT_OS_DARWIN)  defined(_STDBOOL_H)
  #undef bool
 
 On Wed, 21 Dec 2011 09:07:27 +0100
 Bernhard Froehlich de...@bluelife.at wrote:
  That's a known breakage on 10-CURRENT since r228444. No fix available 
  yet.
  
  http://svnweb.freebsd.org/base?view=revisionrevision=228444
  
  
  
  On 21.12.2011 06:33, Daichi GOTO wrote:
   Thanks great vbox work ;)
  
   I tried to build the latest vbox4.1.8 via redports svn to do test
   and got the failed. Could the error log help you?
  
   -
  
   # pwd
   /usr/ports/emulators/virtualbox-ose
   # uname -a
   FreeBSD parancell-freebsd-head.ongs.co.jp 10.0-CURRENT FreeBSD
   10.0-CURRENT #4 r+5af9280: Wed Dec 21 11:23:48 JST 2011
   r...@parancell-freebsd-head.ongs.co.jp:/usr/obj/usr/src/sys/GENERIC
   amd64
   # make install
   cd /usr/ports/emulators/virtualbox-ose  make config;
   === Options unchanged
   ===  Installing for virtualbox-ose-4.1.8
   ===   virtualbox-ose-4.1.8 depends on file: /boot/modules/vboxdrv.ko
   - not found
   ===Verifying install for /boot/modules/vboxdrv.ko in
   /usr/ports/emulators/virtualbox-ose-kmod
   cd /usr/ports/emulators/virtualbox-ose-kmod  make config;
   === Options unchanged
   ===  Building for virtualbox-ose-kmod-4.1.8
   cd /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE
/bin/sh env.sh  cd
   
   /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/src/VBox/HostDrivers
VBOX_LIBPATH_X11=/usr/local 
   VBOX_FREEBSD_SRC=skins/default/usr/src/sys
   /usr/local/bin/kmk HostDrivers-src vboxdrv-mod VBoxNetFlt-src
   VBoxNetAdp-src
   /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
   overriding recipe for target
   
   `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv/include/iprt/crc.h'
   /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
   ignoring old recipe for target
   
   `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv/include/iprt/crc.h'
   /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
   overriding recipe for target
   
   `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/dist/bin/src/vboxdrv/include/iprt/crc.h'
   /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
   ignoring old recipe for target
   
   `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/dist/bin/src/vboxdrv/include/iprt/crc.h'
   /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
   overriding recipe for target
   
   `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv/include/iprt/net.h'
   /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
   ignoring old recipe for target
   
   `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv/include/iprt/net.h'
   /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
   overriding recipe for target
   
   `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/dist/bin/src/vboxdrv/include/iprt/net.h'
   /usr/local/share/kBuild/footer-pass2-installs.kmk:67: warning:
   ignoring old recipe for target
   
   `/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/dist/bin/src/vboxdrv/include/iprt/net.h'
   kmk: Nothing to be done for `HostDrivers-src'.
   kBuild: Creating  -
   
   /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/obj/vboxdrv-mod/Makefile
   kBuild: Installing
   
   /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxdrv/Makefile
   kBuild: Installing
   
   /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxnetadp/Makefile
   kBuild: Installing
   
   /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src/vboxnetflt/Makefile
   cd
   
   /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.amd64/release/bin/src
make SYSDIR=/usr/src/sys
   *** Building 'vboxdrv' module ***
   Warning: Object directory not