| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/185977
Submitted by: David Shane Holden <dpejesh@yahoo.com>
Notes:
svn path=/head/; revision=343570
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
|
|
|
| |
Not only is it not necessary to include both bsd.port.pre.mk and
bsd.port.options.mk, it actually causes problems like double inclusion
when other ".include" keywords are encountered. While here, convert
USE_GMAKE too, both under the "Just fix it" blanket.
Notes:
svn path=/head/; revision=339774
|
|
|
|
|
|
|
| |
devel part 1)
Notes:
svn path=/head/; revision=327722
|
|
|
|
| |
Notes:
svn path=/head/; revision=317109
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316837
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=312209
|
|
|
|
|
|
|
|
| |
PR: ports/174314
Submitted by: 4721@hushmail.com
Notes:
svn path=/head/; revision=309848
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
Notes:
svn path=/head/; revision=284232
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=276999
|
|
|
|
| |
Notes:
svn path=/head/; revision=261872
|
|
|
|
|
|
|
|
| |
PR: ports/149924
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Notes:
svn path=/head/; revision=261812
|
|
|
|
|
|
|
|
| |
PR: ports/150612
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Notes:
svn path=/head/; revision=261801
|
|
|
|
|
|
|
|
| |
PR: ports/149938
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Notes:
svn path=/head/; revision=261800
|
|
|
|
| |
Notes:
svn path=/head/; revision=261255
|
|
|
|
|
|
|
|
| |
- Provede links for latest gcc versions
- While here, use GOOGLE_CODE abbreviation for eye candy
Notes:
svn path=/head/; revision=261254
|
|
|
|
|
|
|
|
|
|
| |
on libpopt.0.so
PR: ports/149068
Submitted by: Carsten Bäcker <carbaecker@gmx.de>
Notes:
svn path=/head/; revision=259010
|
|
|
|
|
|
|
|
| |
PR: ports/147494
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Notes:
svn path=/head/; revision=256127
|
|
|
|
|
|
|
|
|
| |
PR: ports/145891
Submitted by: Carsten Bäcker <carbaecker@gmx.de>
Reviewed by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
Notes:
svn path=/head/; revision=253347
|
|
|
|
|
|
|
|
|
| |
PR: ports/132096
Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
Approved by: Steven Kreuzer <skreuzer@FreeBSD.org>
Notes:
svn path=/head/; revision=252924
|
|
|
|
|
|
|
| |
Approved by: Mark Linimon <linimon@FreeBSD.org>
Notes:
svn path=/head/; revision=252923
|
|
|
|
|
|
|
|
|
| |
PR: ports/145249
Submitted by: Steven Kreuzer <skreuzer@FreeBSD.org>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=252922
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
PR: ports/136683
Submitted by: uqs@spoerlein.net
Notes:
svn path=/head/; revision=239125
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
| |
Tested by: exp build run (erwin)
Notes:
svn path=/head/; revision=218886
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
| |
PR: ports/117849
Submitted by: Robert Noland
Notes:
svn path=/head/; revision=205460
|
|
|
|
|
|
|
|
|
|
| |
- Update to latest avahi patch
PR: ports/119034 [*]
Submitted by: Dima Panov [*]
Notes:
svn path=/head/; revision=204798
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=201947
|
|
|
|
|
|
|
|
|
|
|
| |
remove references to FreeBSD 4.x
PR: ports/115937
Submitted by: David Yeske <dyeske@gmail.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=199969
|
|
|
|
| |
Notes:
svn path=/head/; revision=177555
|
|
|
|
|
|
|
| |
Requested by: Stefan Thurner <thurners@nicsys.de>
Notes:
svn path=/head/; revision=177060
|
|
|
|
| |
Notes:
svn path=/head/; revision=174595
|
|
|
|
|
|
|
| |
- Grab MAINTAINER
Notes:
svn path=/head/; revision=174594
|
|
|
|
|
|
|
| |
help in the past.
Notes:
svn path=/head/; revision=164945
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 88254
Submitted by: Andrew Pantyukhin <sat@proxy.gubkin.ru>
Approved by: dom@helenmarks.co.uk (maintainer timeout, 17 days)
Notes:
svn path=/head/; revision=148646
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=147420
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
|
|
|
|
| |
PR: ports/87075
Submitted by: Vasil Dimov <vd@datamax.bg>
Notes:
svn path=/head/; revision=144501
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=126184
|
|
|
|
|
|
|
|
|
| |
PR: ports/70059
Submitted by: Michael Johnson
Approved by: maintainer
Notes:
svn path=/head/; revision=116578
|
|
|
|
|
|
|
|
| |
Reported by: marcus
Pointy hat to: pav
Notes:
svn path=/head/; revision=114965
|
|
|
|
|
|
|
|
|
|
|
| |
- RCng rc script
PR: ports/69081
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=114960
|
|
|
|
|
|
|
|
|
|
| |
http://distcc.samba.org/ftp/distcc/distcc-2.14.NEWS
PR: 67230
Submitted by: Dominic Marks <dom@helenmarks.co.uk> (maintainer)
Notes:
svn path=/head/; revision=110086
|