FreeBSD ports tree (read-only mirror)
Find a file
Vasil Dimov 66431aff71 The error with GCC 4.4:
/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/hugin not found

which I just fixed by using an older GCC is because
hugin-2009.4.0/src/hugin1/hugin/cmake_install.cmake includes this code:

    FILE(RPATH_REMOVE
         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hugin")

which does remove the rpath setting -Wl,rpath=/usr/local/lib/gcc44 which was
injected by /usr/ports/Mk/bsd.gcc.mk and then /usr/lib/libstdc++.so.6 is
picked up instead of /usr/local/lib/gcc44/libstdc++.so.6

If we have to compile with GCC 4.4 some day, then we will have to
remove the above RPATH_REMOVE code from cmake files.

$ strings /usr/lib/libstdc++.so.6 |grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_FORCE_NEW
$ strings /usr/local/lib/gcc44/libstdc++.so.6 |grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH
$

Feature safe:	yes
2010-02-20 16:30:00 +00:00
accessibility - Fix build on 7.X amd64 and 6.X everywhere. 2010-02-18 16:31:55 +00:00
arabic Presenting KDE 4.3.5 for FreeBSD. The official release notes for this 2010-02-06 21:52:30 +00:00
archivers - Update to 0.22 2010-02-19 20:58:45 +00:00
astro - update to jpeg-8 2010-02-05 11:46:55 +00:00
audio - Update to 3.5.3 2010-02-20 10:36:41 +00:00
benchmarks - Update to 1.01 2010-02-12 14:19:55 +00:00
biology - Reset more ports I don't use anymore 2010-02-10 21:47:48 +00:00
cad Adding -fPIC to fix build of cad/salome. 2010-02-15 20:11:14 +00:00
chinese - Update MASTER_SITES 2010-02-13 08:55:56 +00:00
comms Update version of Xastir to 1.9.8, ie current stable release. 2010-02-15 21:33:12 +00:00
converters Update to 1.06. Assign maintainer to perl@. 2010-02-14 15:56:26 +00:00
databases Update to 0.27. 2010-02-17 20:25:46 +00:00
deskutils - Fix some portlint warnings 2010-02-13 14:38:43 +00:00
devel Reset maintainer: email address bounces. 2010-02-20 04:55:00 +00:00
dns Update to the release version of BIND 9.7.0, and remove the -devel 2010-02-17 06:13:15 +00:00
editors Add knobs for experimental Graphite support. 2010-02-19 12:16:53 +00:00
emulators Update to Wine 1.1.39. Among others, this includes the following changes: 2010-02-19 22:44:14 +00:00
finance Update to 0.9.9 2010-02-18 18:25:53 +00:00
french Unbreak: conficts solved in cad/gmsh. 2010-02-13 08:26:50 +00:00
ftp Fix pkg-plist (2nd attempt). 2010-02-20 13:03:56 +00:00
games - Update to 0.12.1 release 2010-02-20 12:37:38 +00:00
german Update to version 4.4.1. 2010-02-08 09:01:55 +00:00
graphics The error with GCC 4.4: 2010-02-20 16:30:00 +00:00
hebrew Presenting KDE 4.3.5 for FreeBSD. The official release notes for this 2010-02-06 21:52:30 +00:00
hungarian Presenting KDE 4.3.5 for FreeBSD. The official release notes for this 2010-02-06 21:52:30 +00:00
irc - Update to 1.5.0 2010-02-20 10:38:49 +00:00
japanese Add japanese/font-takao: 2010-02-19 18:19:58 +00:00
java - Use $SUB_FILES to dynamically adjust pkg-message 2010-02-13 19:09:45 +00:00
korean Presenting KDE 4.3.5 for FreeBSD. The official release notes for this 2010-02-06 21:52:30 +00:00
lang Update to the 20100216 snapshot of GCC 4.4.4. 2010-02-19 14:51:55 +00:00
mail - Fix QAT by not touching DATADIR until pre-install target. 2010-02-17 22:03:35 +00:00
math Mark BROKEN: does not build 2010-02-20 11:00:34 +00:00
mbone - update to jpeg-8 2010-02-05 11:46:55 +00:00
misc - Update to 2.5 2010-02-15 07:49:52 +00:00
Mk Locate the GCC run-time libraries under ${LOCALBASE}, where the GCC 2010-02-14 22:36:50 +00:00
multimedia - Update to 0.7.7 2010-02-18 09:28:38 +00:00
net - use $SUB_FILES to dynamically update pkg-message 2010-02-19 22:10:56 +00:00
net-im - Update to to 1.8.1 2010-02-17 22:02:55 +00:00
net-mgmt - Properly locate ssl 2010-02-17 04:57:48 +00:00
net-p2p - Update to 0.1.8.4 2010-02-19 05:38:19 +00:00
news - Update to 9.0.0 2010-02-07 09:34:28 +00:00
palm - update to jpeg-8 2010-02-05 11:46:55 +00:00
polish Update to 0.6.5.4 2010-02-18 19:05:45 +00:00
ports-mgmt Remove ports-mgmt/portbrowser. It is no longer actively maintained and 2010-02-16 21:29:18 +00:00
portuguese Presenting KDE 4.3.5 for FreeBSD. The official release notes for this 2010-02-06 21:52:30 +00:00
print Update to 3.1.20100114. 2010-02-16 21:36:09 +00:00
russian Update to 3.4.3-ru-20091115 2010-02-12 15:34:49 +00:00
science Not for ia64, either. 2010-02-17 10:58:47 +00:00
security - Update to 1.13 2010-02-20 09:56:30 +00:00
shells - Update to R39b 2010-02-10 14:38:35 +00:00
sysutils Upgrade to b43-fwcutter 0.12 which supports v4 firmware cutting. 2010-02-18 22:20:30 +00:00
Templates
textproc - Update to 1.9.15 2010-02-18 12:14:57 +00:00
Tools Catch up with production. 2010-02-19 16:27:24 +00:00
ukrainian Presenting KDE 4.3.5 for FreeBSD. The official release notes for this 2010-02-06 21:52:30 +00:00
vietnamese - update to jpeg-8 2010-02-05 11:46:55 +00:00
www - Updated to 1.10.1 2010-02-19 22:06:04 +00:00
x11 Add OSVERSION check in order to apply d_mmap() fix only when required. 2010-02-19 17:38:17 +00:00
x11-clocks Presenting KDE 4.3.5 for FreeBSD. The official release notes for this 2010-02-06 21:52:30 +00:00
x11-drivers Chase xorg-server update and bump driver PORTREVISIONS. 2010-02-07 15:25:33 +00:00
x11-fm - update to jpeg-8 2010-02-05 11:46:55 +00:00
x11-fonts Back out until I re-gather error log. 2010-02-12 23:03:14 +00:00
x11-servers Given that HAL doesn't work on sparc64 and always needs to be disabled 2010-02-08 00:20:08 +00:00
x11-themes - Update to 3.3.0 2010-02-13 16:59:59 +00:00
x11-toolkits - Fix after scandir API change on STABLE as well (800501) 2010-02-17 08:04:46 +00:00
x11-wm Fix build with or without the scandir changes. 2010-02-15 17:40:51 +00:00
.cvsignore
CHANGES Bump copyright year to 2010 2010-01-02 16:29:32 +00:00
COPYRIGHT - Update Copyright Year. 2009-12-31 16:47:53 +00:00
GIDs - Add user and group for audio/liquidsoap 2010-02-01 12:48:05 +00:00
KNOBS Limited Update to Mesa3D 7.6.1 and libdrm 2.4.17. 2010-02-07 11:51:08 +00:00
LEGAL - Add entry for graphics/yed 2010-02-12 14:43:04 +00:00
Makefile - Terminate support for X11BASE having different value from LOCALBASE 2009-12-18 14:28:46 +00:00
MOVED Remove editors/openoffice.org-2-RC port. 2010-02-19 00:32:42 +00:00
README
UIDs - Add user and group for audio/liquidsoap 2010-02-01 12:48:05 +00:00
UPDATING For the portmaster instructions on openal-soft, split the -o and -r 2010-02-19 04:10:58 +00:00

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

	http://www.FreeBSD.org/ports

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

	http://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:

	http://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.