summaryrefslogtreecommitdiff
path: root/lang/cint
AgeCommit message (Collapse)AuthorFilesLines
2014-09-24Use portable find constructs.jperkin1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-12Add CONFLICTS with new man-pages package. For details, seewiz1-1/+3
man-pages/Makefile.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-10/+1
2008-09-05Fix broken 64-bit build, and patch makefile to stop on error. Theredholland15-3/+332
are a lot of woolly things going on here, so PKGREVISION++ as a precaution.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-7/+6
through PLIST_SUBST to the plist module.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-33/+54
their files via a custom do-install target.
2006-11-09Fixed "test ==".rillig1-1/+2
2006-10-04Fixed path to the manual pages.rillig1-10/+12
2006-10-04Needs a C compiler.rillig1-2/+2
2006-05-26-uses c++drochner2-3/+43
-install documentation, bump PKGREVISION submitted by Ben Collver per PR pkg/33557 and pkg/33559
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-09Fail the build if the OPSYS check falls through in do-build.tv1-1/+3
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-31don't require native threads, deal with the non-thread case instead.drochner2-5/+10
this enables the pkg for NetBSD-1.6 tested by Roland Illig
2005-05-25require gcc>=3 and native threadsdrochner1-1/+4
This effectively removes support for NetBSD-1.6, thus closing PR pkg/30317 by diro@nixsys.bz.
2005-05-19sync with changed distfile -- they have the habit to do minor updatesdrochner2-6/+10
without changing the distfile name changes seem X11/GL related which we don't support anyway
2005-05-02update to 5.15.169drochner4-58/+119
This fixes (additionally to internal changes) compilation with gcc3. (it likely breaks on gcc2 now, but the effort to make it support both gcc versions isn't worth it imho)
2005-02-24Add RMD160 digestsagc1-1/+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
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-5/+5
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+3
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-05-09The Makefile says that the distfile will change for different minor versionagc2-4/+5
numbers of this package. To make sure we get the right distfile, use ${MASTER_SITE_BACKUP}. Move to sha1 digest, and add distfile size.
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-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-07-22properly pass -Wl,--export-dynamic to the c compiler. Fixed recently noteddmcmahill2-4/+4
compile problems. Note: we need to be sure and use --export-dynamic instead of -export-dynamic (2 dashes) for compatibility with a.out systems.
2000-06-19put distfile into own DIST_SUBDIR because the filename doesn't changedrochner5-40/+38
between minor versions, upgrade to 5.14.40
2000-02-05Updated to the last dist-file at the original site, but marked aswiz4-33/+26
broken, since it doesn't compile (the previous version didn't compile, either).
1999-11-23I'll play MAINTAINER heredrochner1-2/+2
1999-11-18Package this up a bit better for Solaris.agc4-12/+27
Delete unwanted patch-file checksums from patchsum file. Re-generate distfile checksum, which seemed to be bad. Add a missing quotation mark to the end of an echo command in the setup script
1999-11-17import pkg for cint, a C/C++ interpreterdrochner9-0/+331