1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +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
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
eterm Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
fcitx-hangul
FreeWnn-lib
FreeWnn-server
gimp-help
gtkcomm Port is stage safe 2014-05-30 12:46:06 +00:00
h2ps
hanyangfonts Add staging support 2014-05-30 12:47:07 +00:00
hcode
hmconv
hpscat
hunspell
ibus-hangul - Don't remove mtree directories 2014-05-09 21:13:09 +00:00
imhangul
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
ko.TeX-fonts-base
ko.TeX-fonts-extra
libhangul
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
nabi
nanumcoding-ttf
nanumfonts-otf Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
nanumfonts-ttf
nhpf
qt4-codecs-kr
scim-hangul
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
xpdf STAGEDIR support. 2014-05-24 18:29:07 +00:00
Makefile
Makefile.inc