notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
guile Meta-port for the Guile interpreter
4 lang on this many watch lists=187 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4Version of this port present on the latest quarterly branch.
Maintainer: andrew@tao11.riddles.org.uk search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2023-07-30 22:59:04
Commit Hash: 94218d3
People watching this port, also watch:: png, gettext, freetype2, popt, libiconv
Also Listed In: scheme
License: NA
WWW:
http://www.gnu.org/software/guile/
Description:
GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library that implements the Scheme language plus various convenient facilities. See the lang/guile3 port for more detail. This is a meta port to the Guile interpreter and provides symbolic links to bin/guile and bin/guild as a convenience to users. Do not depend on this port.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/guile
  2. bin/guild
  3. /usr/local/share/licenses/guile-meta-4/catalog.mk
  4. /usr/local/share/licenses/guile-meta-4/LICENSE
  5. /usr/local/share/licenses/guile-meta-4/NA
Collapse this list.
Dependency lines:
  • guile-meta>0:lang/guile
To install the port:
cd /usr/ports/lang/guile/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/guile
  • pkg install guile-meta
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: guile-meta
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
guile
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.8.8_4---1.8.8_4-
FreeBSD:13:quarterly--3.0.9_2-----
FreeBSD:14:latest-------3.0.9_2
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

guile-meta
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest44-44---
FreeBSD:13:quarterly44-444-4
FreeBSD:14:latest44-44---
FreeBSD:14:quarterly44-44--4
FreeBSD:15:latest44n/a4n/a--4
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. guile-2.2 : lang/guile2
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net/net-http*
  2. Collapse this list of deleted ports.
for Libraries

Deleted ports which required this port:

Expand this list of 10 deleted ports
  1. audio/beast*
  2. audio/glame*
  3. cad/gwave*
  4. cad/libgeda*
  5. devel/gconf*
  6. irc/bobot++*
  7. lang/gnustep-guile*
  8. math/guppi*
  9. security/crank*
  10. x11-toolkits/guile-gtk*
  11. Collapse this list of deleted ports.
for Run
  1. cad/freehdl

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net/net-http*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
lang_guile
USES:
guile:run
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 127 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4
30 Jul 2023 22:59:04
commit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2ccommit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2ccommit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2ccommit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2c files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
commit hash: 3ae5feae31f8ae7f7a9ef48ae0c120a930491967commit hash: 3ae5feae31f8ae7f7a9ef48ae0c120a930491967commit hash: 3ae5feae31f8ae7f7a9ef48ae0c120a930491967commit hash: 3ae5feae31f8ae7f7a9ef48ae0c120a930491967 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
3.0.9
02 Feb 2023 12:19:58
commit hash: 1fdafdb6405197e82eef6294b803ac27de342405commit hash: 1fdafdb6405197e82eef6294b803ac27de342405commit hash: 1fdafdb6405197e82eef6294b803ac27de342405commit hash: 1fdafdb6405197e82eef6294b803ac27de342405 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: fd16053f4e657f0aabca874ec8316ade045c7b99commit hash: fd16053f4e657f0aabca874ec8316ade045c7b99commit hash: fd16053f4e657f0aabca874ec8316ade045c7b99commit hash: fd16053f4e657f0aabca874ec8316ade045c7b99 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: b6afd65b60898fb1637061ad7686c30597d1c8e1commit hash: b6afd65b60898fb1637061ad7686c30597d1c8e1commit hash: b6afd65b60898fb1637061ad7686c30597d1c8e1commit hash: b6afd65b60898fb1637061ad7686c30597d1c8e1 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7ccommit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7ccommit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7ccommit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7c files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump PORTREVISION for consumers of libunistring

Reported by:	jbeich
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.0.8
20 Jul 2022 19:44:12
commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
3.0.8
04 Jul 2022 15:46:49
commit hash: a02c296c230a9d86251746aaebd8b1db6c322c06commit hash: a02c296c230a9d86251746aaebd8b1db6c322c06commit hash: a02c296c230a9d86251746aaebd8b1db6c322c06commit hash: a02c296c230a9d86251746aaebd8b1db6c322c06 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
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
commit hash: 6edecd95cb410b25f9f1b3d408e92fac57508be7commit hash: 6edecd95cb410b25f9f1b3d408e92fac57508be7commit hash: 6edecd95cb410b25f9f1b3d408e92fac57508be7commit hash: 6edecd95cb410b25f9f1b3d408e92fac57508be7 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
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
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af files touched by this commit
Stefan Eßer (se) search for other commits by this committer
*/*: 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
commit hash: bd1fc88f65472ed019de9c5673aa0a40b543f110commit hash: bd1fc88f65472ed019de9c5673aa0a40b543f110commit hash: bd1fc88f65472ed019de9c5673aa0a40b543f110commit hash: bd1fc88f65472ed019de9c5673aa0a40b543f110 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
lang/guile: Add CPE information

Approved by:	portmgr (blanket)
3.0.7
25 May 2021 17:56:20
commit hash: 7c01038fb2d7748c537692ee61263b8ac494a6ebcommit hash: 7c01038fb2d7748c537692ee61263b8ac494a6ebcommit hash: 7c01038fb2d7748c537692ee61263b8ac494a6ebcommit hash: 7c01038fb2d7748c537692ee61263b8ac494a6eb files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: ef641995ee248e8ad0a632f1a86311919d8f170acommit hash: ef641995ee248e8ad0a632f1a86311919d8f170acommit hash: ef641995ee248e8ad0a632f1a86311919d8f170acommit hash: ef641995ee248e8ad0a632f1a86311919d8f170a files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.0.5_1
08 Mar 2021 10:22:30
Revision:567829Original commit files touched by this commit
bofh search for other commits by this committer
lang/guile: Fix core dump on stripped modules

PR:			254117
Submitted by:		rsmith@xs4all.nl
3.0.5
15 Feb 2021 18:31:04
Revision:565322Original commit files touched by this commit
bofh search for other commits by this committer
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
Revision:515634Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix build with texinfo 6.7

PR:		240976
Exp-run by:	antoine
1.8.8_4
10 Nov 2018 18:12:58
Revision:484628Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:459008Original commit files touched by this commit
tijl search for other commits by this committer
Remove unneeded editing of aclocal.m4.  That file is completely
regenerated by USES=autoreconf.
1.8.8_3
08 Dec 2016 19:52:20
Revision:428152Original commit files touched by this commit
tijl search for other commits by this committer
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
Revision:425174Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
1.8.8_2
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:390026Original commit files touched by this commit
bofh search for other commits by this committer
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
Revision:388323Original commit files touched by this commit
bofh search for other commits by this committer
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
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:375378Original commit files touched by this commit
bofh search for other commits by this committer
Change my non-FreeBSD MAINTAINER mail to bofh@

Approved by:	bapt
1.8.8_2
27 Oct 2014 15:23:31
Revision:371587Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.8.8_2
17 Sep 2014 07:38:16
Revision:368356Original commit files touched by this commit
tijl search for other commits by this committer
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
Revision:366777Original commit files touched by this commit
tijl search for other commits by this committer
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
Revision:359302Original commit files touched by this commit
bapt search for other commits by this committer
Fix build with texinfo 5.2
1.8.8_1
25 Jun 2014 14:20:27
Revision:359245Original commit files touched by this commit
bapt search for other commits by this committer
Fix build without texinfo in base
1.8.8_1
25 May 2014 17:34:38
Revision:355256Original commit files touched by this commit
sunpoet search for other commits by this committer
- Mark CONFLICTS_INSTALL with lang/guile2
1.8.8_1
29 Apr 2014 21:16:03
Revision:352656Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Revision:352517Original commit files touched by this commit
kwm search for other commits by this committer
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
Revision:329950Original commit files touched by this commit
madpilot search for other commits by this committer
- Convert to staging
- Convert to USES=gmake
- Convert LIB_DEPENDS to new format
1.8.8
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
1.8.8
06 May 2013 15:34:18
Revision:317525Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
1.8.8
24 Apr 2013 18:10:32
Revision:316464Original commit files touched by this commit
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
1.8.8
27 Dec 2012 17:28:36
Revision:309548Original commit files touched by this commit
bapt search for other commits by this committer
Reset maintainership per maintainer request
While here:
- trim headers
- Remove shlib number
- Small cleanup up
1.8.8
09 Nov 2011 15:26:04
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
1.8.8
29 Oct 2011 07:40:51
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix build with FreeBSD 10
1.8.8
11 Aug 2011 19:20:17
Original commit files touched by this commit Sanity Test Failure
kwm search for other commits by this committer
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
Original commit files touched by this commit
jlaffaye search for other commits by this committer
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
Original commit files touched by this commit
arved search for other commits by this committer
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
Original commit files touched by this commit
bapt search for other commits by this committer
Fix build after USE_NCURSES introduction
1.8.6_6
31 May 2011 03:49:09
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
ade search for other commits by this committer
Sync to final (for now) bsd.autotools.mk
1.8.6_5
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
1.8.6_5
16 Oct 2010 11:52:47
Original commit files touched by this commit
ade search for other commits by this committer
Punt autoconf267->autoconf268
1.8.6_5
15 Sep 2010 18:35:24
Original commit files touched by this commit
ade search for other commits by this committer
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
Original commit files touched by this commit
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
1.8.6_3
19 Apr 2010 10:43:43
Original commit files touched by this commit
ale search for other commits by this committer
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
Original commit files touched by this commit
erwin search for other commits by this committer
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
Original commit files touched by this commit
marcel search for other commits by this committer
Fix build for ia64.

No response from: maintainer (amatus@gnu.org)
1.8.6_2
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-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
Original commit files touched by this commit
ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
1.8.6
13 Mar 2009 19:52:09
Original commit files touched by this commit
stas search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
ade search for other commits by this committer
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
Original commit files touched by this commit
rafan search for other commits by this committer
- 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
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
gahr search for other commits by this committer
- Fix build on sparc64

Approved by:    Maintainer, miwi (mentor)
1.8.4_2
01 Mar 2008 23:27:42
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
Add a missing dependency on libgmp4.
1.8.4
01 Mar 2008 06:21:17
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
ahze search for other commits by this committer
- Bump PORTREVISION for changes in libltdl15.
1.6.8_2
23 Feb 2007 21:23:45
Original commit files touched by this commit
ahze search for other commits by this committer
Bump PORTREVISION to assure this port is rebuilt with patched libltdl.
1.6.8_1
17 Dec 2006 19:32:31
Original commit files touched by this commit
ahze search for other commits by this committer
Define libltdl_cv_sys_dlopen_deplibs
1.6.8
04 Nov 2006 19:19:09
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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 View all of this commit message)
1.6.7_1
08 Jun 2006 15:54:14
Original commit files touched by this commit
lawrance search for other commits by this committer
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
Original commit files touched by this commit
mezz search for other commits by this committer
portlint:
        -Remove quotes from BROKEN.
1.6.7
09 May 2006 20:52:24
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
1.6.7
23 Nov 2005 22:41:05
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256 checksums
1.6.7
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
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
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.6.7
1.6.5
21 Jul 2005 05:42:41
Original commit files touched by this commit
mezz search for other commits by this committer
BROKEN on ia64: Does not install

Discussed with: marcus in #freebsd-gnome (freenode)
1.6.5
30 May 2005 12:26:11
Original commit files touched by this commit
arved search for other commits by this committer
Fix plist on FreeBSD powerpc:
guile does not support quickthreads on powerpc

Approved by:    pav
1.6.5
24 Nov 2004 08:09:11
Original commit files touched by this commit
pav search for other commits by this committer
- Regenerate patch file

Reported by:    pointyhat via kris
1.6.4_6
21 Nov 2004 00:21:26
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
kwm search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
mezz search for other commits by this committer
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
Original commit files touched by this commit
mezz search for other commits by this committer
-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
Original commit files touched by this commit
ade search for other commits by this committer
Sync with new bsd.autotools.mk
1.6.4_4
18 Mar 2004 14:33:42
Original commit files touched by this commit
pav search for other commits by this committer
- Add SIZE to GNOME ports

Submitted by:   trevor
1.6.4_4
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
bland search for other commits by this committer
Enable crypt(3) support.

Submitted by:   Alexey Antipov <rabbit@lipetsk.ru>
1.6.4_2
23 Nov 2003 18:13:58
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
edwin search for other commits by this committer
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>

Number of commits found: 127 (showing only 100 on this page)

1 | 2  »