Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 1996 06:53:13 -0800 (PST)
From:      Masafumi NAKANE <max>
To:        CVS-committers, cvs-all, cvs-ports
Subject:   cvs commit:  ports/japanese/ptex2 Makefile ports/japanese/ptex2/pkg PLIST ports/japanese/platex Makefile ports/japanese/platex/files md5
Message-ID:  <199611071453.GAA00521@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
max         96/11/07 06:53:11

  Modified:    japanese/ptex2  Makefile
  Log:
  On system without ptex2 and platex, after doing ``make install'' in
  platex, ``make package'' in ptex2 failed.  It happend as:
  
  ``Make install'' led to ``make install'' in ptex2 and it installed old
  LaTeX files which ptex2 doesn't seem to use.  However, they seem to be
  necessary for platex to generate newer pLaTeX files.  Before
  installing new files, pLaTex removes old files, and that causes some
  files for ptex2 package to be missing.
  
  To solve this problem, ptex2 now doesn't install old LaTeX files and
  instead, platex port installs them.
  
  The Bug Found by:	asami
  
  Moved around some lines to standardize Makefile.
  
  Simplify character code dependent conditionals.
  
  Revision  Changes    Path
  1.12      +39 -69    ports/japanese/ptex2/Makefile

  Modified:    japanese/ptex2/pkg  PLIST
               japanese/platex/files  md5
  Log:
  On system without ptex2 and platex, after doing ``make install'' in
  platex, ``make package'' in ptex2 failed.  It happend as:
  
  ``Make install'' led to ``make install'' in ptex2 and it installed old
  LaTeX files which ptex2 doesn't seem to use.  However, they seem to be
  necessary for platex to generate newer pLaTeX files.  Before
  installing new files, pLaTex removes old files, and that causes some
  files for ptex2 package to be missing.
  
  To solve this problem, ptex2 now doesn't install old LaTeX files and
  instead, platex port installs them.
  
  The Bug Found by:	asami
  
  Revision  Changes    Path
  1.4       +0 -98     ports/japanese/ptex2/pkg/PLIST
  1.3       +1 -0      ports/japanese/platex/files/md5

  Modified:    japanese/platex  Makefile
  Log:
  On system without ptex2 and platex, after doing ``make install'' in
  platex, ``make package'' in ptex2 failed.  It happend as:
  
  ``Make install'' led to ``make install'' in ptex2 and it installed old
  LaTeX files which ptex2 doesn't seem to use.  However, they seem to be
  necessary for platex to generate newer pLaTeX files.  Before
  installing new files, pLaTex removes old files, and that causes some
  files for ptex2 package to be missing.
  
  To solve this problem, ptex2 now doesn't install old LaTeX files and
  instead, platex port installs them.
  
  The Bug Found by:	asami
  
  Simplified character code dependent contitionals.
  
  Revision  Changes    Path
  1.11      +20 -21    ports/japanese/platex/Makefile



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