1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Tijl Coosemans d40d27aa64 Add some substitutions to ensure that plugins are linked with libabiword
from the work or stage directory instead of a previously installed library.

In pseudo code:
s,PLUGIN_LIBS="$PLUGIN_LIBS -Lsrc -labiword",
  PLUGIN_LIBS="src/libabiword.la $PLUGIN_LIBS",
s,foo_LIBS="$foo_LIBS $PLUGIN_LIBS",
  foo_LIBS="$PLUGIN_LIBS $foo_LIBS",

The initial value of PLUGIN_LIBS may contain -L/usr/local/lib so it would
have to come after -Lsrc, but -Lsrc is not correct when libtool relinks
plugins during staging so use src/libabiword.la and let libtool figure out
what flags are needed.  Secondly, switch around foo_LIBS and PLUGIN_LIBS
because foo_LIBS may contain -L/usr/local/lib.
2014-05-19 13:40:12 +00:00
accessibility KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
arabic KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
archivers For several MATE related ports: 2014-05-18 21:05:53 +00:00
astro Add the location of the secret BSD Now studio so you can nuke it from orbit if I break the build 2014-05-18 04:23:39 +00:00
audio - Fix build when a previous version of the library is installed. Reported 2014-05-19 09:57:54 +00:00
benchmarks Update to version 2.1.9 2014-05-13 12:44:12 +00:00
biology - update to 1.31 2014-05-16 13:33:02 +00:00
cad - Update to 0.24.4 2014-05-19 02:46:34 +00:00
chinese Support staging. 2014-05-19 07:38:34 +00:00
comms Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin) 2014-05-17 16:57:14 +00:00
converters - Update to 0.47 2014-05-15 17:34:52 +00:00
databases Support staging. 2014-05-19 12:55:10 +00:00
deskutils For several MATE related ports: 2014-05-18 21:05:53 +00:00
devel - Finally fix build 2014-05-19 13:31:40 +00:00
dns Upgrade to new upstream version 2.71. Upstream's changelog: 2014-05-18 22:17:30 +00:00
editors Add some substitutions to ensure that plugins are linked with libabiword 2014-05-19 13:40:12 +00:00
emulators - Update to 2.7 2014-05-19 07:50:03 +00:00
finance - Support CFLAGS properly 2014-05-18 07:30:11 +00:00
french Chase the upgrade of Code_Aster ans stagify. 2014-05-13 21:49:55 +00:00
ftp . Add LICENSE 2014-05-15 12:59:19 +00:00
games - Update to 3.10 2014-05-19 06:45:12 +00:00
german Update to version 6. 2014-05-16 17:29:04 +00:00
graphics For several MATE related ports: 2014-05-18 21:05:53 +00:00
hebrew KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
hungarian KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
irc Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin) 2014-05-17 16:57:14 +00:00
japanese - Stage safe 2014-05-18 19:34:01 +00:00
java (1) Update to latest 1.8.9 2014-05-18 15:13:21 +00:00
Keywords - Add a @sample plist keyword 2014-04-12 03:39:02 +00:00
korean KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
lang - Update to 05_20140518 2014-05-19 09:42:31 +00:00
mail - update MASTER_SITE, distfiles are now hosted by dovecot 2014-05-19 07:45:14 +00:00
math - Simplify code in patch. 2014-05-18 18:15:36 +00:00
misc Add rubygem-kensa v2.0.2. 2014-05-19 04:17:52 +00:00
Mk Remove a mention to LICENSE_NOTES, it seems it never existed. 2014-05-18 01:57:57 +00:00
multimedia - Add documentation files 2014-05-19 06:21:06 +00:00
net Overhaul of rc script which was non-functional 2014-05-19 13:04:08 +00:00
net-im - Update to 1.0.10 2014-05-18 06:34:39 +00:00
net-mgmt - Update to 0.911 2014-05-19 08:34:41 +00:00
net-p2p Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
news - Update to 2.19 2014-05-13 16:41:50 +00:00
palm 2014-04-10 palm/gnome-pilot: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-11 12:50:32 +00:00
polish Fix stagification 2014-05-13 21:13:31 +00:00
ports-mgmt - Update to checkin 33c926770a 2014-05-18 01:10:14 +00:00
portuguese Fix stagification 2014-05-13 21:13:31 +00:00
print - Update to 1.6.6 2014-05-17 12:25:51 +00:00
russian Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
science - Support staging 2014-05-19 07:50:16 +00:00
security - Update to 1.988 2014-05-19 08:42:53 +00:00
shells Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
sysutils - Update to 1.7.16 2014-05-19 07:13:10 +00:00
Templates Cache a bit more function for autoconf based on texlive config.logs 2014-03-26 11:16:42 +00:00
textproc - Update to 0.3.4 2014-05-19 07:51:48 +00:00
Tools - Move security-check.awk to Mk/Scripts where it is more proper these days. 2014-05-09 22:35:50 +00:00
ukrainian KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
vietnamese KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
www - Update to 1.1.2 [1] 2014-05-19 12:19:36 +00:00
x11 For several MATE related ports: 2014-05-18 21:05:53 +00:00
x11-clocks - Fix build on -current 2014-05-17 08:42:00 +00:00
x11-drivers Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
x11-fm Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2". 2014-05-13 11:54:53 +00:00
x11-fonts Whitespace (fix portlint warnings). 2014-05-18 13:11:44 +00:00
x11-servers Revert accident commit in -r351411. This should stop the option dialog 2014-05-15 21:26:23 +00:00
x11-themes Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
x11-toolkits - Update to snapshot 10147 2014-05-19 09:50:42 +00:00
x11-wm For several MATE related ports: 2014-05-18 21:05:53 +00:00
.arcconfig Add .arcconfig to ports. 2014-05-15 17:25:39 +00:00
.gitignore - Only ignore top-level distfiles/packages and also ignore work dirs 2014-03-17 15:41:46 +00:00
CHANGES Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
CONTRIBUTING.md Add a CONTRIBUTING file so github pull requests explain the proper submission 2014-03-15 13:37:33 +00:00
COPYRIGHT Bump copyright year. 2013-12-31 12:28:56 +00:00
GIDs - add anonymous FTP user 2014-04-11 18:51:04 +00:00
LEGAL Very minor update to /usr/ports/LEGAL to resolve discrepancy with make -VLEGAL. 2014-05-18 19:01:19 +00:00
Makefile
MOVED Delete devel/msp430-gcc3, gcc3 is not actual anymore for many years. 2014-05-18 19:13:57 +00:00
README
UIDs - add anonymous FTP user 2014-04-11 18:51:04 +00:00
UPDATING Switch firebird to use DEFAULT_VERSIONS macro to set the default 2014-05-11 20:46:55 +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.