1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Mateusz Piotrowski 7c3df8d918 devel/dbus: Do not pollute build products when TMPDIR is not /tmp
If you have a TMPDIR in your environment that points to an existing
directory other than /tmp (e.g., TMPDIR=/bigfilesystem/tmp), when you build
devel/dbus, a couple files get built with that value.

When the package is installed on a target system that may not have the
non-default TMPDIR used at build time, then you will get run-time errors.
Such as:

  % dbus-launch sh
  Failed to start message bus: Failed to bind socket "/bigfilesystem/tmp/dbus-1nT4MYueXb": No such file or directory
  EOF in dbus-launch reading address from bus daemon

PR:		238548
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
2020-10-03 17:02:18 +00:00
accessibility
arabic
archivers Remove unnecessary LDFLAGS_i386 2020-10-03 15:08:33 +00:00
astro
audio
base
benchmarks
biology
cad
chinese
comms
converters
databases
deskutils
devel devel/dbus: Do not pollute build products when TMPDIR is not /tmp 2020-10-03 17:02:18 +00:00
dns
editors
emulators
finance
french
ftp
games
german
graphics
hebrew
hungarian
irc
japanese
java
Keywords
korean
lang
mail mail/nextcloud-mail: Update to 1.5.0 2020-10-03 13:00:11 +00:00
math - Upgrade to 2.7 (27r1) 2020-10-03 15:44:46 +00:00
misc
Mk
multimedia
net Update to 0.0.2 2020-10-03 09:52:11 +00:00
net-im net-im/nextcloud-talk: Update to 10.0.0 2020-10-03 13:03:36 +00:00
net-mgmt
net-p2p
news
polish
ports-mgmt
portuguese
print
russian
science
security security/nextcloud-end_to_end_encryption: Update to 1.6.2 2020-10-03 13:00:48 +00:00
shells
sysutils sysutils/terraform: update to 0.13.4 2020-10-03 13:39:07 +00:00
Templates
textproc - Update to 3.0.0 2020-10-03 14:36:21 +00:00
Tools
ukrainian
vietnamese
www www/nextcloud-appointments: Update to 1.7.7 2020-10-03 15:43:52 +00:00
x11 x11/gdm: Install gconftool-2 as it is needed by pkg-install 2020-10-03 16:31:10 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes x11-themes/Kvantum: Update to 0.17.0 2020-10-03 15:22:22 +00:00
x11-toolkits
x11-wm
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):

	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.