summaryrefslogtreecommitdiff
path: root/lang/ezm3
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg6-177/+6
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-02-04Reset maintainer on his request.wiz1-2/+2
2007-07-02s/PRIVILEGED_STAGE/PRIVILEGED_STAGES/g as it could refer to multipleadrianp1-2/+2
stages in the future. Suggested by rillig@
2007-07-01Add PRIVILEGED_STAGE+= cleanadrianp1-1/+2
2007-02-26Update homepage.veego1-2/+2
2007-02-26Add a patch to build it with gcc4 and reset the 'external' maintainer afterveego3-4/+26
no reaction from him (this time I waited 11 days, where I still have no reply from my last change which was over an 1 year ago).
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-8/+8
Patch provided by Sergey Svishchev in private mail.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-20Don't try to build on DragonFly anymore, until a newer bootstrapjoerg1-2/+3
is available.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2006-01-02Update to version 1.2:veego8-167/+159
This new release includes an updated code generator (based on gcc 3.2.3) which is a big step toward supporting amd64 platforms. (Sorry, they're not supported quite yet in this release.) A few bugs have been fixed, of course. It should be easier now to build Ezm3 on the newer Linux distributions. You must use CVSup 16.1h or later with this version of Ezm3. Earlier versions of CVSup will not build properly with Ezm3 1.2. pkgsrc changes: - Add untested OpenBSD support - Make the PLIST files more uniform, so it would be easier to merge a few of the PLIST.OPSYS entries into PLIST.common - buildlink3.mk was not changed, because we use CVSup 16.1h since two years No answer from the 'maintainer' when i send him the patch two weeks ago and this release is now over 18 month old.
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-06-05Add DragonFly support; patch from Joerg Sonnenberger. Changes reviewed byjmmv3-4/+37
the maintainer. While here, add missing checksums for Linux and FreeBSD bootstrap kits.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-09Fix installation after USE_BUILDLINK3 was enabled by default:xtraeme3-6/+25
* 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-02-24Add RMD160 digestsagc1-1/+3
2004-06-04Allow this to build and install on Linux.jschauma4-4/+59
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-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-13Move the contents of do-build target to do-install, and use NO_BUILD=yes,xtraeme1-11/+3
so we can build it without root permissions, suggested by Julio Merino in private email.
2004-01-11Remove SU_CMD, should fix the problems in last bulk build.xtraeme1-3/+3
2004-01-10Whitespacecjep1-2/+2
2004-01-06This doesn't really need USE_X11.xtraeme1-2/+1
2004-01-06Add missing var ${PROGS}.xtraeme1-1/+3
2004-01-06Install/deinstall files/directories properly via PLIST.${OPSYS}.xtraeme4-190/+219
2004-01-05Initial import of ezm-1.1 from pkgsrc-wip, packaged by Motoyuki Konno,xtraeme5-0/+1219
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.