1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

74 Commits

Author SHA1 Message Date
Steven Kreuzer
5d24da0522 Modify the rc script to run after ldconfig has been run due to a dependency
on libpopt.0.so

PR:		ports/149068
Submitted by:	Carsten Bäcker <carbaecker@gmx.de>
2010-08-09 13:57:26 +00:00
Steven Kreuzer
be2b149380 Fix RFC2553 option
PR:		ports/147494
Submitted by:	Denny Lin <dennylin93@hs.ntnu.edu.tw>
2010-06-08 14:15:06 +00:00
Steven Kreuzer
14b3057f28 Unbreak on i386
PR:		ports/145891
Submitted by:	Carsten Bäcker <carbaecker@gmx.de>
Reviewed by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
2010-04-27 13:20:59 +00:00
Steven Kreuzer
a244d5fdf8 Set the distcc user's shell to /usr/sbin/nologin
PR:		ports/132096
Submitted by:	Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
Approved by:	Steven Kreuzer <skreuzer@FreeBSD.org>
2010-04-19 20:04:22 +00:00
Steven Kreuzer
6cb314f298 Adopt port
Approved by:	Mark Linimon <linimon@FreeBSD.org>
2010-04-19 19:58:44 +00:00
Steven Kreuzer
2ac6027cca Update to 3.1
PR:		ports/145249
Submitted by:	Steven Kreuzer <skreuzer@FreeBSD.org>
Approved by:	maintainer timeout
2010-04-19 19:58:01 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Michael Johnson
7c300c4dcf Remove gcc 295 32 33 40 support
PR:		ports/136683
Submitted by:	uqs@spoerlein.net
2009-08-08 02:51:09 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Michael Johnson
edf543635f Pass PTHREAD_LIBS to configure script to fix segfault when used with avahi
PR:		ports/117849
Submitted by:	Robert Noland
2008-01-11 17:29:07 +00:00
Michael Johnson
fd3d698f23 - We only need avahi-app not the entire suite [*]
- Update to latest avahi patch

PR:		ports/119034 [*]
Submitted by:	Dima Panov   [*]
2008-01-01 14:31:35 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
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
2007-10-24 23:37:25 +00:00
Edwin Groothuis
8a051e0d27 devel/distcc remove references to FreeBSD 4.x
remove references to FreeBSD 4.x

PR:		ports/115937
Submitted by:	David Yeske <dyeske@gmail.com>
Approved by:	maintainer timeout
2007-09-23 11:09:16 +00:00
Michael Johnson
095530e8b0 Add links to gcc43 2006-11-19 07:26:54 +00:00
Michael Johnson
7f33fac9e0 - Reserve UID and GID 561 for distcc
Requested by:	Stefan Thurner <thurners@nicsys.de>
2006-11-11 16:36:23 +00:00
Michael Johnson
b89f437084 - Add gcc42 link 2006-10-05 23:40:40 +00:00
Michael Johnson
871424be85 - Remove gcc35 link
- Grab MAINTAINER
2006-10-05 23:40:09 +00:00
Mark Linimon
de1ef98ff3 Reset maintainer at his request due to lack of time. We appreciate all the
help in the past.
2006-06-09 21:08:45 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Marcus Alves Grando
b90f24fe2d Add OPTIONS to create symlinks
Bump PORTREVISION

PR:		88254
Submitted by:	Andrew Pantyukhin <sat@proxy.gubkin.ru>
Approved by:	dom@helenmarks.co.uk (maintainer timeout, 17 days)
2005-11-17 18:55:01 +00:00
Marcus Alves Grando
7fbd35f4fa Fix creation of pif file by distccd
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)
2005-11-06 00:07:20 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Pav Lucistnik
dbfaf66b03 - Fix typo
PR:		ports/87075
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-10-07 17:17:46 +00:00
Edwin Groothuis
1729b094e7 Maintainer Update: devel/distcc
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>
2005-01-12 04:31:32 +00:00
Volker Stolz
3986ae1fe8 Add option to enable ipv6 on 5.X
PR:		ports/70059
Submitted by:	Michael Johnson
Approved by:	maintainer
2004-08-18 07:41:13 +00:00
Pav Lucistnik
38ac894568 - Conform to latest rc.d framework
Reported by:	marcus
Pointy hat to:	pav
2004-07-28 20:54:39 +00:00
Pav Lucistnik
5b4cc00809 - Update to 2.16
- RCng rc script

PR:		ports/69081
Submitted by:	Michael Johnson <ahze@ahze.net>
Approved by:	maintainer
2004-07-28 18:32:05 +00:00
Oliver Eikemeier
913b91eb62 - update to version 2.14
http://distcc.samba.org/ftp/distcc/distcc-2.14.NEWS

PR:		67230
Submitted by:	Dominic Marks <dom@helenmarks.co.uk> (maintainer)
2004-05-26 20:46:29 +00:00
Kirill Ponomarev
215649aa32 - Assign maintainership to Dominic Marks <dom@helenmarks.co.uk>
PR:		ports/64965
Submitted by:	Dominic Marks <dom@helenmarks.co.uk>
2004-03-31 08:23:22 +00:00
Clement Laforet
f191f87b91 - Update to 2.13
- release maintainership
  Hope someone gonna take care of it
2004-03-30 12:45:01 +00:00
Clement Laforet
62ee0cbbf8 - Use OPTIONS
- SIZEify distinfo
2004-02-07 16:46:44 +00:00
Joe Marcus Clarke
adc09ca818 Add WANT_GNOME to fix make index. 2004-02-04 06:55:43 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Clement Laforet
f0139a694a Update to 2.12.1
Approved by:    erwin (mentor) (implicitly)
2004-01-09 10:35:30 +00:00
Clement Laforet
b0fbc2acca Update to 2.12
Approved by:            erwin (mentor)
2003-12-19 11:53:22 +00:00
Kirill Ponomarev
b77c661dfb - Update to 2.11.2
PR:		58419
Submitted by:	maintainer
2003-10-23 13:14:35 +00:00
Christian Weisgerber
7e20f5a78c In same cases (e.g. gnome 1.4 installed), if you don't want to have
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>
2003-10-18 00:16:31 +00:00
Peter Pentchev
a9ac780445 Update to 2.11.1.
PR:		57743
Submitted by:	maintainer
2003-10-08 14:28:34 +00:00
Christian Weisgerber
473b6f6218 Fix build on -stable.
PR:		57311
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Reported by:	Adriaan de Groot <adridg@cs.kun.nl>
2003-09-28 19:48:32 +00:00
Christian Weisgerber
bd69786338 Update to 2.11
Take maintainership.

PR:		57263
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-09-27 15:56:26 +00:00
Edwin Groothuis
5b0bf6e947 Cease FreeBSD port maintainerships
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>
2003-09-24 08:37:39 +00:00
Yen-Ming Lee
7753a3ffed devel/distcc 2.7 -> 2.9
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>
2003-08-10 03:49:48 +00:00
Daichi GOTO
a6446d99fc bug fix: devel/distcc
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)
2003-06-26 13:39:52 +00:00
Erwin Lansing
5dbf4e5f71 Hand maintainership to Dominic Marks
PR:		53708
Submitted by:	Dominic Marks <dom@cus.org.uk>
2003-06-25 08:13:32 +00:00
Will Andrews
1268252fc5 Frerich doesn't use FreeBSD anymore. Preemptively assign two of his ports
to a new maintainer (kpopup and rc5pipe).

Submitted by:	Frerich Raabe <frerich.raabe@gmx.de>,
		Brad Davis <so14k@so14k.com>
2003-06-25 04:27:38 +00:00
Sergey A. Osokin
d8217313f5 Note the "disabled", which should be "disable".
Submitted by:   maintainer
PR:		53638
Approved by:	fjoe (mentor) (implicit)
2003-06-23 15:07:47 +00:00
Adam Weinberger
5be853e5bd Add patch forgotten with last commit.
Reminded by:	Frerich Raabe <frerich@hex.athame.co.uk>
2003-06-18 04:25:37 +00:00