Commit graph

13 commits

Author SHA1 Message Date
jmmv
496b0120b7 Add DragonFly support; patch from Joerg Sonnenberger. Changes reviewed by
the maintainer.

While here, add missing checksums for Linux and FreeBSD bootstrap kits.
2005-06-05 09:47:16 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
xtraeme
094b801637 Fix installation after USE_BUILDLINK3 was enabled by default:
* ezm3 installs its files into ${PREFIX}/ezm3, the installation
	  fails due to missing libraries, fixed with
	  BUILDLINK_PASSTHRU_DIRS.
	* Provide a buildlink3 file with DEPMETHOD=build to fix the
	  cvsup packages.

Bump PKGREVISION, this closes PR pkg/29986 and PR pkg/30159.
2005-05-09 12:23:23 +00:00
agc
475ab002d7 Add RMD160 digests 2005-02-24 09:03:05 +00:00
jschauma
01e23ecfb8 Allow this to build and install on Linux.
While here, be explicit as to why we can not build and install the package
in separate steps instead of silently setting NO_BUILD.
2004-06-04 17:34:36 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
xtraeme
89cdf18a30 Move the contents of do-build target to do-install, and use NO_BUILD=yes,
so we can build it without root permissions, suggested by Julio Merino in
private email.
2004-01-13 22:02:20 +00:00
xtraeme
41b87c12c3 Remove SU_CMD, should fix the problems in last bulk build. 2004-01-11 20:30:39 +00:00
cjep
abe3f1a57a Whitespace 2004-01-10 19:12:51 +00:00
xtraeme
48783eb7d7 This doesn't really need USE_X11. 2004-01-06 20:09:20 +00:00
xtraeme
a7c4efd5d1 Add missing var ${PROGS}. 2004-01-06 06:43:31 +00:00
xtraeme
3bc177fccf Install/deinstall files/directories properly via PLIST.${OPSYS}. 2004-01-06 06:35:47 +00:00
xtraeme
0f50bf5ffc Initial import of ezm-1.1 from pkgsrc-wip, packaged by Motoyuki Konno,
adapted for FreeBSD/NetBSD by me.

Ezm3 is a smaller, more portable distribution of the Modula-3 compiler
and runtime system for people whose only need for Modula-3 is to build
CVSup.  It supports all features of CVSup, but has smaller distfiles
and installs more quickly than other versions of Modula-3.  Ezm3
provides full X11 GUI support even when compiled on systems which
do not have X11 installed.  It links programs statically with the
Modula-3 libraries but dynamically with the system libraries, so that
programs built with Ezm3 can run on systems which do not have
Modula-3 installed on them.
2004-01-05 23:54:18 +00:00