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) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/guile/Makefile

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

1 | 2  »  

Sunday, 30 Jul 2023
22:59 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
commit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2c commit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2c commit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2c commit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2c 94218d3
Monday, 5 Jun 2023
16:52 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
commit hash: 3ae5feae31f8ae7f7a9ef48ae0c120a930491967 commit hash: 3ae5feae31f8ae7f7a9ef48ae0c120a930491967 commit hash: 3ae5feae31f8ae7f7a9ef48ae0c120a930491967 commit hash: 3ae5feae31f8ae7f7a9ef48ae0c120a930491967 3ae5fea
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Thursday, 2 Feb 2023
12:19 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
commit hash: 1fdafdb6405197e82eef6294b803ac27de342405 commit hash: 1fdafdb6405197e82eef6294b803ac27de342405 commit hash: 1fdafdb6405197e82eef6294b803ac27de342405 commit hash: 1fdafdb6405197e82eef6294b803ac27de342405 1fdafdb
Tuesday, 13 Dec 2022
14:00 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
commit hash: fd16053f4e657f0aabca874ec8316ade045c7b99 commit hash: fd16053f4e657f0aabca874ec8316ade045c7b99 commit hash: fd16053f4e657f0aabca874ec8316ade045c7b99 commit hash: fd16053f4e657f0aabca874ec8316ade045c7b99 fd16053
Thursday, 27 Oct 2022
17:25 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
commit hash: b6afd65b60898fb1637061ad7686c30597d1c8e1 commit hash: b6afd65b60898fb1637061ad7686c30597d1c8e1 commit hash: b6afd65b60898fb1637061ad7686c30597d1c8e1 commit hash: b6afd65b60898fb1637061ad7686c30597d1c8e1 b6afd65
Saturday, 22 Oct 2022
09:36 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump PORTREVISION for consumers of libunistring

Reported by:	jbeich
commit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7c commit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7c commit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7c commit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7c df6c65a
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
19:44 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
commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091 commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091 commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091 commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091 11049e3
14:22 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>
  *  Anton Shterenlikht
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Bob Eager <bob@eager.cx>
  *  Bruce M Simpson
  *  Bruce M. Simpson
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christopher Elkins <chrise@scardini.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Robey <chuckr@FreeBSD.org>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Danilo Egea Gondolfo <danilogondolfo@gmail.com>
  *  Dario Freni <saturnero@gufi.org>
  *  David Kalliecharan <dave@dal.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <dbn@dragon.local>
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@NUXI.org)
  *  David O'Brien <obrien@NUXI.org>
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  Dereckson <dereckson@gmail.com>
  *  Devon H. O'Dell <devon.odell@gmail.com>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas Anestad <yotta@dougdidit.com>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eugene Ossintsev
  *  Frank Fischer
  *  Frank Gruender <elwood@mc5sys.in-berlin.de>
  *  Frederic Cambus
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  GreenDog <fiziologus@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Guy Antony Halse <guy@rucus.ru.za.za>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jeff Brown <jabrown@caida.org>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jing-Tang Keith Jang <keith@FreeBSD.org>
  *  John Hein <jhein@symmetricom.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper <coop9211@uidaho.edu>
  *  John Merryweather Cooper et al
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Josh Elsasser <jre@vineyard.net>
  *  Josh Gilliam <josh@quick.net>
  *  Julian H. Stacey <jhs@FreeBSD.org>
  *  Julian Stecklina
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lev Walkin <vlm@lionet.info>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Hunt <mph@FreeBSD.org>
  *  Michael Butschky <butsch@computi.erols.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Mitsuru YOSHIDA <mitsuru@riken.jp>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Neal Nelson <ports@nicandneal.net>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nils M Holm <nmh@t3x.org>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Oliver Breuninger <ob@seicom.NET>
  *  Patrick Li <pat@databits.net>
  *  Pawel Worach <pawel.worach@gmail.com>
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pete French <pete@twisted.org.uk>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter van Heusden <pvh@egenetics.com>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Pontus Stenetorp <ninjin@kth.se>
  *  Ralf S. Engelschall <rse@engelschall.com>
  *  Rick van der Zwet <rick@wzoeterwoude.net>
  *  Rob Zinkov
  *  Roland Jesse <roland.jesse@gmx.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Simon Marlow <simonmar@microsoft.com>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stephen Weeks <sweeks@sweeks.com>
  *  Steven G. Kargl
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping <wenhping@gmail.com>
  *  Wes Peters <wes@softweyr.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zach Garner <zach@neurosoft.org>
  *  aaron@FreeBSD.org
  *  andrewb@cs.cmu.edu
  *  arved
  *  chinsan
  *  chuckr
  *  dd
  *  erik@smluc.org
  *  gahr
  *  gahr@FreeBSD.org
  *  gpalmer
  *  hsu
  *  ijliao
  *  jasone
  *  jkh
  *  jkoshy
  *  jmacd
  *  jmacd@FreeBSD.org
  *  jmz
  *  js@jeannot.org
  *  jseger@FreeBSD.org
  *  kappa@FreeBSD.org.ua
  *  kbyanc
  *  msmith@gsoft.com.au
  *  mutoh@openedu.org
  *  netchild@FreeBSD.org
  *  patrick
  *  pst
  *  rene@FreeBSD.org
  *  ruslan@shevchenko.kiev.ua
  *  stas
  *  tobez

With hat:	portmgr
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 f98ae56
Monday, 4 Jul 2022
15:46 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
commit hash: a02c296c230a9d86251746aaebd8b1db6c322c06 commit hash: a02c296c230a9d86251746aaebd8b1db6c322c06 commit hash: a02c296c230a9d86251746aaebd8b1db6c322c06 commit hash: a02c296c230a9d86251746aaebd8b1db6c322c06 a02c296
Monday, 9 May 2022
19:23 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>
commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 db78da8
Thursday, 3 Feb 2022
13:39 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.
commit hash: 6edecd95cb410b25f9f1b3d408e92fac57508be7 commit hash: 6edecd95cb410b25f9f1b3d408e92fac57508be7 commit hash: 6edecd95cb410b25f9f1b3d408e92fac57508be7 commit hash: 6edecd95cb410b25f9f1b3d408e92fac57508be7 6edecd9
Tuesday, 23 Nov 2021
22:11 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)
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af 5933ac0
Sunday, 29 Aug 2021
11:52 Bernhard Froehlich (decke) search for other commits by this committer
lang/guile: Add CPE information

Approved by:	portmgr (blanket)
commit hash: bd1fc88f65472ed019de9c5673aa0a40b543f110 commit hash: bd1fc88f65472ed019de9c5673aa0a40b543f110 commit hash: bd1fc88f65472ed019de9c5673aa0a40b543f110 commit hash: bd1fc88f65472ed019de9c5673aa0a40b543f110 bd1fc88
Tuesday, 25 May 2021
17:56 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
commit hash: 7c01038fb2d7748c537692ee61263b8ac494a6eb commit hash: 7c01038fb2d7748c537692ee61263b8ac494a6eb commit hash: 7c01038fb2d7748c537692ee61263b8ac494a6eb commit hash: 7c01038fb2d7748c537692ee61263b8ac494a6eb 7c01038
Wednesday, 5 May 2021
22:43 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
commit hash: ef641995ee248e8ad0a632f1a86311919d8f170a commit hash: ef641995ee248e8ad0a632f1a86311919d8f170a commit hash: ef641995ee248e8ad0a632f1a86311919d8f170a commit hash: ef641995ee248e8ad0a632f1a86311919d8f170a ef64199
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 8 Mar 2021
10:22 bofh search for other commits by this committer
lang/guile: Fix core dump on stripped modules

PR:			254117
Submitted by:		rsmith@xs4all.nl
Original commitRevision:567829 
Monday, 15 Feb 2021
18:31 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
Original commitRevision:565322 
Saturday, 10 Nov 2018
18:12 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
Original commitRevision:484628 
Sunday, 14 Jan 2018
22:18 tijl search for other commits by this committer
Remove unneeded editing of aclocal.m4.  That file is completely
regenerated by USES=autoreconf.
Original commitRevision:459008 
Thursday, 8 Dec 2016
19:52 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.
Original commitRevision:428152 
Wednesday, 2 Nov 2016
22:45 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
Original commitRevision:425174 
Friday, 1 Apr 2016
14:08 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
Original commitRevision:412347 
Thursday, 18 Jun 2015
11:36 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
Original commitRevision:390026 
Tuesday, 2 Jun 2015
12:16 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'
Original commitRevision:388323 
Thursday, 14 May 2015
10:15 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
Original commitRevision:386312 
Wednesday, 24 Dec 2014
00:14 bofh search for other commits by this committer
Change my non-FreeBSD MAINTAINER mail to bofh@

Approved by:	bapt
Original commitRevision:375378 
Wednesday, 17 Sep 2014
07:38 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)
Original commitRevision:368356 
Sunday, 31 Aug 2014
15:17 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)
Original commitRevision:366777 
Wednesday, 25 Jun 2014
14:20 bapt search for other commits by this committer
Fix build without texinfo in base
Original commitRevision:359245 
Sunday, 25 May 2014
17:34 sunpoet search for other commits by this committer
- Mark CONFLICTS_INSTALL with lang/guile2
Original commitRevision:355256 
Tuesday, 29 Apr 2014
21:16 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>
Original commitRevision:352656 
Monday, 28 Apr 2014
15:58 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@
Original commitRevision:352517 
Thursday, 10 Oct 2013
00:20 madpilot search for other commits by this committer
- Convert to staging
- Convert to USES=gmake
- Convert LIB_DEPENDS to new format
Original commitRevision:329950 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Monday, 6 May 2013
15:34 bapt search for other commits by this committer
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Original commitRevision:317525 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Thursday, 27 Dec 2012
17:28 bapt search for other commits by this committer
Reset maintainership per maintainer request
While here:
- trim headers
- Remove shlib number
- Small cleanup up
Original commitRevision:309548 
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Saturday, 29 Oct 2011
07:40 miwi search for other commits by this committer
- Fix build with FreeBSD 10
Original commit
Thursday, 11 Aug 2011
19:20 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>
Original commit
Sunday, 31 Jul 2011
15:06 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)
Original commit
Wednesday, 1 Jun 2011
18:13 bapt search for other commits by this committer
Fix build after USE_NCURSES introduction
Original commit
Tuesday, 31 May 2011
03:49 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
Original commit
Wednesday, 22 Dec 2010
20:05 ade search for other commits by this committer
Sync to final (for now) bsd.autotools.mk
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 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
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Monday, 19 Apr 2010
10:43 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)
Original commit
Sunday, 2 Aug 2009
19:36 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
Original commit
Wednesday, 13 May 2009
09:46 ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
Original commit
Thursday, 22 Jan 2009
16:01 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
Original commit
Wednesday, 20 Aug 2008
00:57 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)
Original commit
Monday, 21 Jul 2008
04:47 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)
Original commit
Friday, 6 Jun 2008
13:41 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)
Original commit
Saturday, 19 Apr 2008
17:56 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)
Original commit
Friday, 7 Mar 2008
13:25 gahr search for other commits by this committer
- Fix build on sparc64

Approved by:    Maintainer, miwi (mentor)
Original commit
Saturday, 1 Mar 2008
23:27 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
Original commit
07:40 marcus search for other commits by this committer
Add a missing dependency on libgmp4.
Original commit
06:21 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>
Original commit
Wednesday, 28 Feb 2007
18:45 ahze search for other commits by this committer
- Bump PORTREVISION for changes in libltdl15.
Original commit
Friday, 23 Feb 2007
21:23 ahze search for other commits by this committer
Bump PORTREVISION to assure this port is rebuilt with patched libltdl.
Original commit
Sunday, 17 Dec 2006
19:32 ahze search for other commits by this committer
Define libltdl_cv_sys_dlopen_deplibs
Original commit
Tuesday, 17 Oct 2006
01:50 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)
Original commit
Saturday, 14 Oct 2006
08:35 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,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:    portmgr (implicit, kris)
Original commit
Thursday, 8 Jun 2006
15:54 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]
Original commit
Tuesday, 16 May 2006
04:57 mezz search for other commits by this committer
portlint:
        -Remove quotes from BROKEN.
Original commit
Tuesday, 9 May 2006
20:52 edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
Original commit
Tuesday, 15 Nov 2005
06:52 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.
Original commit
Saturday, 8 Oct 2005
13:49 pav search for other commits by this committer
- Update to 1.6.7
Original commit
Thursday, 21 Jul 2005
05:42 mezz search for other commits by this committer
BROKEN on ia64: Does not install

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

Approved by:    pav
Original commit
Saturday, 20 Nov 2004
18:20 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)
Original commit
Tuesday, 27 Jul 2004
02:52 mezz search for other commits by this committer
Back out my previous commit, two ports need guile's .la files.

Requested by:   marcus
Original commit
02:12 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.
Original commit
Friday, 4 Jun 2004
17:29 ade search for other commits by this committer
Sync with new bsd.autotools.mk
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Monday, 8 Dec 2003
09:24 bland search for other commits by this committer
Enable crypt(3) support.

Submitted by:   Alexey Antipov <rabbit@lipetsk.ru>
Original commit
Sunday, 23 Nov 2003
18:13 marcus search for other commits by this committer
Fix plist on ia64 and amd64, and fix build on amd64.

Approved by:    portmgr (implicit)
Original commit
Saturday, 22 Nov 2003
18:53 pav search for other commits by this committer
- Fix build on sparc64

Submitted by:   Koop Mast <kwm@rainbow-runner.nl>
Approved by:    adamw (mentor)
Original commit
Monday, 20 Oct 2003
05:32 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
Original commit
Thursday, 28 Aug 2003
00:01 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>
Original commit
Sunday, 17 Aug 2003
03:51 marcus search for other commits by this committer
Use INFO.
Original commit
Thursday, 26 Jun 2003
22:58 ade search for other commits by this committer
libtool uber-patch

* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:    portmgr (kris) - for the bsd.port.mk hooks
Tested by:      bento 4-exp builds (repeatedly)
Original commit
Friday, 2 May 2003
05:26 marcus search for other commits by this committer
Correct a patch and a post-patch substitution.
Original commit
05:19 marcus search for other commits by this committer
* Don't split info files
* Use %%DATADIR%%

Note, guile installs .la files as some of its dependents (like g-wrap,
gnucash, etc.) may use them.

Submitted by:   ijliao
Original commit
03:18 marcus search for other commits by this committer
Update to 1.6.4.  This is a big update that has the potential of breaking
ports that depend on guile.  As such I have tested most of them.  Here
are my results:

--KNOWN TO WORK--
devel/gconf
games/gnomegames
games/gnomegames2
devel/g-wrap
x11-toolkits/guile-gtk
x11-toolkits/guile-gnome
math/guppi
finance/gnucash
deskutils/gnotime
devel/libgtop
devel/autogen
games/gnurobots
audio/snd
math/drgenius
net/serveez
science/libctl
x11-wm/scwm (works with patches to be sent to maintainer)
--KNOWN NOT TO WORK (maintainer is working on update)--
cad/geda
cad/geda-symcheck
cad/geda-utils
cad/gnetlist
cad/gschem
cad/gwave
cad/libgeda
--UNKNOWN--
mail/icqmail (marked IGNORE for other reasons)
lang/gnustep-guile (could not build for other reasons; will notify maintainer)
math/siag (did not test)
science/mpb (did not test)

PR:     43910
Original commit
Friday, 4 Apr 2003
04:55 marcus search for other commits by this committer
Work around what I believe to be a broken implementation of isfinite()
in -CURRENT that was causing a numerical overflow in apps such as
GnuCash.

PR:     50089
Original commit
Wednesday, 19 Feb 2003
05:29 marcus search for other commits by this committer
* Revert previous commit to pkg-plist [1]
* De-pkg-comment

[1] See http://www.freebsd.org/cgi/query-pr.cgi?pr=48439 for more details.
Original commit
Wednesday, 5 Feb 2003
06:10 marcus search for other commits by this committer
* Teach guile about LOCALBASE and X11BASE when looking for scheme modules
* Assign maintainership to gnome
Original commit
Thursday, 7 Nov 2002
03:10 adamw search for other commits by this committer
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
Original commit
Monday, 5 Aug 2002
20:31 okazaki search for other commits by this committer
Add a workaround for the error of ${REINPLACE_CMD}.
List reinplaced files statically.
Original commit
Sunday, 4 Aug 2002
19:15 marcus search for other commits by this committer
Fix LIB_DEPENDS by adding a dependency on libtool.

PR:             40900
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Wednesday, 19 Jun 2002
19:58 marcus search for other commits by this committer
* Don't install .la files
* Don't install libltdl.*
* Dump PORTREVISION
Original commit
08:18 sobomax search for other commits by this committer
Add USE_REINPLACE where appropriate.
Original commit
07:42 ijliao search for other commits by this committer
upgrade to 1.4.1
Original commit
Monday, 17 Sep 2001
18:40 dwcjr search for other commits by this committer
Remove jseger and torstenb from maintainership of their ports, they   have been
inactive for too long    
Original commit

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

1 | 2  »