Next | Query returned 9 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2014-01-15 00:12:05 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Recover one line for DEPENDS+= ghostscript.

   2014-01-15 00:10:19 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Remove GS_VERSION dependency, see PR pkg/48479

   2014-01-13 11:46:29 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Sync to pkgsrc proper for furthur debug and test.

   2013-04-03 05:23:27 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Adjust with renaming ghostscript to ghostscript-gpl

   2013-04-03 04:53:52 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Adujst with renaming ghostscript to ghostscript-gpl

   2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-03-19 10:24:03 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
The line was flagged by pbulk as:
  Unresolvable dependencies found, exiting:
  wip/ghostscript

so the change:
-DEPENDS+=      ghostscript:../../wip/ghostscript
+DEPENDS+=      ghostscript-[0-9]*:../../wip/ghostscript
   2011-08-10 00:39:24 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Existing DESINTALL gives followin error:
/var/db/pkg/ghostscript-cidfonts-20000901nb3/+DEINSTALL: 120: Syntax error: word \ 
unexpected (expecting ")")
meaning wrong location of ';;'. 
Fixed.
   2011-03-30 14:49:24 by Makoto Fujiwara | Files touched by this commit (12) | Package updated
Log message:
(1) ghostscript 
   Makefile.common
     bump the version 9.00 to 9.01
   PLIST update
   patches adjust for 9.01
     patches/patch-af
     patches/patch-an

   options.mk (following line no longer used)
    -PLIST_VARS+=	cidfmap

(2) ghostscript-cidfonts
   INSTALL/DESINSTALL
   link destination inside to ghostscript moved.
   -   dest="${GS_RESOURCEDIR}/CIDFont/$base"
   +   dest="${GS_RESOURCEDIR}/Init/CIDFont/$base"

(3) ghostscript-cidfonts-ryumin
   files/cidfmap-adobe
     missing the last LF char added
 
   options.mk 
    (a)  cidfmap is always to be installed
   .if !empty(PKG_OPTIONS:Madobe-cidfonts)
   +GS_CIDFMAP=    cidfmap-adobe
    (b)  the same thing
   -PLIST.cidfmap= yes

   PLIST adjust
     (a)  cidfmap is allways to be installed
     -${PLIST.cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/cidfmap
     +share/ghostscript/${PKGVERSION}/Resource/Init/cidfmap

     (b)  following line should be taken care by (2) ghostscript-cidfonts
     -${PLIST.adobe}  share/ghostscript/${PKGVERSION}/Resource/CIDFont

Next | Query returned 9 messages, browsing 1 to 10 | previous