Adam Weinberger
d7ecdbf615
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
...
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE.
2014-07-15 15:49:33 +00:00
Antoine Brodin
c0ef6553ab
Allow to build with texinfo from ports
...
With hat: portmgr
2014-06-26 08:41:34 +00:00
Johan van Selst
88cdfe844e
Our automatic dependency tracking is too intelligent,
...
but should have all bases covered now.
2014-06-15 15:22:24 +00:00
Johan van Selst
ca25ebcc62
- Revert USE_AUTOTOOLS=libtool that was removed in previous commit
...
because libtool was not found, 12 library files were not build
- Bump PORTREVISION
Reported by: jenkins via swills
2014-06-15 12:33:34 +00:00
Johan van Selst
0b8f294fc3
Avoid creating a history file in the user's (root) homedir during build
...
Reported by: jenkins via swills
2014-06-14 20:52:22 +00:00
Johan van Selst
d08dc7af62
Update gforth to 0.7.3 (bugfix release)
2014-06-14 10:45:29 +00:00
Johan van Selst
7ee05873aa
Enable stage support
2013-12-29 16:09:58 +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
Johan van Selst
7d12136878
- Update GNU Forth to 0.7.2
...
- Update MASTER_SITES
- Use gcc
2013-05-04 14:13:34 +00:00
Johan van Selst
49e5747aed
fix package list (depending on architecture)
2012-09-20 20:34:25 +00:00
Erwin Lansing
1f2d5f0403
Mark BROKEN everywhere
...
Submitted by: pointyhat
2012-08-22 06:56:56 +00:00
Johan van Selst
2d414fca6d
Mark broken on FreeBSD 7.x
2012-06-17 21:14:36 +00:00
Erwin Lansing
42bfe036d9
Mark BROKEN: does not build
...
Submitted by: pointyhat
2012-06-08 06:29:09 +00:00
Johan van Selst
434567eb94
Remove checks from build that fail on Pointyhat (but work elsewhere).
...
This doesn't change the resulting package.
2012-01-07 16:07:10 +00:00
Johan van Selst
8a36e86726
Change build target to avoid its 'make check' part,
...
because it fails in some environments, even though the application works fine
2011-12-30 20:06:57 +00:00
Johan van Selst
91238bb337
Remove BROKEN tag (works for me)
2011-12-29 08:18:33 +00:00
Pav Lucistnik
7602532415
- Mark BROKEN: fails to build
...
Reported by: pointyhat
2011-12-22 00:15:44 +00:00
Johan van Selst
0fc70781ac
Add MAKE_JOBS_UNSAFE as parallel builds will fail
...
Feature safe: yes
2011-12-13 21:42:13 +00:00
Johan van Selst
ed159cd4eb
- Update GNU Forth to 0.7.0
...
- Remove patches (and autoconf run) that are no longer needed
- Fix build with ffcall and libffi (requires libtool, libltdl)
- Remove emacs config file for now (will try and fix this soon)
- Adopt port
Feature safe: yes
2011-12-11 17:17:01 +00:00
Doug Barton
291c479c05
Remove references to unsupported FreeBSD versions. Mostly of the form:
...
.if ${OSVERSION} < 700000
2011-11-01 20:46:07 +00:00
Stanislav Sedov
422bce3414
- Return my ports back to the pool. I was unable to make any fixes to
...
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
2011-10-24 03:33:20 +00:00
Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
...
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Olli Hauer
27de467a2b
- remove MD5
2011-07-03 13:45:36 +00:00
Stanislav Sedov
5e7fc97192
- Fix build on powerpc.
...
PR: ports/151348
Submitted by: Andreas Tobler <andreast@FreeBSD.org>
2010-10-10 02:32:50 +00:00
Mark Linimon
915abc4271
Also broken on sparc64.
...
Hat: portmgr
Feature safe: yes
2010-06-19 07:54:14 +00:00
Boris Samorodov
3cb246682f
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
...
PR/137956 by Ashish SHUKLA (thanks!). [1]
Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.
Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.
Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).
Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.
PR: ports/137956 [1], ports/141369 [2]
Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1],
bsam (me) [2]
Exp-run by: miwi
2009-12-20 20:19:24 +00:00
Pav Lucistnik
5f6e38366a
- Mark BROKEN on amd64-7
...
Reported by: pointyhat
Approved by: portmgr (hat)
2007-12-10 22:31:53 +00:00
Mark Linimon
16f1d99887
This now appears to build on 7.x and 8.x.
...
Reported by: pointyhat
Approved by: portmgr (self)
2007-11-20 03:19:17 +00:00
Kris Kennaway
76505fe4a9
BROKEN on 7.0: Does not compile
2007-04-21 17:30:36 +00:00
Stanislav Sedov
348cef471d
- Add ffcall support [1]
...
- Mark broken on pre-7.x again as it doesn't built on pointyhat anyway
Reported by: Jason Woofenden <jason@jasonwoof.com> [1]
2006-11-01 22:07:36 +00:00
Stanislav Sedov
e5883676e3
- Add files forgotten in the last commit
...
Approved by: portmgr (erwin)
2006-10-21 13:11:07 +00:00
Stanislav Sedov
d6c0680bfc
- Try to unbroke
...
- Change my email
Approved by: portmgr (erwin)
2006-10-21 13:08:53 +00:00
Martin Wilke
cc23ff42d8
- Unbreak for 7.X build
...
PR: ports/101800
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor)
2006-08-12 18:29:25 +00:00
Martin Wilke
f896c6fa65
force commit.
...
- Fix Makefile entry
Approved by: krion (mentor)
2006-08-09 20:38:53 +00:00
Martin Wilke
31818d07e5
BROKEN: does not build
...
Submitted by: pointyhat via kris
Approved by: krion (mentor)
2006-08-09 20:26:03 +00:00
Martin Wilke
337148661c
- Mark broken on 4.x
...
Submitted by: pointyhat via kris
Approved by: krion (mentor)
2006-08-07 14:12:58 +00:00
Martin Wilke
9a74edf166
- Pass maintainership to submitter
...
- Update to 0.6.2
- Cleanup and optimization
PR: ports/100692
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor)
2006-07-25 11:50:32 +00:00
Edwin Groothuis
7c6393360c
Remove USE_REINPLACE from the categories starting with L
2006-05-09 20:52:24 +00:00
Edwin Groothuis
c92c635b24
SHA256ify
...
Approved by: krion@
2006-01-22 12:42:24 +00:00
Edwin Groothuis
275ce80379
Use INFO macro
2005-12-04 10:06:24 +00:00
Mark Linimon
7359600566
Reset maintainer per his request. We hope to see him back soon.
2005-12-02 02:05:39 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kris Kennaway
3e8bbb98e8
This is apparently no longer broken on 5.x.
2004-08-17 10:28:21 +00:00
Kris Kennaway
c57bfe5787
BROKEN on 5.x except on amd64
2004-04-04 01:50:02 +00:00
Mark Linimon
a39bc0b003
CONFIGURE_ENV and MAKE_ENV added; PLIST_SUB updated; WORDSIZE
...
and BYTEORDER added; EMPTY_DIRS split (the second one will be deleted
upon 0.6.2 update, if any); SIZE added to distinfo; plist generalized;
-fno-inline and FPE_* build fix added from 0.6.2.
The 0.6.2 runtime causes a Segmentation Fault at compilation time,
so, no update is planned right now... sorry.
PR: ports/63991
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
2004-03-17 20:03:17 +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
Mark Linimon
2e1ad914a2
Mark as only for the various Intel chips. Pet portlint. No objection
...
from: maintainer.
PR: ports/60178
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-12-15 06:57:15 +00:00
Peter Pentchev
c6c3559a2a
Spell NOPORTDOCS correctly in Cyrille Lefevre's ports.
...
PR: 57749
Approved by: maintainer timeout
2003-12-12 12:21:56 +00:00