View | Details | Raw Unified | Return to bug 273137 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/wine-devel/files/wine-wow64.sh (-1 / +1 lines)
Lines 9-15 I386_ROOT="${WINE_i386_ROOT:-$HOME/.i386-wine-pkg}" Link Here
9
if [ ! -f "$I386_ROOT/$PREFIX/bin/wine" ]
9
if [ ! -f "$I386_ROOT/$PREFIX/bin/wine" ]
10
then
10
then
11
  printf "%s doesn't exist!\n\n" "$I386_ROOT/$PREFIX/bin/wine"
11
  printf "%s doesn't exist!\n\n" "$I386_ROOT/$PREFIX/bin/wine"
12
  printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine mesa-dri"
12
  printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine-devel mesa-dri"
13
  ABI=$(pkg config ABI | sed s/amd64/i386/)
13
  ABI=$(pkg config ABI | sed s/amd64/i386/)
14
  FREEBSD_VERSION_MAJOR=`uname -r | sed "s/\..*//"`
14
  FREEBSD_VERSION_MAJOR=`uname -r | sed "s/\..*//"`
15
  cat <<- HERE
15
  cat <<- HERE
(-)b/emulators/wine/Makefile (+1 lines)
Lines 78-83 PORTSCOUT= limit:^7\.0 Link Here
78
78
79
ALSA_CONFIGURE_ON=	--with-alsa --without-oss
79
ALSA_CONFIGURE_ON=	--with-alsa --without-oss
80
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
80
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
81
ALSA_RUN_DEPENDS=	libasound_module_pcm_oss.so:audio/alsa-plugins
81
82
82
CUPS_CONFIGURE_WITH=	cups
83
CUPS_CONFIGURE_WITH=	cups
83
CUPS_LIB_DEPENDS=	libcups.so:print/cups
84
CUPS_LIB_DEPENDS=	libcups.so:print/cups
(-)b/emulators/wine7/Makefile (+1 lines)
Lines 77-82 PORTSCOUT= limit:^7\.0 Link Here
77
77
78
ALSA_CONFIGURE_ON=	--with-alsa --without-oss
78
ALSA_CONFIGURE_ON=	--with-alsa --without-oss
79
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
79
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
80
ALSA_RUN_DEPENDS=	libasound_module_pcm_oss.so:audio/alsa-plugins
80
81
81
CUPS_CONFIGURE_WITH=	cups
82
CUPS_CONFIGURE_WITH=	cups
82
CUPS_LIB_DEPENDS=	libcups.so:print/cups
83
CUPS_LIB_DEPENDS=	libcups.so:print/cups
(-)b/emulators/wine7/files/wine-wow64.sh (-2 / +1 lines)
Lines 9-15 I386_ROOT="${WINE_i386_ROOT:-$HOME/.i386-wine-pkg}" Link Here
9
if [ ! -f "$I386_ROOT/$PREFIX/bin/wine" ]
9
if [ ! -f "$I386_ROOT/$PREFIX/bin/wine" ]
10
then
10
then
11
  printf "%s doesn't exist!\n\n" "$I386_ROOT/$PREFIX/bin/wine"
11
  printf "%s doesn't exist!\n\n" "$I386_ROOT/$PREFIX/bin/wine"
12
  printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine mesa-dri"
12
  printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine7 mesa-dri"
13
  ABI=$(pkg config ABI | sed s/amd64/i386/)
13
  ABI=$(pkg config ABI | sed s/amd64/i386/)
14
  FREEBSD_VERSION_MAJOR=`uname -r | sed "s/\..*//"`
14
  FREEBSD_VERSION_MAJOR=`uname -r | sed "s/\..*//"`
15
  cat <<- HERE
15
  cat <<- HERE
16
- 

Return to bug 273137