Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4 30 Jul 2023 22:59:04 |
Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth |
Mk/Uses: Add guile.mk
This patch adds USES=guile[:options], a framework to permit the
concurrent installation of different guile versions, allowing
ports to specify which guile they need.
lang/guile is now a meta-port, installing the default guile version;
guile 3 is now shipped in lang/guile3.
A new port lang/guile-aclocal holds the guile.m4 file from guile3
to permit ports written against guile1 or guile2 to avoid conflicts.
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
3.0.9_2 05 Jun 2023 16:52:59 |
Robert Clausecker (fuz) |
lang/guile: fix build on armv7
Build with clang and obey WITH_LTO.
This fixes the build on armv7.
Suggested by: andrew@tao11.riddles.org.uk
Approved by: bofh (maintainer)
Differential Revision: https://reviews.freebsd.org/D40255 |
3.0.9_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.0.9 02 Feb 2023 12:19:58 |
Muhammad Moinur Rahman (bofh) |
lang/guile: Update version 3.0.8=>3.0.9
- For now disable MARK_JOB_UNSAFE
Relnotes: https://www.gnu.org/software/guile/download/#releases |
3.0.8_3 13 Dec 2022 14:00:42 |
Muhammad Moinur Rahman (bofh) |
lang/guile: Fix runtime
Stripping the libs gives a runtime error. For now disabling the
post-install stripping.
PR: 265414
Reported by: yuri
MFH: 2022Q4 |
3.0.8_2 27 Oct 2022 17:25:23 |
Muhammad Moinur Rahman (bofh) |
lang/guile: Remove USE_GCC=12
The Makefile has USE_GCC=12, however the port does not depend on gcc12
and depends on gcc11 instead. Somehow the USES=cc-c++11-lib overrides
USE_GCC=12 and this port perfectly builds with GCC 11
PR: 265947
Reported by: salvadore |
3.0.8_1 22 Oct 2022 09:36:07 |
Daniel Engberg (diizzy) |
*/*: Bump PORTREVISION for consumers of libunistring
Reported by: jbeich |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.8 20 Jul 2022 19:44:12 |
Tobias C. Berner (tcberner) |
cleanup: remove '$MCom' tag
gnome@ no longer uses Marcusom as their staging ground.
Approved by: gnome (nc)
Differential Revision: https://reviews.freebsd.org/D35866 |
3.0.8 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.8 04 Jul 2022 15:46:49 |
Muhammad Moinur Rahman (bofh) |
lang/guile: Update version 3.0.7=>3.0.8
- Mark NOT_FOR_ARCHS with i386 other ARCHS should be checked
- Add USE_GCC=12
Reported by: herbert@gojira.at
Relnotes: https://www.gnu.org/software/guile/download/#releases |
3.0.7_1 09 May 2022 19:23:51 |
Kevin Bowling (kbowling) |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
3.0.7 03 Feb 2022 13:39:44 |
Piotr Kubaj (pkubaj) |
lang/guile: fix build on powerpc
1. Same as with guile2, remove the broken 32-bit big-endian bootstrap.
2. As reported in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45214,
add "-Oresolve-primitives -Ocps" to GUILE_OPTIMIZATIONS. |
3.0.7 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
3.0.7 29 Aug 2021 11:52:27 |
Bernhard Froehlich (decke) |
lang/guile: Add CPE information
Approved by: portmgr (blanket) |
3.0.7 25 May 2021 17:56:20 |
Muhammad Moinur Rahman (bofh) |
lang/guile: Update version 3.0.6=>3.0.7
Relnotes: https://www.gnu.org/software/guile/download/#releases |
3.0.6 05 May 2021 22:43:33 |
Muhammad Moinur Rahman (bofh) |
lang/guile: Update version 3.0.5=>3.0.6
Relnotes: https://www.gnu.org/software/guile/download/#releases |
3.0.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.5_1 08 Mar 2021 10:22:30 |
bofh |
lang/guile: Fix core dump on stripped modules
PR: 254117
Submitted by: rsmith@xs4all.nl |
3.0.5 15 Feb 2021 18:31:04 |
bofh |
lang/guile: Update version 1.8.8=>3.0.5
Relnotes: https://www.gnu.org/software/guile/download/#releases |
1.8.8_4 25 Oct 2019 19:09:27 |
sunpoet |
Fix build with texinfo 6.7
PR: 240976
Exp-run by: antoine |
1.8.8_4 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.8.8_3 14 Jan 2018 22:18:54 |
tijl |
Remove unneeded editing of aclocal.m4. That file is completely
regenerated by USES=autoreconf. |
1.8.8_3 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.8.8_2 02 Nov 2016 22:45:14 |
mat |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.8.8_2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.8.8_2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.8.8_2 18 Jun 2015 11:36:51 |
bofh |
lang/guile: Fix build with NLS disabled
- Add LICENSE_FILE
PR: 200923
Submitted by: amdmi3@FreeBSD.org |
1.8.8_2 02 Jun 2015 12:16:13 |
bofh |
lang/guile: Remove USE_AUTOTOOLS
- Add PORTSCOUT variable to limit within 1.X.X
- Fix patch files to reflect 'make makepatch' |
1.8.8_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.8.8_2 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1.8.8_2 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
1.8.8_2 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
1.8.8_2 31 Aug 2014 15:17:50 |
tijl |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port) |
1.8.8_1 25 Jun 2014 20:57:21 |
bapt |
Fix build with texinfo 5.2 |
1.8.8_1 25 Jun 2014 14:20:27 |
bapt |
Fix build without texinfo in base |
1.8.8_1 25 May 2014 17:34:38 |
sunpoet |
- Mark CONFLICTS_INSTALL with lang/guile2 |
1.8.8_1 29 Apr 2014 21:16:03 |
sunpoet |
- Add LICENSE
- Add NLS option
- Pass maintainership to submitter
- While I'm here:
- Simplify GUILE_VER
- Remove OPTIONS_DEFAULT
- USe NLS_CONFIGURE_ENABLE
PR: ports/189115
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.8.8_1 28 Apr 2014 15:58:06 |
kwm |
This is a three-part for building guile with clang (or with any other
modern compiler):
1) Use -fwrap in CFLAGS, since guile depends on integer overflows.
2) Fix grep + sed logic in guile-snarf.in to be compatible with the output
of clang's preprocessor. This is achieved by adding additional newlines
before the ^^ delimiters, which guile-snarf depends on.
3) Similarly, in c-tokenize.c, clang's preprocessor outputs EOLs and hash
marks in different places, confusing the lexer. Simply don't output
them to fix the problem.
While here strip binaries and libraries.
Submitted by: dim@ |
1.8.8 10 Oct 2013 00:20:43 |
madpilot |
- Convert to staging
- Convert to USES=gmake
- Convert LIB_DEPENDS to new format |
1.8.8 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.8.8 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
1.8.8 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.8.8 27 Dec 2012 17:28:36 |
bapt |
Reset maintainership per maintainer request
While here:
- trim headers
- Remove shlib number
- Small cleanup up |
1.8.8 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.8.8 29 Oct 2011 07:40:51 |
miwi |
- Fix build with FreeBSD 10 |
1.8.8 11 Aug 2011 19:20:17 |
kwm |
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> |
1.8.8 31 Jul 2011 15:06:47 |
jlaffaye |
Update to 1.8.8
PR: ports/155595
Submitted by: Takefu <takefu@airport.fm>
Approved by: Amatus <c11h15no2@yahoo.com> (maintainer) |
1.8.6_6 24 Jul 2011 17:51:52 |
arved |
Fix build with clang by removing -Werror
PR: 158705
Submitted by: Guido Falsi
Approved by: maintainer timeout |
1.8.6_6 01 Jun 2011 18:13:22 |
bapt |
Fix build after USE_NCURSES introduction |
1.8.6_6 31 May 2011 03:49:09 |
miwi |
- Add USE_NCURSES
- While here get rid MD5
PR: 157144
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Approved by: maintainer |
1.8.6_5 22 Dec 2010 20:05:49 |
ade |
Sync to final (for now) bsd.autotools.mk |
1.8.6_5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.8.6_5 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.8.6_5 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.8.6_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.8.6_3 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
1.8.6_2 18 Apr 2010 17:33:06 |
erwin |
Fix build on HEAD
PR: 144845
Submitted by: Scot Hetzel <swhetzel@gmail.com>
Approved by: maintainer |
1.8.6_2 22 Nov 2009 20:46:38 |
marcel |
Fix build for ia64.
No response from: maintainer (amatus@gnu.org) |
1.8.6_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.8.6_1 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
1.8.6 13 Mar 2009 19:52:09 |
stas |
- Use correct pkgconfig files dir.
PR: ports/132212
Submitted by: John Hein <jhein@timing.com>
Approved by: Amatus <c11h15no2@yahoo.com> (maintainer) |
1.8.6 22 Jan 2009 16:01:48 |
miwi |
- Update to 1.8.6
PR: 129916
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: maintainer
exp-run: pav |
1.8.5 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.8.5 21 Jul 2008 04:47:49 |
rafan |
- Update to 1.85 (share lib version bumped)
PR: ports/125435
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Approved by: Amatus <c11h15no2 at yahoo.com> (maintainer) |
1.8.4_3 06 Jun 2008 13:41:15 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.8.4_2 19 Apr 2008 17:56:05 |
miwi |
- 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) |
1.8.4_2 07 Mar 2008 13:25:51 |
gahr |
- Fix build on sparc64
Approved by: Maintainer, miwi (mentor) |
1.8.4_2 01 Mar 2008 23:27:42 |
marcus |
This one is sneaky. Guile depends on gmake which brings in gettext. Guile
detects gettext and links to it. However, gettext was not a RUN_DEPENDS
or LIB_DEPENDS, so other packages which don't already install gettext
fail.
Fix this by adding USE_GETTEXT.
Reported by: pointyhat via erwin |
1.8.4_1 01 Mar 2008 07:40:28 |
marcus |
Add a missing dependency on libgmp4. |
1.8.4 01 Mar 2008 06:21:17 |
marcus |
Update to 1.8.4, and assign maintainership to submitter.
PR: 121137
Submitted by: David Barksdale <amatus@gnu.org> |
1.6.8_3 28 Feb 2007 18:45:01 |
ahze |
- Bump PORTREVISION for changes in libltdl15. |
1.6.8_2 23 Feb 2007 21:23:45 |
ahze |
Bump PORTREVISION to assure this port is rebuilt with patched libltdl. |
1.6.8_1 17 Dec 2006 19:32:31 |
ahze |
Define libltdl_cv_sys_dlopen_deplibs |
1.6.8 04 Nov 2006 19:19:09 |
marcus |
Fix detection of socklen_t which will fix the build on 4.X.
Reported by: pointyhat via kris |
1.6.8 17 Oct 2006 01:50:03 |
marcus |
Restore a patch lost in the GNOME 2.16 merge, and attempt to fix the build
on ia64.
Approved by: portmgr (implicit) |
1.6.8 14 Oct 2006 08:35:50 |
marcus |
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there, (Only the first 15 lines of the commit message are shown above ) |
1.6.7_1 08 Jun 2006 15:54:14 |
lawrance |
Fix brokenness when installed with slib-guile versions >= 3a2.
This should fix one of gnucash's many problems.
PR: ports/93066 [1] [2], ports/93983 [3]
Submitted by: Geoffrey Mainland [1],
Robert Backhaus provided the fix [2],
Emilio Conti [3] |
1.6.7 16 May 2006 04:57:49 |
mezz |
portlint:
-Remove quotes from BROKEN. |
1.6.7 09 May 2006 20:52:24 |
edwin |
Remove USE_REINPLACE from the categories starting with L |
1.6.7 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
1.6.7 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.6.7 08 Oct 2005 13:49:29 |
pav |
- Update to 1.6.7 |
1.6.5 21 Jul 2005 05:42:41 |
mezz |
BROKEN on ia64: Does not install
Discussed with: marcus in #freebsd-gnome (freenode) |
1.6.5 30 May 2005 12:26:11 |
arved |
Fix plist on FreeBSD powerpc:
guile does not support quickthreads on powerpc
Approved by: pav |
1.6.5 24 Nov 2004 08:09:11 |
pav |
- Regenerate patch file
Reported by: pointyhat via kris |
1.6.4_6 21 Nov 2004 00:21:26 |
pav |
- Remove patch files which should be removed in 1.6.5 update
Reported by: seanc
Pointy hat to: kwm |
1.6.5 20 Nov 2004 18:20:06 |
kwm |
Update to 1.6.5. This is mainly a bug fix release.
Changelog : http://www.gnu.org/software/guile/news.html
Approved by: pav (mentor) |
1.6.4_6 12 Sep 2004 19:49:10 |
marcus |
Fix build on sparc64.
PR: 71679
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Reported by: pointyhat
Approved by: portmgr (implicit) |
1.6.4_6 27 Jul 2004 02:52:28 |
mezz |
Back out my previous commit, two ports need guile's .la files.
Requested by: marcus |
1.6.4_5 27 Jul 2004 02:12:20 |
mezz |
-Correct the GNU_CONFIGURE -> USE_LIBTOOL_VER=15 to avoid install the .la files.
-Bump the PORTREVISION, because of pkg-plist change. |
1.6.4_4 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
1.6.4_4 18 Mar 2004 14:33:42 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
1.6.4_4 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.6.4_3 08 Dec 2003 09:24:48 |
bland |
Enable crypt(3) support.
Submitted by: Alexey Antipov <rabbit@lipetsk.ru> |
1.6.4_2 23 Nov 2003 18:13:58 |
marcus |
Fix plist on ia64 and amd64, and fix build on amd64.
Approved by: portmgr (implicit) |
1.6.4_2 22 Nov 2003 18:53:20 |
pav |
- Fix build on sparc64
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Approved by: adamw (mentor) |
1.6.4_2 20 Oct 2003 05:32:13 |
marcus |
Fix build and execution of guile on ia64:
* Use continuation->backing_store to determine if we return for the first
time from getcontext(). This avoids having to depend on non-POSIX semantics
of the Linux implementation.
* Avoid using __libc_ia64_register_backing_store_base by hardcoding the base
of the backing store. The kernel is changed to put the backing store at
this address. It's not entirely clean, but I want to avoid adding all sorts
of variables in our libc for this for now.
* Fix a genuine bug in the ia64 case: the ia64-specific fields are not
initialized. On FreeBSD this means they have garbage (= 0xd0). Call
memset() after allocation to make sure the contregs structure is properly
cleared. Since this may affect other architectures, this patch will be
ia64 only.
Submitted by: marcel |
1.6.4_2 28 Aug 2003 00:01:09 |
edwin |
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |