summaryrefslogtreecommitdiff
path: root/lang/p2c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-28Honor PKGMANDIR, and fix race condition in makefile.dholland2-4/+15
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-05Improve the post-extract chmod so it doesn't choke on Solaris, wheredholland1-2/+2
a chmod -R that goes into work/.tools will fail for some Solaris reason.
2011-12-18Assorted fixes:dholland15-27/+574
- explain why we need post-extract chmods - sort PLIST - add patch comments - clean up some pkglint - fix a symbol name conflict with logf (from math.h + a gcc builtin) - fix some other bugs/issues found by gcc - add standard headers - remove some bogus BSD/System V include probing - probably fix gcc 4.5 build (not fully tested) - bump PKGREVISION
2011-12-16lang/p2c: Fix WRKDIR permission, add licensemarino1-1/+8
For a reason I don't understand, the WRKDIR "work" directory ends up with file permissions of 777 and unknown user/group ownership. To make PKG_DEVELOPER=yes happy, changing the dir permission is enough.
2009-09-03DESTDIR support. Fix getline issues.joerg5-2/+120
2009-08-20Give up maintainership of packages where I am still listed as MAINTAINER.jwise1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-04-25Convert to buildlink3.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-09-23buildlink1 -> buildlink2.jlam1-2/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+4
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-08defuzzrh2-7/+8
1999-09-09Switch to my netbsd.org address in MAINTAINERjwise1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+4
1999-01-31p2c, a Pascal-to-C translatorjwise7-0/+146