Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 1999 03:12:02 -0800 (PST)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: ports/archivers/rar Makefile ports/astro/luna Makefile ports/audio/kdemultimedia11 Makefile ports/benchmarks/hint Makefile ports/benchmarks/iozone Makefile ports/biology/seaview Makefile ports/cad/mars Makefile ports/comms/rzsz Makefile ...
Message-ID:  <199902031112.DAA07711@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1999/02/03 03:12:01 PST

  Modified files:
    archivers/rar        Makefile 
    astro/luna           Makefile 
    audio/kdemultimedia11 Makefile 
    benchmarks/hint      Makefile 
    benchmarks/iozone    Makefile 
    biology/seaview      Makefile 
    cad/mars             Makefile 
    comms/rzsz           Makefile 
    converters/kdesupport11 Makefile 
    converters/uudx      Makefile 
    devel/crossgo32-djgpp2 Makefile 
    devel/crossgo32-djgpp2-pdcurses Makefile 
    devel/sfio           Makefile 
    editors/mule         Makefile 
    editors/mule-common  Makefile 
    editors/thoteditor   Makefile 
    editors/wordperfect  Makefile 
    emulators/snes9x     Makefile 
    games/bugsx          Makefile 
    games/connect4       Makefile 
    games/doom           Makefile 
    games/freeciv        Makefile 
    games/inform         Makefile 
    games/jzip           Makefile 
    games/kdegames11     Makefile 
    games/ladder         Makefile 
    games/xasteroids     Makefile 
    games/xpacman        Makefile 
    german/manpages      Makefile 
    graphics/dore        Makefile 
    graphics/gifmerge    Makefile 
    graphics/gimp-manual-html Makefile 
    graphics/kdegraphics11 Makefile 
    graphics/opengl-man  Makefile 
    graphics/urt         Makefile 
    graphics/xmandel     Makefile 
    japanese/Wnn         Makefile 
    japanese/jvim3       Makefile 
    japanese/netscape3.language Makefile 
    japanese/netscape4-communicator Makefile 
    japanese/p5-manual   Makefile 
    japanese/pgp.language Makefile 
    japanese/ptex-common Makefile 
    japanese/ptex-euc    Makefile 
    japanese/ptex-jis    Makefile 
    japanese/ptex-sjis   Makefile 
    japanese/qkc         Makefile 
    japanese/today       Makefile 
    japanese/vftool      Makefile 
    japanese/zipcodes    Makefile 
    korean/pgp.language  Makefile 
    lang/egcs            Makefile 
    lang/pgcc            Makefile 
    mail/adcomplain      Makefile 
    math/calc            Makefile 
    math/eispack         Makefile 
    math/eval            Makefile 
    math/fftpack         Makefile 
    math/linpack         Makefile 
    misc/astrolog        Makefile 
    misc/estic           Makefile 
    misc/kdeutils11      Makefile 
    misc/man.el          Makefile 
    net/binkd            Makefile 
    net/kdenetwork11     Makefile 
    net/tac_plus         Makefile 
    print/detex          Makefile 
    print/ghostscript5   Makefile 
    russian/pgp.language Makefile 
    security/pgp         Makefile 
    sysutils/asrpages    Makefile 
    textproc/dsssl-docbook-modular Makefile 
    textproc/nfbtrans    Makefile 
    textproc/prag        Makefile 
    www/apache12-fp      Makefile 
    www/apache13-fp      Makefile 
    www/htmlpp           Makefile 
    www/mmm              Makefile 
    www/netscape4-navigator Makefile 
    x11/fbsd-icons       Makefile 
    x11/kdebase11        Makefile 
    x11/kdelibs11        Makefile 
    x11-fonts/etlfonts   Makefile 
    x11-wm/mlvwm         Makefile 
  Log:
  Adjust port Makefiles to new EXTRACT_* variable defaults.  See log of
  bsd.port.mk rev. 1.304 for details on the change.
  
  The fix here is one of the following.
  
  (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
      EXTRACT_* commands.
  
  (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
      calling the "tar" command (i.e., arguments like "-xzf" are spelled
      out).
  
  (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
      add ${EXTRACT_AFTER_ARGS} to the command line as well.
  
  (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
      is set, define the other two too.
  
  Revision  Changes    Path
  1.12      +4 -3      ports/archivers/rar/Makefile
  1.5       +2 -1      ports/astro/luna/Makefile
  1.27      +2 -6      ports/audio/kdemultimedia11/Makefile
  1.2       +4 -2      ports/benchmarks/hint/Makefile
  1.20      +3 -2      ports/benchmarks/iozone/Makefile
  1.13      +3 -1      ports/biology/seaview/Makefile
  1.8       +2 -2      ports/cad/mars/Makefile
  1.23      +3 -2      ports/comms/rzsz/Makefile
  1.17      +2 -7      ports/converters/kdesupport11/Makefile
  1.8       +2 -1      ports/converters/uudx/Makefile
  1.5       +2 -1      ports/devel/crossgo32-djgpp2/Makefile
  1.4       +2 -1      ports/devel/crossgo32-djgpp2-pdcurses/Makefile
  1.7       +2 -1      ports/devel/sfio/Makefile
  1.36      +3 -3      ports/editors/mule/Makefile
  1.37      +3 -3      ports/editors/mule-common/Makefile
  1.6       +2 -2      ports/editors/thoteditor/Makefile
  1.4       +2 -2      ports/editors/wordperfect/Makefile
  1.7       +3 -2      ports/emulators/snes9x/Makefile
  1.3       +3 -1      ports/games/bugsx/Makefile
  1.2       +3 -2      ports/games/connect4/Makefile
  1.10      +3 -2      ports/games/doom/Makefile
  1.18      +2 -6      ports/games/freeciv/Makefile
  1.3       +2 -1      ports/games/inform/Makefile
  1.4       +2 -1      ports/games/jzip/Makefile
  1.25      +2 -6      ports/games/kdegames11/Makefile
  1.2       +4 -2      ports/games/ladder/Makefile
  1.11      +3 -2      ports/games/xasteroids/Makefile
  1.6       +2 -1      ports/games/xpacman/Makefile
  1.8       +3 -3      ports/german/manpages/Makefile
  1.8       +4 -2      ports/graphics/dore/Makefile
  1.4       +3 -1      ports/graphics/gifmerge/Makefile
  1.9       +2 -7      ports/graphics/gimp-manual-html/Makefile
  1.20      +2 -6      ports/graphics/kdegraphics11/Makefile
  1.2       +2 -8      ports/graphics/opengl-man/Makefile
  1.13      +3 -3      ports/graphics/urt/Makefile
  1.3       +3 -2      ports/graphics/xmandel/Makefile
  1.21      +4 -3      ports/japanese/Wnn/Makefile
  1.9       +3 -2      ports/japanese/jvim3/Makefile
  1.5       +2 -2      ports/japanese/netscape3.language/Makefile
  1.15      +2 -2      ports/japanese/netscape4-communicator/Makefile
  1.2       +3 -2      ports/japanese/p5-manual/Makefile
  1.5       +3 -2      ports/japanese/pgp.language/Makefile
  1.25      +2 -2      ports/japanese/ptex-common/Makefile
  1.8       +2 -2      ports/japanese/ptex-euc/Makefile
  1.8       +2 -2      ports/japanese/ptex-jis/Makefile
  1.8       +2 -2      ports/japanese/ptex-sjis/Makefile
  1.10      +3 -2      ports/japanese/qkc/Makefile
  1.7       +2 -1      ports/japanese/today/Makefile
  1.7       +3 -1      ports/japanese/vftool/Makefile
  1.10      +2 -1      ports/japanese/zipcodes/Makefile
  1.3       +3 -2      ports/korean/pgp.language/Makefile
  1.43      +2 -6      ports/lang/egcs/Makefile
  1.14      +4 -6      ports/lang/pgcc/Makefile
  1.23      +2 -1      ports/mail/adcomplain/Makefile
  1.12      +3 -1      ports/math/calc/Makefile
  1.20      +3 -2      ports/math/eispack/Makefile
  1.3       +4 -2      ports/math/eval/Makefile
  1.9       +3 -1      ports/math/fftpack/Makefile
  1.19      +3 -2      ports/math/linpack/Makefile
  1.14      +3 -2      ports/misc/astrolog/Makefile
  1.4       +3 -2      ports/misc/estic/Makefile
  1.25      +2 -6      ports/misc/kdeutils11/Makefile
  1.4       +2 -2      ports/misc/man.el/Makefile
  1.2       +3 -2      ports/net/binkd/Makefile
  1.26      +3 -6      ports/net/kdenetwork11/Makefile
  1.4       +4 -2      ports/net/tac_plus/Makefile
  1.2       +4 -2      ports/print/detex/Makefile
  1.32      +2 -2      ports/print/ghostscript5/Makefile
  1.21      +3 -2      ports/russian/pgp.language/Makefile
  1.22      +5 -3      ports/security/pgp/Makefile
  1.6       +4 -2      ports/sysutils/asrpages/Makefile
  1.15      +2 -1      ports/textproc/dsssl-docbook-modular/Makefile
  1.3       +3 -2      ports/textproc/nfbtrans/Makefile
  1.2       +3 -2      ports/textproc/prag/Makefile
  1.4       +4 -4      ports/www/apache12-fp/Makefile
  1.8       +2 -2      ports/www/apache13-fp/Makefile
  1.4       +3 -2      ports/www/htmlpp/Makefile
  1.11      +2 -2      ports/www/mmm/Makefile
  1.37      +2 -2      ports/www/netscape4-navigator/Makefile
  1.5       +2 -2      ports/x11/fbsd-icons/Makefile
  1.27      +2 -6      ports/x11/kdebase11/Makefile
  1.25      +2 -6      ports/x11/kdelibs11/Makefile
  1.6       +4 -2      ports/x11-fonts/etlfonts/Makefile
  1.14      +2 -1      ports/x11-wm/mlvwm/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902031112.DAA07711>