[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / tcl

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/lang/tcl/Makefile between version 1.33 and 1.34

version 1.33, 2004/06/15 16:17:48 version 1.34, 2004/06/15 16:39:12
Line 3 
Line 3 
   
 DISTNAME=               tcl8.4.6-src  DISTNAME=               tcl8.4.6-src
 PKGNAME=                tcl-8.4.6  PKGNAME=                tcl-8.4.6
 PKGREVISION=            5  PKGREVISION=            4
 CATEGORIES=             lang  CATEGORIES=             lang
 MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE:=tcl/}  MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE:=tcl/}
   
Line 29  INSTALL_TARGET=  install
Line 29  INSTALL_TARGET=  install
 # install to avoid overwriting existing manpages in ${PREFIX}/man.  # install to avoid overwriting existing manpages in ${PREFIX}/man.
 #  #
 CONFIGURE_ARGS+=        --mandir=${WRKDIR}/man  CONFIGURE_ARGS+=        --mandir=${WRKDIR}/man
 # can't enable threads until all potential users of libtcl.so  CONFIGURE_ARGS+=        --enable-threads
 #  link in libpthreads  
 #CONFIGURE_ARGS+=       --enable-threads  
   
 # Add ${VIEWBASE}/lib/tcl to the list of locations for Tcl packages.  # Add ${VIEWBASE}/lib/tcl to the list of locations for Tcl packages.
 CONFIGURE_ENV+=         TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl"  CONFIGURE_ENV+=         TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl"
Line 45  CONFIGURE_ENV+=  TCL_PACKAGE_PATH="${VIE
Line 43  CONFIGURE_ENV+=  TCL_PACKAGE_PATH="${VIE
 CONFIGURE_ENV+=         COMPILER_OPTIMIZATION_BUG=YES  CONFIGURE_ENV+=         COMPILER_OPTIMIZATION_BUG=YES
 .endif  .endif
   
 # see above  .include "../../mk/pthread.buildlink3.mk"
 #.include "../../mk/pthread.buildlink3.mk"  
   
 # Modify mkLinks script to remove the short-filename manpage if it was  # Modify mkLinks script to remove the short-filename manpage if it was
 # linked to a longer filename.  # linked to a longer filename.

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>