1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Kubilay Kocak ec7259ec32 Resolve gettext (libintl) detection and linking in all Python ports
Fix gettext (NLS) detection, includes and linking:
- all: Use LDFLAGS and CPPFLAGS over CFLAGS for NLS option (with comment)
- python26,27: Pass LIBS="-lintl" to CONFIGURE_ENV

Workaround Pythons odd build mechanics causing duplicate args:
- all: Remove CFLAGS from OPT= in CONFIGURE_ENV
- python32,33: Remove CONFIGURE_* variables from Makefile.pre.in

Other:
- python32: Patch setup.py to pass OPT correctly to shared modules

PR:		ports/181721
Reported by:	pawel
Reviewed by:	bapt mva sbz
2013-09-08 14:05:18 +00:00
accessibility
arabic
archivers
astro Add an explicit dependency on pkgconf 2013-09-08 08:12:26 +00:00
audio Add an explicit dependency on pkgconf 2013-09-08 08:27:08 +00:00
benchmarks
biology Add an explicit dependency on pkgconf 2013-09-08 08:29:00 +00:00
cad
chinese
comms
converters
databases
deskutils Add an explicit dependency on pkgconf 2013-09-08 08:44:57 +00:00
devel - convert to the new perl5 framework 2013-09-08 13:59:48 +00:00
dns
editors
emulators
finance
french
ftp
games
german
graphics - update to 4.2.3 2013-09-08 12:42:14 +00:00
hebrew
hungarian
irc
japanese
java
Keywords
korean
lang Resolve gettext (libintl) detection and linking in all Python ports 2013-09-08 14:05:18 +00:00
mail - fix check for systems without milter 2013-09-08 13:47:40 +00:00
math
misc
Mk
multimedia
net net/openmpi: update to 1.6.5 2013-09-08 11:19:00 +00:00
net-im
net-mgmt
net-p2p
news
palm
polish
ports-mgmt
portuguese
print
russian
science
security
shells
sysutils
Templates
textproc
Tools
ukrainian
vietnamese
www Update to 4.33. 2013-09-08 00:16:03 +00:00
x11 Update to 1.0.3 2013-09-08 12:35:41 +00:00
x11-clocks Update to 1.0.7 2013-09-08 12:35:20 +00:00
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm Update to 1.0.8 2013-09-08 12:34:34 +00:00
CHANGES
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED - the logilab-astng project was renamed to astroid 2013-09-08 08:19:13 +00:00
README
UIDs
UPDATING

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.