Index: devel/ORBit2/Makefile =================================================================== --- devel/ORBit2/Makefile (revision 349872) +++ devel/ORBit2/Makefile (working copy) @@ -25,6 +25,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NEED_ROOT= yes + post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/orb/orb-core/orbit-typelib.c Index: devel/gamin/Makefile =================================================================== --- devel/gamin/Makefile (revision 349872) +++ devel/gamin/Makefile (working copy) @@ -24,6 +24,8 @@ GNU_CONFIGURE= yes +NEED_ROOT= yes + .if !defined(GAMIN_SLAVE) OPTIONS_DEFINE= GAM_POLLER LIBINOTIFY RUN_AS_EUID OPTIONS_DEFAULT=RUN_AS_EUID Index: graphics/libfpx/Makefile =================================================================== --- graphics/libfpx/Makefile (revision 349872) +++ graphics/libfpx/Makefile (working copy) @@ -17,6 +17,7 @@ COMMENT= Library routines for working with Flashpix images USE_XZ= yes +NEED_ROOT= yes PLIST_FILES= lib/libfpx.so.2 lib/libfpx.so lib/libfpx.a include/fpxlib.h USE_LDCONFIG= yes Index: graphics/libwmf/Makefile =================================================================== --- graphics/libwmf/Makefile (revision 349872) +++ graphics/libwmf/Makefile (working copy) @@ -30,6 +30,8 @@ OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 +NEED_ROOT= yes + .include .if ${PORT_OPTIONS:MX11} Index: graphics/netpbm/Makefile =================================================================== --- graphics/netpbm/Makefile (revision 349872) +++ graphics/netpbm/Makefile (working copy) @@ -27,6 +27,8 @@ INSTALL_TARGET= install.bin install.lib install.data install-dev USE_LDCONFIG= yes +NEED_ROOT= yes + OPTIONS_DEFINE= X11 MANPAGES OPTIONS_SUB= yes Index: graphics/scr2png/Makefile =================================================================== --- graphics/scr2png/Makefile (revision 349872) +++ graphics/scr2png/Makefile (working copy) @@ -17,6 +17,7 @@ PLIST_FILES= bin/scr2png man/man1/scr2png.1.gz MAKE_ARGS= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} +NEED_ROOT= yes pre-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile Index: graphics/svgalib/Makefile =================================================================== --- graphics/svgalib/Makefile (revision 349872) +++ graphics/svgalib/Makefile (working copy) @@ -18,6 +18,8 @@ ALL_TARGET= shared static +NEED_ROOT= yes + .include .if ${ARCH} != "i386" Index: lang/python27/Makefile =================================================================== --- lang/python27/Makefile (revision 349872) +++ lang/python27/Makefile (working copy) @@ -62,6 +62,7 @@ NLS_DESC= Enable Gettext support for the locale module +NEED_ROOT= yes .include .if ${PORT_OPTIONS:MNLS} Index: net/mDNSResponder/Makefile =================================================================== --- net/mDNSResponder/Makefile (revision 349872) +++ net/mDNSResponder/Makefile (working copy) @@ -32,6 +32,8 @@ MAKE_ARGS+= LD="${CC} -shared" .endif +NEED_ROOT= yes + post-patch: @${REINPLACE_CMD} -e '/ cc / s|cc|$${CC}|' ${WRKSRC}/Clients/Makefile @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g; s|mDNSResponder.8|mDNSResponderPosix.8|g' ${WRKSRC}/mDNSPosix/Makefile Index: print/ghostscript9/Makefile =================================================================== --- print/ghostscript9/Makefile (revision 349872) +++ print/ghostscript9/Makefile (working copy) @@ -44,6 +44,8 @@ USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes +NEED_ROOT= yes + MAKE_JOBS_UNSAFE= yes MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ Index: textproc/scr2txt/Makefile =================================================================== --- textproc/scr2txt/Makefile (revision 349872) +++ textproc/scr2txt/Makefile (working copy) @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to text +NEED_ROOT= yes PLIST_FILES= bin/scr2txt \ man/man1/scr2txt.1.gz Index: x11-servers/xorg-server/Makefile =================================================================== --- x11-servers/xorg-server/Makefile (revision 349872) +++ x11-servers/xorg-server/Makefile (working copy) @@ -20,6 +20,8 @@ XORG_CAT= xserver SLAVE_PORT?= no +NEED_ROOT= yes + OPTIONS_DEFINE= AIGLX SUID OPTIONS_RADIO= CONF OPTIONS_RADIO_CONF= HAL DEVD