View | Details | Raw Unified | Return to bug 165994
Collapse All | Expand All

(-)ports/audio/oss/Makefile (-2 / +2 lines)
Lines 57-68 Link Here
57
57
58
OPTIONS=	VORBIS	"OGG/Vorbis audio support"	on
58
OPTIONS=	VORBIS	"OGG/Vorbis audio support"	on
59
59
60
.include <bsd.port.pre.mk>
61
60
.if !exists(${SRC_BASE}/sys/Makefile)
62
.if !exists(${SRC_BASE}/sys/Makefile)
61
IGNORE=		requires kernel source to be installed
63
IGNORE=		requires kernel source to be installed
62
.endif
64
.endif
63
65
64
.include <bsd.port.pre.mk>
65
66
CONFIGURE_ENV+=	HOSTCC="${CC}"
66
CONFIGURE_ENV+=	HOSTCC="${CC}"
67
67
68
.if !defined(WITHOUT_VORBIS)
68
.if !defined(WITHOUT_VORBIS)
(-)ports/comms/uarduno/Makefile (-2 / +2 lines)
Lines 19-24 Link Here
19
MAKE_ENV+=	KMODDIR=${KMODDIR}
19
MAKE_ENV+=	KMODDIR=${KMODDIR}
20
LOCALBASE=	${KMODDIR}
20
LOCALBASE=	${KMODDIR}
21
21
22
.include <bsd.port.pre.mk>
23
22
SRCPREFIX?=	${SRC_BASE}
24
SRCPREFIX?=	${SRC_BASE}
23
25
24
# disable mtree or you'll get a /boot/kernel/... directory hierarchy put there
26
# disable mtree or you'll get a /boot/kernel/... directory hierarchy put there
Lines 41-48 Link Here
41
#
43
#
42
CFLAGS+=	-DKERNELVER=${OSVERSION}
44
CFLAGS+=	-DKERNELVER=${OSVERSION}
43
45
44
.include <bsd.port.pre.mk>
45
46
.if ${OSVERSION} < 800000
46
.if ${OSVERSION} < 800000
47
# Simple check for 7.x kernel source (find usb.c)
47
# Simple check for 7.x kernel source (find usb.c)
48
.if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c)
48
.if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c)
(-)ports/emulators/virtio-kmod/Makefile (-2 / +2 lines)
Lines 22-33 Link Here
22
KMODDIR?=	/boot/modules
22
KMODDIR?=	/boot/modules
23
PLIST_SUB=	KMODDIR=${KMODDIR:C,^/,,}
23
PLIST_SUB=	KMODDIR=${KMODDIR:C,^/,,}
24
24
25
.include <bsd.port.pre.mk>
26
25
.if !exists(${SRC_BASE}/sys/Makefile)
27
.if !exists(${SRC_BASE}/sys/Makefile)
26
IGNORE=		requires kernel source to be installed
28
IGNORE=		requires kernel source to be installed
27
.endif
29
.endif
28
30
29
.include <bsd.port.pre.mk>
30
31
.if ${OSREL} != "8.2" && ${OSREL} != "9.0"
31
.if ${OSREL} != "8.2" && ${OSREL} != "9.0"
32
IGNORE=		not supported $${OSREL} (${OSREL})
32
IGNORE=		not supported $${OSREL} (${OSREL})
33
.endif
33
.endif
(-)ports/emulators/virtualbox-ose/Makefile (-6 / +6 lines)
Lines 81-90 Link Here
81
SUB_LIST+=	VBOXUSER=${VBOXUSER}
81
SUB_LIST+=	VBOXUSER=${VBOXUSER}
82
USE_RC_SUBR+=	vboxheadless
82
USE_RC_SUBR+=	vboxheadless
83
83
84
KMK_BUILDTYPE=	release
85
KMK_CONFIG=	VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys
86
KMK_FLAGS=
87
88
.if defined(WITHOUT_QT4) && !defined(WITHOUT_NLS)
84
.if defined(WITHOUT_QT4) && !defined(WITHOUT_NLS)
89
BROKEN=		NLS support requires QT4 frontend. Run 'make config' again!
85
BROKEN=		NLS support requires QT4 frontend. Run 'make config' again!
90
.endif
86
.endif
Lines 126-131 Link Here
126
PLIST_SUB+=	GUESTADDITIONS="@comment "
122
PLIST_SUB+=	GUESTADDITIONS="@comment "
127
.endif
123
.endif
128
124
125
.include <bsd.port.pre.mk>
126
                
127
KMK_BUILDTYPE=	release   
128
KMK_CONFIG=	VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys
129
KMK_FLAGS=
130
129
.if defined(WITH_DEBUG)
131
.if defined(WITH_DEBUG)
130
KMK_FLAGS+=	BUILD_TYPE=debug
132
KMK_FLAGS+=	BUILD_TYPE=debug
131
KMK_BUILDTYPE=	debug
133
KMK_BUILDTYPE=	debug
Lines 176-183 Link Here
176
PLIST_SUB+=	I386="@comment "
178
PLIST_SUB+=	I386="@comment "
177
.endif
179
.endif
178
180
179
.include <bsd.port.pre.mk>
180
181
.if ${OSVERSION} < 800000
181
.if ${OSVERSION} < 800000
182
BROKEN=		Does not compile on FreeBSD 7.x
182
BROKEN=		Does not compile on FreeBSD 7.x
183
.endif
183
.endif
(-)ports/emulators/virtualbox-ose-legacy/Makefile (-6 / +6 lines)
Lines 80-89 Link Here
80
SUB_LIST+=	VBOXUSER=${VBOXUSER}
80
SUB_LIST+=	VBOXUSER=${VBOXUSER}
81
USE_RC_SUBR+=	vboxheadless
81
USE_RC_SUBR+=	vboxheadless
82
82
83
KMK_BUILDTYPE=	release
84
KMK_CONFIG=	VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys
85
KMK_FLAGS=
86
87
.if defined(WITHOUT_QT4) && !defined(WITHOUT_NLS)
83
.if defined(WITHOUT_QT4) && !defined(WITHOUT_NLS)
88
BROKEN=		NLS support requires QT4 frontend. Run 'make config' again!
84
BROKEN=		NLS support requires QT4 frontend. Run 'make config' again!
89
.endif
85
.endif
Lines 125-130 Link Here
125
PLIST_SUB+=	GUESTADDITIONS="@comment "
121
PLIST_SUB+=	GUESTADDITIONS="@comment "
126
.endif
122
.endif
127
123
124
.include <bsd.port.pre.mk>
125
126
KMK_BUILDTYPE=	release
127
KMK_CONFIG=	VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys
128
KMK_FLAGS=
129
128
.if defined(WITH_DEBUG)
130
.if defined(WITH_DEBUG)
129
KMK_FLAGS+=	BUILD_TYPE=debug
131
KMK_FLAGS+=	BUILD_TYPE=debug
130
KMK_BUILDTYPE=	debug
132
KMK_BUILDTYPE=	debug
Lines 175-182 Link Here
175
PLIST_SUB+=	I386="@comment "
177
PLIST_SUB+=	I386="@comment "
176
.endif
178
.endif
177
179
178
.include <bsd.port.pre.mk>
179
180
.if ${OSVERSION} > 900012
180
.if ${OSVERSION} > 900012
181
EXTRA_PATCHES+=	${FILESDIR}/extrapatch-include-iprt-string.h
181
EXTRA_PATCHES+=	${FILESDIR}/extrapatch-include-iprt-string.h
182
.endif
182
.endif
(-)ports/graphics/kix-kmod/Makefile (-1 / +3 lines)
Lines 16-21 Link Here
16
MAINTAINER=	jon@witchspace.com
16
MAINTAINER=	jon@witchspace.com
17
COMMENT=	A graphical screensaver kernel module
17
COMMENT=	A graphical screensaver kernel module
18
18
19
.include <bsd.port.pre.mk>
20
19
SYSDIR?=	${SRC_BASE}/sys
21
SYSDIR?=	${SRC_BASE}/sys
20
.if !exists(${SYSDIR}/dev/syscons/syscons.h)
22
.if !exists(${SYSDIR}/dev/syscons/syscons.h)
21
IGNORE=		requires kernel source (in ${SYSDIR}) to build
23
IGNORE=		requires kernel source (in ${SYSDIR}) to build
Lines 30-33 Link Here
30
post-install:
32
post-install:
31
	@${CAT} ${PKGMESSAGE}
33
	@${CAT} ${PKGMESSAGE}
32
34
33
.include <bsd.port.mk>
35
.include <bsd.port.post.mk>
(-)ports/graphics/plasma-kmod/Makefile (-2 / +2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A plasma-effect screensaver kernel module
16
COMMENT=	A plasma-effect screensaver kernel module
17
17
18
.include <bsd.port.pre.mk>
19
18
.if !exists(${SRC_BASE}/sys/dev/syscons/syscons.h)
20
.if !exists(${SRC_BASE}/sys/dev/syscons/syscons.h)
19
IGNORE=		requires kernel source (in ${SRC_BASE}) to build
21
IGNORE=		requires kernel source (in ${SRC_BASE}) to build
20
.endif
22
.endif
Lines 27-34 Link Here
27
post-install:
29
post-install:
28
	@${CAT} ${PKGMESSAGE}
30
	@${CAT} ${PKGMESSAGE}
29
31
30
.include <bsd.port.pre.mk>
31
32
.if ${ARCH} == "amd64"
32
.if ${ARCH} == "amd64"
33
BROKEN=		Does not configure
33
BROKEN=		Does not configure
34
.endif
34
.endif
(-)ports/multimedia/ptx-kmod/Makefile (-1 / +2 lines)
Lines 26-35 Link Here
26
USE_RC_SUBR=	ptx.sh
26
USE_RC_SUBR=	ptx.sh
27
PORTDOCS=	README
27
PORTDOCS=	README
28
28
29
.include <bsd.port.pre.mk>
30
29
KMODDIR=	libexec/${PORTNAME}
31
KMODDIR=	libexec/${PORTNAME}
30
SYSDIR?=	${SRC_BASE}/sys
32
SYSDIR?=	${SRC_BASE}/sys
31
33
32
.include <bsd.port.pre.mk>
33
KERNCONF?=	GENERIC
34
KERNCONF?=	GENERIC
34
35
35
# Use the first component of ${KERNCONF}.
36
# Use the first component of ${KERNCONF}.
(-)ports/net/iet/Makefile (-2 / +2 lines)
Lines 31-36 Link Here
31
31
32
USE_RC_SUBR=	ietd
32
USE_RC_SUBR=	ietd
33
33
34
.include <bsd.port.pre.mk>
35
34
KMODDIR=	${PREFIX}/modules
36
KMODDIR=	${PREFIX}/modules
35
PLIST_SUB+=	KMODDIR=${KMODDIR}
37
PLIST_SUB+=	KMODDIR=${KMODDIR}
36
MAKE_ENV+=	KMODDIR=${KMODDIR} DATADIR=${DATADIR} SYSDIR="${SRC_BASE}/sys"
38
MAKE_ENV+=	KMODDIR=${KMODDIR} DATADIR=${DATADIR} SYSDIR="${SRC_BASE}/sys"
Lines 41-48 Link Here
41
IGNORE=		requires kernel sources to build
43
IGNORE=		requires kernel sources to build
42
.endif
44
.endif
43
45
44
.include <bsd.port.pre.mk>
45
46
.if ${OSVERSION} < 800107
46
.if ${OSVERSION} < 800107
47
BROKEN=		requires 8.0-RELEASE or higher
47
BROKEN=		requires 8.0-RELEASE or higher
48
.endif
48
.endif
(-)ports/net/ng_car/Makefile (-2 / +2 lines)
Lines 22-33 Link Here
22
MAN4=		ng_car.4
22
MAN4=		ng_car.4
23
MANCOMPRESSED=	yes
23
MANCOMPRESSED=	yes
24
24
25
.include <bsd.port.pre.mk>
26
25
.if !exists(${SRC_BASE}/sys/Makefile)
27
.if !exists(${SRC_BASE}/sys/Makefile)
26
IGNORE=	this port requires kernel sources
28
IGNORE=	this port requires kernel sources
27
.endif
29
.endif
28
30
29
.include <bsd.port.pre.mk>
30
31
.if ${OSVERSION} >= 700041
31
.if ${OSVERSION} >= 700041
32
IGNORE=	already exists in base system
32
IGNORE=	already exists in base system
33
.endif
33
.endif
(-)ports/net/ng_mikrotik_eoip/Makefile (-1 / +3 lines)
Lines 25-30 Link Here
25
PLIST_SUB+=	KMODDIR=${KMODDIR} \
25
PLIST_SUB+=	KMODDIR=${KMODDIR} \
26
		PORTNAME=${PORTNAME}
26
		PORTNAME=${PORTNAME}
27
27
28
.include <bsd.port.pre.mk>
29
28
.if !exists(${SRC_BASE}/sys/sys/module.h)
30
.if !exists(${SRC_BASE}/sys/sys/module.h)
29
IGNORE=		requires kernel source files
31
IGNORE=		requires kernel source files
30
.endif
32
.endif
Lines 38-41 Link Here
38
do-install:
40
do-install:
39
	@${INSTALL_KLD} ${WRKSRC}/${PORTNAME}.ko ${KMODDIR}
41
	@${INSTALL_KLD} ${WRKSRC}/${PORTNAME}.ko ${KMODDIR}
40
42
41
.include <bsd.port.mk>
43
.include <bsd.port.post.mk>
(-)ports/net/skyfish/Makefile (-1 / +3 lines)
Lines 13-18 Link Here
13
MAINTAINER=	nsand@sura.ru
13
MAINTAINER=	nsand@sura.ru
14
COMMENT=	Grabbing TCP streams from network interface (SAT internet)
14
COMMENT=	Grabbing TCP streams from network interface (SAT internet)
15
15
16
.include <bsd.port.pre.mk>
17
16
SYSDIR?=	${SRC_BASE}/sys
18
SYSDIR?=	${SRC_BASE}/sys
17
KMODDIR=	/boot/modules
19
KMODDIR=	/boot/modules
18
PLIST_SUB+=	KMODDIR=${KMODDIR}
20
PLIST_SUB+=	KMODDIR=${KMODDIR}
Lines 28-31 Link Here
28
	exit 1
30
	exit 1
29
.endif
31
.endif
30
32
31
.include <bsd.port.mk>
33
.include <bsd.port.post.mk>
(-)ports/net/skystar2/Makefile (-2 / +1 lines)
Lines 17-22 Link Here
17
COMMENT=	Kernel module and program for SkyStar2/SkyStar2.8A, ver. ${PORTVERSION}
17
COMMENT=	Kernel module and program for SkyStar2/SkyStar2.8A, ver. ${PORTVERSION}
18
18
19
USE_BZIP2=	yes
19
USE_BZIP2=	yes
20
.include <bsd.port.pre.mk>
20
SYSDIR?=	${SRC_BASE}/sys
21
SYSDIR?=	${SRC_BASE}/sys
21
KMODDIR=	/boot/modules
22
KMODDIR=	/boot/modules
22
PLIST_SUB+=	KMODDIR=${KMODDIR}
23
PLIST_SUB+=	KMODDIR=${KMODDIR}
Lines 49-56 Link Here
49
.endfor
50
.endfor
50
.endif
51
.endif
51
52
52
.include <bsd.port.pre.mk>
53
54
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
53
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
55
BROKEN=		Does not compile on ia64, powerprc, or sparc64
54
BROKEN=		Does not compile on ia64, powerprc, or sparc64
56
.elif ${OSVERSION} >= 900000
55
.elif ${OSVERSION} >= 900000
(-)ports/net/ttbudget/Makefile (-2 / +2 lines)
Lines 17-22 Link Here
17
COMMENT=	Driver for 'TechnoTrend budget DVB S-1401' (SkyStar3)
17
COMMENT=	Driver for 'TechnoTrend budget DVB S-1401' (SkyStar3)
18
18
19
USE_BZIP2=	yes
19
USE_BZIP2=	yes
20
21
.include <bsd.port.pre.mk>
20
SYSDIR?=	${SRC_BASE}/sys
22
SYSDIR?=	${SRC_BASE}/sys
21
KMODDIR=	/boot/modules
23
KMODDIR=	/boot/modules
22
PLIST_SUB+=	KMODDIR=${KMODDIR}
24
PLIST_SUB+=	KMODDIR=${KMODDIR}
Lines 32-39 Link Here
32
post-install:
34
post-install:
33
	@${CAT} ${PKGMESSAGE}
35
	@${CAT} ${PKGMESSAGE}
34
36
35
.include <bsd.port.pre.mk>
36
37
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
37
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
38
BROKEN=		Does not compile on ia64, powerprc, or sparc64
38
BROKEN=		Does not compile on ia64, powerprc, or sparc64
39
.elif ${OSVERSION} >= 900000
39
.elif ${OSVERSION} >= 900000
(-)ports/print/acroreadwrapper/Makefile (-1 / +3 lines)
Lines 30-35 Link Here
30
		PLUGINDIR=${PLUGINDIR} \
30
		PLUGINDIR=${PLUGINDIR} \
31
		KMODDIR=${KMODDIR}
31
		KMODDIR=${KMODDIR}
32
USE_RC_SUBR=	linux_adobe.sh
32
USE_RC_SUBR=	linux_adobe.sh
33
34
.include <bsd.port.pre.mk>
35
33
MAKE_ENV=	KMODDIR=${KMODDIR} SYSDIR=${SRC_BASE}/sys DESTDIR=${PREFIX}/
36
MAKE_ENV=	KMODDIR=${KMODDIR} SYSDIR=${SRC_BASE}/sys DESTDIR=${PREFIX}/
34
37
35
ADOBEBASE=	Adobe
38
ADOBEBASE=	Adobe
Lines 38-44 Link Here
38
PLUGINDIR=	lib/npapi/linux-acroread
41
PLUGINDIR=	lib/npapi/linux-acroread
39
KMODDIR=	libexec/linux_adobe
42
KMODDIR=	libexec/linux_adobe
40
43
41
.include <bsd.port.pre.mk>
42
KERNCONF?=	GENERIC
44
KERNCONF?=	GENERIC
43
45
44
# Use the first component of ${KERNCONF}.
46
# Use the first component of ${KERNCONF}.
(-)ports/sysutils/acpi_call/Makefile (-1 / +3 lines)
Lines 20-25 Link Here
20
PLIST_SUB+=	KMODDIR=${KMODDIR} \
20
PLIST_SUB+=	KMODDIR=${KMODDIR} \
21
		PORTNAME=${PORTNAME}
21
		PORTNAME=${PORTNAME}
22
22
23
.include <bsd.port.pre.mk>
24
23
.if !exists(${SRC_BASE}/sys/sys/module.h)
25
.if !exists(${SRC_BASE}/sys/sys/module.h)
24
IGNORE=		requires kernel source files
26
IGNORE=		requires kernel source files
25
.endif
27
.endif
Lines 34-37 Link Here
34
	@${INSTALL_KLD} ${WRKSRC}/${PORTNAME}.ko ${KMODDIR}
36
	@${INSTALL_KLD} ${WRKSRC}/${PORTNAME}.ko ${KMODDIR}
35
	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
37
	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
36
38
37
.include <bsd.port.mk>
39
.include <bsd.port.post.mk>
(-)ports/sysutils/cciss_vol_status/Makefile (-1 / +3 lines)
Lines 21-28 Link Here
21
MAN8=		cciss_vol_status.8
21
MAN8=		cciss_vol_status.8
22
PLIST_FILES=	bin/cciss_vol_status
22
PLIST_FILES=	bin/cciss_vol_status
23
23
24
.include <bsd.port.pre.mk>
25
24
.if !exists(${SRC_BASE}/sys/dev/ciss/cissio.h)
26
.if !exists(${SRC_BASE}/sys/dev/ciss/cissio.h)
25
IGNORE=		cciss_vol_status requires kernel sources of the ciss driver
27
IGNORE=		cciss_vol_status requires kernel sources of the ciss driver
26
.endif
28
.endif
27
29
28
.include <bsd.port.mk>
30
.include <bsd.port.post.mk>
(-)ports/sysutils/fusefs-kmod/Makefile (-1 / +1 lines)
Lines 26-38 Link Here
26
USE_RC_SUBR=	fusefs
26
USE_RC_SUBR=	fusefs
27
KMODDIR?=	${PREFIX}/modules
27
KMODDIR?=	${PREFIX}/modules
28
PLIST_SUB=	KMODDIR=${KMODDIR}
28
PLIST_SUB=	KMODDIR=${KMODDIR}
29
SRC_BASE?=	/usr/src
29
MAKE_ENV=	BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
30
MAKE_ENV=	BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
30
		KMODDIR="${KMODDIR}" SYSDIR="${SRC_BASE}/sys" \
31
		KMODDIR="${KMODDIR}" SYSDIR="${SRC_BASE}/sys" \
31
		MOUNT="${SRC_BASE}/sbin/mount"
32
		MOUNT="${SRC_BASE}/sbin/mount"
32
WRKSRC=		${WRKDIR}/fuse4bsd-${HG_SHORTREV}
33
WRKSRC=		${WRKDIR}/fuse4bsd-${HG_SHORTREV}
33
DISABLE_SIZE=	yes
34
DISABLE_SIZE=	yes
34
35
35
SRC_BASE?=	/usr/src
36
SETUP=		setup.sh
36
SETUP=		setup.sh
37
HG_SHORTREV=	498acaef33b0
37
HG_SHORTREV=	498acaef33b0
38
38
(-)ports/sysutils/lsof/Makefile (-1 / +3 lines)
Lines 40-45 Link Here
40
.endif
40
.endif
41
41
42
USE_BZIP2=	yes
42
USE_BZIP2=	yes
43
44
.include <bsd.port.pre.mk>
43
HAS_CONFIGURE=	yes
45
HAS_CONFIGURE=	yes
44
CONFIGURE_SCRIPT=	Configure
46
CONFIGURE_SCRIPT=	Configure
45
CONFIGURE_ARGS=	-n freebsd
47
CONFIGURE_ARGS=	-n freebsd
Lines 81-84 Link Here
81
	    ${FIND} -d share/lsof -type d \
83
	    ${FIND} -d share/lsof -type d \
82
	        | ${SED} -e 's/^/@dirrm /g' >>${TMPPLIST}
84
	        | ${SED} -e 's/^/@dirrm /g' >>${TMPPLIST}
83
85
84
.include <bsd.port.mk>
86
.include <bsd.port.post.mk>
(-)ports/sysutils/pefs-kmod/Makefile (-2 / +2 lines)
Lines 18-23 Link Here
18
18
19
FETCH_ARGS=	-Fpr		# work around 302 redirect at guthub
19
FETCH_ARGS=	-Fpr		# work around 302 redirect at guthub
20
20
21
.include <bsd.port.pre.mk>
22
21
KMODDIR?=	/boot/modules
23
KMODDIR?=	/boot/modules
22
PLIST_SUB=	KMODDIR=${KMODDIR}
24
PLIST_SUB=	KMODDIR=${KMODDIR}
23
MAKE_ENV=	BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
25
MAKE_ENV=	BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
Lines 28-35 Link Here
28
30
29
ONLY_FOR_ARCHS=	i386 amd64	# not tested on other archs
31
ONLY_FOR_ARCHS=	i386 amd64	# not tested on other archs
30
32
31
.include <bsd.port.pre.mk>
32
33
.if ${OSVERSION} < 800000
33
.if ${OSVERSION} < 800000
34
BROKEN=		requires fairly recent FreeBSD-STABLE, or FreeBSD-CURRENT
34
BROKEN=		requires fairly recent FreeBSD-STABLE, or FreeBSD-CURRENT
35
.endif
35
.endif
(-)ports/sysutils/scprotect/Makefile (-1 / +3 lines)
Lines 26-31 Link Here
26
#MAN4=		scprotect.4
26
#MAN4=		scprotect.4
27
#MANCOMPRESSED=	yes
27
#MANCOMPRESSED=	yes
28
28
29
.include <bsd.port.pre.mk>
30
29
.if !exists(${SRC_BASE}/sys/Makefile)
31
.if !exists(${SRC_BASE}/sys/Makefile)
30
IGNORE=		requires kernel sources
32
IGNORE=		requires kernel sources
31
.endif
33
.endif
Lines 33-36 Link Here
33
post-install:
35
post-install:
34
	@${CAT} ${PKGMESSAGE}
36
	@${CAT} ${PKGMESSAGE}
35
37
36
.include <bsd.port.mk>
38
.include <bsd.port.post.mk>

Return to bug 165994