1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
John Marino
502489ec50 lang/ezm3: Set IGNORE for DragonFly as no bootstrap exists
It's also not needed as lang/modula-3 provides a better cvsup than
the one that uses ezm3 to build.
2014-02-05 20:43:42 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Xin LI
bdb298664a Unbreak for recent FreeBSD versions by zapping out malloc.c, which is no
longer needed in modern FreeBSD versions.

PORTREVISION intentionally not bumped.
2012-09-07 23:17:09 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Dirk Meyer
135dba8da5 - add all SHA256 checksums 2010-10-17 18:23:38 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Pav Lucistnik
41d8c3385c - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 20:36:33 +00:00
Pav Lucistnik
6389305e33 - Add an extra patch for amd64 that fixes runtime after recent fcntl changes
Submitted by:	jkoshy
2008-08-18 13:36:19 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Mark Linimon
de30940598 jdp has turned in his commit bit, so reset maintainership. We thank him
for his many years of work on this port.

While here, reorganize the Makefile a bit to pacify portlint.  (No change
other than MAINTAINER).
2008-03-03 23:39:37 +00:00
Edwin Groothuis
30bb3b44bc [patch] lang/ezm3 - give it some sha256 checksums
(There are still missing)

PR:		ports/118381
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
2007-12-16 10:28:17 +00:00
Edwin Groothuis
c0b3ecac44 Remove support for OSVERSION < 5 2007-10-03 23:22:04 +00:00
Alexander Kabaev
e73134aa47 Unbreak for GCC 4.1. Merge diffs from newer GCC versions that do not
tickle GCC 4.1 senses as much.
2007-04-15 05:10:55 +00:00
Pav Lucistnik
c7e1e64706 - Reroll amd64 patchset with updated Unix.i3. No functional changes.
Requested by:	ru
2006-04-29 13:05:31 +00:00
Ruslan Ermilov
d815cdba83 Fix fcntl(2) support on 64-bit platforms (alpha, amd64, sparc64).
This makes "cvsup -l" work on them in particular.

PR:		ports/75015
Approved by:	jdp
Reviewed by:	bz, jdp
2006-04-17 13:48:10 +00:00
Pav Lucistnik
fc2e6b62c6 - Enable ezm3 on amd64 architecture. This is achieved by taking an older
version, 1.1, and adding a quite massive patchset made by Peter Wemm
  and Bjoern A. Zeeb.
- Bjoern A. Zeeb agreed to take maintainership of this port for amd64 arch
  (read: help endusers solving their problems)

Based on:	bz's patches floating on mailing list
Approved by:	jdp (maintainer)
2005-07-07 18:57:07 +00:00
John Polstra
73ceb363b8 If -O[2-9] or -Os is in CFLAGS, override it with plain -O. The ezm3
build fails at elevated optimization levels due to aliasing bugs in
its elderly version of dtoa.c.

PR:		ports/71456
2004-11-01 21:42:14 +00:00
John Polstra
aa94b59f85 Fix an incorrect distfile name for the Alpha. 2004-08-10 17:44:53 +00:00
John Polstra
42ad4ecb32 Update to ezm3-1.2. 2004-08-02 20:14:08 +00:00
John Polstra
790036b940 Fix the ezm3 port to deal with 64-bit time_t on the sparc64 platform.
Two patches were submitted for this.  I opted to use the simpler one
due to the issues described in the PR follow-up.  Bump PORTREVISION.

PR:		ports/66159
Submitted by:	marius
2004-05-16 17:42:04 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
John Polstra
3684501415 Parameterize the target's byte ordering in the packing list. This
fixes the package builds for sparc64.

PR:		ports/57265
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2003-10-08 16:43:14 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
John Polstra
77eafda242 Add a patch to work around a strange environment-related gmake bogon
on the sparc64 platform.

Submitted by:	Jake Burkholder <jake@FreeBSD.org>
2003-04-20 18:52:30 +00:00
John Polstra
64a1605ef0 I had to roll a new compiler bootstrap for the FreeBSD/alpha
platform because of a last-minute botch generating the original one.
Update the port to use the corrected bootstrap tarball.
2003-04-16 02:05:19 +00:00
John Polstra
e8cf142656 Upgrade to ezm3 1.1. This adds support for FreeBSD/sparc64.
Because of an unavoidable API change in this release, CVSup versions
prior to 16.1h probably won't build using this version of ezm3.
2003-04-15 19:04:39 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Thomas Moestl
490d1f8530 Fix a construct that causes make errors on platforms that are not
supported by these ports. This fixes 'make readmes' for them on
sparc64 (and by that, release building without NOPORTS).

Approved by:	jdp
2002-10-30 18:51:10 +00:00
John Polstra
ab5106a732 Add a pre-install target which checks for conflicting shared
libraries left over from other Modula-3 ports.
2002-01-21 21:43:41 +00:00
John Polstra
6ee266f6fe Add www site. 2002-01-02 22:38:03 +00:00
John Polstra
e5c90a2538 Add a port for ezm3, a smaller, more portable distribution of the
Modula-3 compiler and runtime system for people who just want to
build CVSup.  Smaller distfiles!  Faster builds!  No runtime
dependencies!  Less memory usage!  No more RTHeapDepC.c problems!
Smoother skin and glossier fur!  (Well, most of those things.)
2002-01-01 22:23:50 +00:00