From owner-ports-jp@jp.FreeBSD.org Thu Aug 14 15:47:08 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h7E6l8p99104;
	Thu, 14 Aug 2003 15:47:08 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from vw1.sys.hokudai.ac.jp (vw1.sys.hokudai.ac.jp [133.87.1.140])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id h7E6KH066222;
	Thu, 14 Aug 2003 15:20:17 +0900 (JST)
	(envelope-from omatsuda@eng.hokudai.ac.jp)
Received: by vw1.sys.hokudai.ac.jp (Postfix, from userid 0)
	id CC2CDEF725; Thu, 14 Aug 2003 15:20:11 +0900 (JST)
Received: from yellow.sys.hokudai.ac.jp (localhost [127.0.0.1])
	by vw1.sys.hokudai.ac.jp (Postfix) with ESMTP
	id 822C8FBA66; Thu, 14 Aug 2003 15:20:11 +0900 (JST)
Received: from kino14-ap.eng.hokudai.ac.jp (kino14-ap.eng.hokudai.ac.jp [133.87.125.26])
	by yellow.sys.hokudai.ac.jp (Postfix) with ESMTP
	id B45333178F; Thu, 14 Aug 2003 15:20:10 +0900 (JST)
Received: from localhost (localhost.eng.hokudai.ac.jp [127.0.0.1])
	by kino14-ap.eng.hokudai.ac.jp (8.12.6/8.12.6) with ESMTP id h7E6KAdX032352;
	Thu, 14 Aug 2003 15:20:10 +0900 (JST)
	(envelope-from omatsuda@eng.hokudai.ac.jp)
Message-Id: <20030814.152009.104069452.omatsuda@eng.hokudai.ac.jp>
To: FreeBSD-users-jp@jp.FreeBSD.org, ports-jp@jp.FreeBSD.org
From: Osamu Matsuda <omatsuda@eng.hokudai.ac.jp>
In-Reply-To: <20030814.140602.41662239.omatsuda@eng.hokudai.ac.jp>
References: <20030814.140602.41662239.omatsuda@eng.hokudai.ac.jp>
X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: ports-jp@jp.FreeBSD.org
Precedence: list
Date: Thu, 14 Aug 2003 15:20:09 +0900
X-Sequence: ports-jp 14047
Subject: [ports-jp 14047] Re: [FreeBSD-users-jp 75815] CUPS
 =?ISO-2022-JP?B?GyRCJEdGfEtcOGwbKEI=?= 
Sender: owner-ports-jp@jp.FreeBSD.org
X-Originator: omatsuda@eng.hokudai.ac.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030802

$B>>ED!wKLBg$G$9!#(B

$B%W%j%s%?L>$rK:$l$F$$$^$7$?!#(BHP $B$N(B deskjet 815c $B$G(B deskjet.ppd $B$r;XDj$7(B
$B$F$$$^$9!#(B

$B$G!"$=$N8e$4$=$4$=$d$C$F$$$k$H2?$H$+F0$/$h$&$K$J$j$^$7$?!#(B

/usr/local/libexec/cups/filter/pstoraster $B$G(B espgs $B$N5/F0%*%W%7%g%s$+(B
$B$i(B -dPARANOIDSAFER $B$H(B-sstdout=%stderr $B$r=|$-$^$7$?!#M}M3$O$h$/$o$+$j$^(B
$B$;$s!#2?$+JL$N:$$C$?$3$H$,5/$-$k$+$b$7$l$^$;$s!#(B

*** pstoraster.orig     Thu Aug 14 12:28:12 2003
--- pstoraster  Thu Aug 14 15:00:48 2003
***************
*** 31,38 ****
  export GS_FONTPATH
  
  # Options we use with Ghostscript...
! gsopts="-dQUIET -dDEBUG -dPARANOIDSAFER -dNOPAUSE -dBATCH "
! gsopts="$gsopts -dNOMEDIAATTRS -sDEVICE=cups -sstdout=%stderr"
  
  # See if we have a profile=n,n,n,n,n,n,n,n,n,n,n option...
  profile=""
--- 31,40 ----
  export GS_FONTPATH
  
  # Options we use with Ghostscript...
! #gsopts="-dQUIET -dDEBUG -dPARANOIDSAFER -dNOPAUSE -dBATCH "
! gsopts="-dQUIET -dSAFER -dNOPAUSE -dBATCH "
! #gsopts="$gsopts -dNOMEDIAATTRS -sDEVICE=cups -sstdout=%stderr"
! gsopts="$gsopts -dNOMEDIAATTRS -sDEVICE=cups"
  
  # See if we have a profile=n,n,n,n,n,n,n,n,n,n,n option...
  profile=""


$B$^$?(B cups-pstoraster $B$r0J2<$N(B Makefile $B$G:n$jD>$7$^$7$?!#(B
--without-x $B$H(B --without-ijs $B$OJL$NM}M3$G$O$:$7$^$7$?!#:#2s$N7o$K$O4X(B
$B78$J$$$H;W$$$^$9!#(B

*** Makefile.orig       Thu Aug 14 10:30:47 2003
--- Makefile    Thu Aug 14 12:55:24 2003
***************
*** 26,35 ****
  CONFIGURE_TARGET=     --build=${ARCH}-portbld-freebsd${OSREL}
  CONFIGURE_ENV=                CPPFLAGS="-I${LOCALBASE}/include" \
                        LDFLAGS="-L${LOCALBASE}/lib"
! CONFIGURE_ARGS=       --without-x --without-ijs --without-gimp-print
\
                --with-drivers=cups --with-gs=espgs \
-               --with-fontpath=${LOCALBASE}/share/ghostscript/fonts \
                --enable-compiled-inits
  
  USE_REINPLACE=        yes
  
--- 26,35 ----
  CONFIGURE_TARGET=     --build=${ARCH}-portbld-freebsd${OSREL}
  CONFIGURE_ENV=                CPPFLAGS="-I${LOCALBASE}/include" \
                        LDFLAGS="-L${LOCALBASE}/lib"
! CONFIGURE_ARGS=       --without-gimp-print \
                --with-drivers=cups --with-gs=espgs \
                --enable-compiled-inits
+ #             --with-fontpath=${LOCALBASE}/share/ghostscript/fonts 
  
  USE_REINPLACE=        yes
  
  

$B8e!"4X78$"$j$^$;$s$,!"(BWindows $B%^%7%s$K$D$J$,$C$?%W%j%s%?$r(B SMB $B7PM3$G(B
$B;H$&>l9g$O(B
  ln -s `which smbspool` /usr/local/libexec/cups/backend/smb
$B$H$7$F$*$/I,MW$,$"$j$^$9!#(B
