summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu/files/patch-src:gxobj.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-05* print/ghostscript-* and related ports have been renamed in theHiroki Sato1-17/+0
following way: print/ghostscript-gnu -> print/ghostscript7 print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11 print/ghostscript-gnu-commfont -> print/ghostscript7-commfont print/ghostscript-gpl -> print/ghostscript8 print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11 japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont * USE_GHOSTSCRIPT now supports a version number which the port requires. The valid value is "7" or "8". If other value is specified, value of WITH_GHOSTSCRIPT_VER is used. * WITH_GHOSTSCRIPT_GNU has been removed in favor of WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is "7" or "8", and the default value is "8". Approved by: portmgr (pav) Notes: svn path=/head/; revision=219946
2003-09-25Make this align correctly for amd64 as well. This should fix the docsPeter Wemm1-1/+1
part of 'make release'. Many many thanks to Marcel for pointing me here! Notes: svn path=/head/; revision=89275
2002-12-19Fix ghostscript on ia64. The logic to determine what the minimumMarcel Moolenaar1-0/+17
alignment must be is based on elementary datatypes, but does not take into account the alignment requirements of FP spills. Such are present in jmp_buf. The memory allocator is used by the JPEG and PNG libraries as well and the JPEG library has a jmp_buf in one of its structures. Another problem case is the "long double" type. This datatype is not in the list of elementary types on which the minimal alignment is based and can also be used by imported source code. The patch forces 16-byte alignment on ia64. Notes: svn path=/head/; revision=71720