1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix following kernel error message.

cam_periph_mapmem: attempt to map 68712 bytes, which is
 greater than DFLTPHYS(65536)
Update depended gtk version to gtk-1.2.x
PR: ports/10147
Submitted by: paterno@dsi.unifi.it
This commit is contained in:
Seiichirou Hiraoka 1999-04-03 14:55:01 +00:00
parent aa946036a5
commit 01e7bfa846
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17623
6 changed files with 15 additions and 15 deletions

View File

@ -4,7 +4,7 @@
# Whom: gary@hotlava.com # Whom: gary@hotlava.com
# obrien@FreeBSD.org # obrien@FreeBSD.org
# #
# $Id: Makefile,v 1.12 1998/12/06 09:37:28 vanilla Exp $ # $Id: Makefile,v 1.13 1999/01/22 22:10:04 nectar Exp $
# #
DISTNAME= sane-1.00 DISTNAME= sane-1.00
@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \
MAINTAINER= gary@hotlava.com MAINTAINER= gary@hotlava.com
LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 \ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
jpeg.9:${PORTSDIR}/graphics/jpeg jpeg.9:${PORTSDIR}/graphics/jpeg
VERSION!= sysctl -n kern.osreldate VERSION!= sysctl -n kern.osreldate
@ -24,11 +24,11 @@ GNU_CONFIGURE= yes
.if ${VERSION} < 300000 .if ${VERSION} < 300000
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" \ LIBS="-L${LOCALBASE}/lib" \
GTK_CONFIG="${X11BASE}/bin/gtk10-config" GTK_CONFIG="${X11BASE}/bin/gtk12-config"
.else .else
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lcam" \ LIBS="-L${LOCALBASE}/lib -lcam" \
GTK_CONFIG="${X11BASE}/bin/gtk10-config" GTK_CONFIG="${X11BASE}/bin/gtk12-config"
.endif .endif
MAN1= scanimage.1 \ MAN1= scanimage.1 \

View File

@ -3,7 +3,7 @@ Congratulations, SANE is now installed.
If you built it with GIMP and GTK packages/ports installed, you can If you built it with GIMP and GTK packages/ports installed, you can
use SANE as a GIMP plug-in. To do this, as root, type: use SANE as a GIMP plug-in. To do this, as root, type:
ln -sf /usr/local/bin/xscanimage /usr/X11R6/libexec/gimp/plug-ins/xscanimage ln -sf /usr/local/bin/xscanimage /usr/X11R6/libexec/gimp/1.1/plug-ins/xscanimage
Then run the GIMP, and a new "Acquire" menu item should appear in the Then run the GIMP, and a new "Acquire" menu item should appear in the
"Xtras" menu. Use this to access your scanner. "Xtras" menu. Use this to access your scanner.

View File

@ -4,7 +4,7 @@
# Whom: gary@hotlava.com # Whom: gary@hotlava.com
# obrien@FreeBSD.org # obrien@FreeBSD.org
# #
# $Id: Makefile,v 1.12 1998/12/06 09:37:28 vanilla Exp $ # $Id: Makefile,v 1.13 1999/01/22 22:10:04 nectar Exp $
# #
DISTNAME= sane-1.00 DISTNAME= sane-1.00
@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \
MAINTAINER= gary@hotlava.com MAINTAINER= gary@hotlava.com
LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 \ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
jpeg.9:${PORTSDIR}/graphics/jpeg jpeg.9:${PORTSDIR}/graphics/jpeg
VERSION!= sysctl -n kern.osreldate VERSION!= sysctl -n kern.osreldate
@ -24,11 +24,11 @@ GNU_CONFIGURE= yes
.if ${VERSION} < 300000 .if ${VERSION} < 300000
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" \ LIBS="-L${LOCALBASE}/lib" \
GTK_CONFIG="${X11BASE}/bin/gtk10-config" GTK_CONFIG="${X11BASE}/bin/gtk12-config"
.else .else
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lcam" \ LIBS="-L${LOCALBASE}/lib -lcam" \
GTK_CONFIG="${X11BASE}/bin/gtk10-config" GTK_CONFIG="${X11BASE}/bin/gtk12-config"
.endif .endif
MAN1= scanimage.1 \ MAN1= scanimage.1 \

View File

@ -3,7 +3,7 @@ Congratulations, SANE is now installed.
If you built it with GIMP and GTK packages/ports installed, you can If you built it with GIMP and GTK packages/ports installed, you can
use SANE as a GIMP plug-in. To do this, as root, type: use SANE as a GIMP plug-in. To do this, as root, type:
ln -sf /usr/local/bin/xscanimage /usr/X11R6/libexec/gimp/plug-ins/xscanimage ln -sf /usr/local/bin/xscanimage /usr/X11R6/libexec/gimp/1.1/plug-ins/xscanimage
Then run the GIMP, and a new "Acquire" menu item should appear in the Then run the GIMP, and a new "Acquire" menu item should appear in the
"Xtras" menu. Use this to access your scanner. "Xtras" menu. Use this to access your scanner.

View File

@ -4,7 +4,7 @@
# Whom: gary@hotlava.com # Whom: gary@hotlava.com
# obrien@FreeBSD.org # obrien@FreeBSD.org
# #
# $Id: Makefile,v 1.12 1998/12/06 09:37:28 vanilla Exp $ # $Id: Makefile,v 1.13 1999/01/22 22:10:04 nectar Exp $
# #
DISTNAME= sane-1.00 DISTNAME= sane-1.00
@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \
MAINTAINER= gary@hotlava.com MAINTAINER= gary@hotlava.com
LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 \ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
jpeg.9:${PORTSDIR}/graphics/jpeg jpeg.9:${PORTSDIR}/graphics/jpeg
VERSION!= sysctl -n kern.osreldate VERSION!= sysctl -n kern.osreldate
@ -24,11 +24,11 @@ GNU_CONFIGURE= yes
.if ${VERSION} < 300000 .if ${VERSION} < 300000
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" \ LIBS="-L${LOCALBASE}/lib" \
GTK_CONFIG="${X11BASE}/bin/gtk10-config" GTK_CONFIG="${X11BASE}/bin/gtk12-config"
.else .else
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lcam" \ LIBS="-L${LOCALBASE}/lib -lcam" \
GTK_CONFIG="${X11BASE}/bin/gtk10-config" GTK_CONFIG="${X11BASE}/bin/gtk12-config"
.endif .endif
MAN1= scanimage.1 \ MAN1= scanimage.1 \

View File

@ -3,7 +3,7 @@ Congratulations, SANE is now installed.
If you built it with GIMP and GTK packages/ports installed, you can If you built it with GIMP and GTK packages/ports installed, you can
use SANE as a GIMP plug-in. To do this, as root, type: use SANE as a GIMP plug-in. To do this, as root, type:
ln -sf /usr/local/bin/xscanimage /usr/X11R6/libexec/gimp/plug-ins/xscanimage ln -sf /usr/local/bin/xscanimage /usr/X11R6/libexec/gimp/1.1/plug-ins/xscanimage
Then run the GIMP, and a new "Acquire" menu item should appear in the Then run the GIMP, and a new "Acquire" menu item should appear in the
"Xtras" menu. Use this to access your scanner. "Xtras" menu. Use this to access your scanner.