/x11-wm/afterstep-stable/

ail>marino@FreeBSD.org 2014-08-15T10:51:57+00:00 d84f620e0354575d9b0f65f652802aada44c9b64 Noticed by: @danfe
Noticed by:	@danfe
irc/miau: Fix IPv6 option, reassign maintainer to submitter 2014-08-15T09:30:12+00:00 marino marino@FreeBSD.org 2014-08-15T09:30:12+00:00 977bf77da802b1b15f61ddc4864d08af0a6cb051 Whle here, de-indent most of the Makefile and fix DOCS option too. PR: 190984 Submitted by: Daniel Austin Approved by: maintainer timeout (2 months)
Whle here, de-indent most of the Makefile and fix DOCS option too.

PR:		190984
Submitted by:	Daniel Austin
Approved by:	maintainer timeout (2 months)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2 2014-07-29T18:41:15+00:00 adamw adamw@FreeBSD.org 2014-07-29T18:41:15+00:00 38fe74289962f7bde8f57d9a999e61b74241ad6b Approved by: portmgr (not really, but touches unstaged ports)
Approved by:	portmgr (not really, but touches unstaged ports)
Add DOCS option where PORTDOCS appears in plist. 2014-07-16T02:29:34+00:00 adamw adamw@FreeBSD.org 2014-07-16T02:29:34+00:00 746fac707b51c2f32d6060cd7b64d0a82374779b

Remove indefinite articles and trailing periods from COMMENT, plus 2014-06-13T07:36:27+00:00 olgeni olgeni@FreeBSD.org 2014-06-13T07:36:27+00:00 0f00c008b1cdb8e376be77e2a052866c6a025016 minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Support LIBS like LDFLAGS. 2014-06-11T14:49:59+00:00 tijl tijl@FreeBSD.org 2014-06-11T14:49:59+00:00 67f12d415fec83113a7ddfbc9655db98b4e70a28 - 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)
- 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)
Support staging. 2014-02-18T11:56:23+00:00 ehaupt ehaupt@FreeBSD.org 2014-02-18T11:56:23+00:00 f59890880d802d6725dbcd5ccea1e530c00f7520

Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20T18:44:49+00:00 bapt bapt@FreeBSD.org 2013-09-20T18:44:49+00:00 66aa2f0b942e45f2c3600b16d5a32782a54b1d09