1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/korean
Tijl Coosemans 9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
..
acroread8 Support stage 2014-05-08 23:41:22 +00:00
aleefonts-ttf Simplify and support staging. 2014-01-08 00:06:49 +00:00
ami - Add staging support 2014-05-30 12:21:12 +00:00
baekmukfonts-bdf Add staging support 2014-05-30 12:22:31 +00:00
baekmukfonts-ttf Add staging support 2014-05-30 12:28:47 +00:00
engdic Support staging 2014-02-20 14:45:46 +00:00
eterm Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
fcitx-hangul Add NO_STAGE all over the place in preparation for the staging support (cat: korean) 2013-09-20 19:49:59 +00:00
FreeWnn-lib Remove the last @comment $FreeBSD$ from plists. 2014-04-24 16:26:48 +00:00
FreeWnn-server Remove the last @comment $FreeBSD$ from plists. 2014-04-24 16:26:48 +00:00
gimp-help - Update gimp-help ports to 2.8.1. Polish translation has been removed, new 2014-02-01 12:49:26 +00:00
gtkcomm Port is stage safe 2014-05-30 12:46:06 +00:00
h2ps Support staging 2014-02-20 14:46:39 +00:00
hanyangfonts Add staging support 2014-05-30 12:47:07 +00:00
hcode Support staging 2014-02-20 14:47:13 +00:00
hmconv Support staging 2014-02-20 14:48:11 +00:00
hpscat Support staging 2014-02-27 15:11:51 +00:00
hunspell Simplify MASTER_SITES and use USES=tar:xz. 2014-03-14 17:16:03 +00:00
ibus-hangul - Don't remove mtree directories 2014-05-09 21:13:09 +00:00
imhangul Use USES=tar:bzip2. 2014-03-14 17:16:37 +00:00
kaistfonts - Add staging support 2014-05-30 14:22:02 +00:00
kde4-l10n KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
ko.TeX Add NO_STAGE all over the place in preparation for the staging support (cat: korean) 2013-09-20 19:49:59 +00:00
ko.TeX-fonts-base Add NO_STAGE all over the place in preparation for the staging support (cat: korean) 2013-09-20 19:49:59 +00:00
ko.TeX-fonts-extra Add NO_STAGE all over the place in preparation for the staging support (cat: korean) 2013-09-20 19:49:59 +00:00
libhangul - Add a patch from upstram. 2013-12-24 23:02:33 +00:00
libreoffice Update to libreoffice 4.2.4 2014-06-11 14:40:31 +00:00
man-doc Add staging support 2014-05-30 14:24:01 +00:00
munhwafonts-cid Support staging 2014-02-20 14:49:31 +00:00
nabi - Stagefy, convert to USES=gmake, convert LIB_DEPENDS to new format. 2014-01-07 01:36:45 +00:00
nanumcoding-ttf Convert k* to USES=zip 2014-03-10 15:52:41 +00:00
nanumfonts-otf Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
nanumfonts-ttf Simplify and support staging. 2014-01-08 00:06:49 +00:00
nhpf Support staging 2014-02-20 14:50:25 +00:00
qt4-codecs-kr In preparation for Qt 5 ports: 2014-01-06 16:16:52 +00:00
scim-hangul Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format. 2014-01-07 01:38:37 +00:00
scim-tables - Convert gmake to USES 2014-05-26 12:53:38 +00:00
unfonts-core Re-add accidentally removed PLIST_DIRS and PLIST_FILES in r339059. 2014-05-06 18:44:19 +00:00
unfonts-extra Re-add accidentally removed PLIST_DIRS and PLIST_FILES in r339059. 2014-05-06 18:44:19 +00:00
uniksc Add staging support 2014-05-30 14:25:51 +00:00
unzip - Quiesce portlint 2013-11-29 09:54:18 +00:00
xpdf STAGEDIR support. 2014-05-24 18:29:07 +00:00
Makefile Support for this language has ceased within the PHP documentation. 2013-10-21 09:48:40 +00:00
Makefile.inc