summaryrefslogtreecommitdiff
path: root/graphics/lcms
AgeCommit message (Collapse)AuthorFilesLines
2003-05-01Don't change permissions of files under ${WRKSRC} toagc1-2/+2
${SHAREOWN}:${SHAREGRP}, and then copy the files to ${PREFIX} - this prevents an ordinary user from deleting the files under ${WRKSRC}. Instead, copy the files into ${PREFIX} first, then change their ownership.
2002-10-31Provide BUILDLINK_CPPFLAGS.lcms for packages that look for lcms.h asjlam1-1/+3
<lcms.h> instead of as <lcms/lcms.h>.
2002-10-09Unused.wiz1-34/+0
2002-10-08Linux also uses u_int64_t, not uint64_t; thus patch accordingly.jschauma2-4/+4
2002-09-01Fix ownership of doc files installed in ${PREFIX}.kim1-2/+3
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam4-4/+23
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-05-20Add NetBSD tag.cjep1-0/+1
2002-05-14Don't include <sys/param.h> in function scope. This make lcms compile whenskrll2-8/+12
using nathanw_sa sources.
2002-03-15Finish off the last patch by converting back the other two uint64_t'smarkd2-4/+4
to u_int64_t's in the NetBSD case.
2002-03-15Do the previous change a bit differently.agc2-5/+18
NetBSD 1.5.x (including 1.5.2) doesn't have the C99 types, so use u_int64_t if we're on a 4.4-based platform, uint64_t otherwise.
2002-03-15u_int64_t -> uint64_t so that it also works on Solaris.markd2-8/+4
Also drop the patch that is putting a newline on the end of the file as Solaris's patch doesn't like it and the compiler doesn't care.
2002-01-14There's no need to quote the comment text.skrll1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+32
2001-06-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-11Remove incorrect reference to old homepage in DESCR.skrll1-2/+0
2001-03-07Import of the Light Color Management System.skrll7-0/+117
From Nathan Ahlstrom <nrahlstr@winternet.com> in pkg/12342 with modifications from me.