| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/136683
Submitted by: uqs@spoerlein.net
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
|
|
|
| |
Tested by: exp build run (erwin)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: ports/117849
Submitted by: Robert Noland
|
|
|
|
|
|
|
| |
- Update to latest avahi patch
PR: ports/119034 [*]
Submitted by: Dima Panov [*]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
|
|
|
|
|
|
|
|
| |
remove references to FreeBSD 4.x
PR: ports/115937
Submitted by: David Yeske <dyeske@gmail.com>
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
Requested by: Stefan Thurner <thurners@nicsys.de>
|
| |
|
|
|
|
| |
- Grab MAINTAINER
|
|
|
|
| |
help in the past.
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 88254
Submitted by: Andrew Pantyukhin <sat@proxy.gubkin.ru>
Approved by: dom@helenmarks.co.uk (maintainer timeout, 17 days)
|
|
|
|
|
|
|
|
|
| |
Use script name instead of USE_RC_SUBR=yes
Bump PORTREVISION
PR: 87512
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: dom@helenmarks.co.uk (maintainer timeout, 20 days)
|
| |
|
|
|
|
|
| |
PR: ports/87075
Submitted by: Vasil Dimov <vd@datamax.bg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/distcc 2.16 -> 2.18.3
http://distcc.samba.org/ftp/distcc/distcc-2.18.3.NEWS
Consists mostly of bug fixes. Only one change in the way distcc
works. You must specify a network on which connections are
allowed, connections from all networks will still be admitted
but connections outside the specified network will be logged
and dropped.
The 127.0.0.0/8 network is the default for the port. All
existing users and all new users will need to update/add a
distccd_flags variable in /etc/rc.conf, a template for which
can be found in the rc.d script.
Perhaps a new variable, which simply contained the trusted
network address would be better, like
distccd_network="192.168.10.2/24"
PR: ports/75718
Submitted by: Dominic Marks <dom@helenmarks.co.uk>
|
|
|
|
|
|
| |
PR: ports/70059
Submitted by: Michael Johnson
Approved by: maintainer
|
|
|
|
|
| |
Reported by: marcus
Pointy hat to: pav
|
|
|
|
|
|
|
|
| |
- RCng rc script
PR: ports/69081
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer
|
|
|
|
|
|
|
| |
http://distcc.samba.org/ftp/distcc/distcc-2.14.NEWS
PR: 67230
Submitted by: Dominic Marks <dom@helenmarks.co.uk> (maintainer)
|
|
|
|
|
| |
PR: ports/64965
Submitted by: Dominic Marks <dom@helenmarks.co.uk>
|
|
|
|
|
| |
- release maintainership
Hope someone gonna take care of it
|
|
|
|
| |
- SIZEify distinfo
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
| |
Approved by: erwin (mentor) (implicitly)
|
|
|
|
| |
Approved by: erwin (mentor)
|
|
|
|
|
| |
PR: 58419
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
the gnome monitor, the install failed due to remaining auto detection
stuff.
Reported by: Andrew Heybey <ath@niksun.com>
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
|
| |
PR: 57743
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 57311
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Reported by: Adriaan de Groot <adridg@cs.kun.nl>
|
|
|
|
|
|
|
| |
Take maintainership.
PR: 57263
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
|
|
|
|
|
|
| |
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change Log:
http://distcc.samba.org/download.html
Port Change Log:
o Install distccd.sh.sample script
o Create distcc user and group
o Generally bring closer to the packaging guidelines:
http://distcc.samba.org/ftp/unpacked/distcc/README.packaging
PR: 55416
Submitted by: Dominic Marks <dom@wirespeed.org.uk>
|
|
|
|
|
|
|
|
|
| |
fix a bug in the devel/distcc which becomes obvious when
the port gets built without WITHOUT_GNOME, but when
HAVE_GNOME returns ""
PR: 53705
Submitted by: Frerich Raabe <frerich.raabe@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: 53708
Submitted by: Dominic Marks <dom@cus.org.uk>
|
|
|
|
|
|
|
| |
to a new maintainer (kpopup and rc5pipe).
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>,
Brad Davis <so14k@so14k.com>
|
|
|
|
|
|
| |
Submitted by: maintainer
PR: 53638
Approved by: fjoe (mentor) (implicit)
|
|
|
|
| |
Reminded by: Frerich Raabe <frerich@hex.athame.co.uk>
|
|
|
|
|
| |
PR: ports/53374
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
|
|
|
|
|
| |
PR: 53255
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 52963
Submitted by: maintainer
Approved by: edwin (mentor)
|
|
|
|
|
| |
PR: 52854
Submitted by: maintainer
|
|
|
|
|
|
|
| |
distcc 2.4.1 release.
PR: ports/52597
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
|
| |
|
|
|
|
|
| |
PR: 51844
Submitted by: maintainer
|
|
|
|
|
| |
PR: 51720
Submitted by: maintainer
|
|
|
|
|
| |
PR: 50460
Submitted by: maintainer
|
|
|
|
| |
Reported by: kris (bento)
|
|
|
|
|
|
|
|
|
|
| |
- A new authentication system for allowing distccd IP-based access
control.
- A new scheduler which can give an up to 10% improvement of
performance of a cluster.
PR: 48665
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
|
| |
|
|
|
|
| |
Submitted by: MAINTAINER
|
|
|
|
|
|
| |
PR: 47154
Submitted by: Dominic Marks <dom@cus.org.uk>
Approved by: maintainer
|
|
|
|
|
| |
PR: 43972
Submitted by: maintainer
|
|
|
|
|
|
|
| |
o Remove patches merged back into the distribution
PR: 43360
Submitted by: maintainer
|
|
|
|
|
|
|
| |
PR: 42980
Noticed by: Juan Salaverria <rael@vectorstar.net>
Submitted by: maintainer
Obtained from: distcc CVS
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commands such as .../xgcc -B.../ conftest.C -c -S. Assuming that
xgcc invokes the distcc client, this makes the distcc client write
the assembly output to conftest.o even though it should go into
conftest.s. The cause of this is that distcc currently does not
honour the fact that -S supersedes -c. Interestingly, if you add
"-o conftest.s" to the command line, it's the distcc server that
fails, claiming it couldn't find conftest.C."
o The attached patch fixes this behaviour. Courtesy of [1]
PR: 42019
Submitted by: MAINTAINER,
Alexandre Oliva <aoliva@redhat.com> [1]
|
|
|
|
|
| |
PR: 41698
Submitted by: maintainer
|
|
|
|
|
| |
PR: 40873
Submitted by: maintainer
|
|
|
|
|
| |
PR: 40578
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 39948
Submitted by: maintainer
|
|
on a network
PR: ports/39879
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
|