summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-10 09:59:22 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-10 09:59:22 +0800
commitb39cd8f50aefb862ed00b7012ee0a20a862cd496 (patch)
tree8594a63b0584cf1abf8a23251e5644c758b29873 /devel
parent6ec9c03df3125ba4c9e0045c39dcb8f63d90a970 (diff)
downloadmarcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.gz
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.bz2
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.lz
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.xz
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.zst
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.zip
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11867 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gvfs/Makefile4
-rw-r--r--devel/libgtop/Makefile10
2 files changed, 5 insertions, 9 deletions
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile
index 3555680f2..e1e5da9e1 100644
--- a/devel/gvfs/Makefile
+++ b/devel/gvfs/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gvfs/Makefile,v 1.35 2008/10/20 21:30:27 mezz Exp $
+# $MCom: ports/devel/gvfs/Makefile,v 1.36 2008/11/24 20:11:35 mezz Exp $
#
PORTNAME= gvfs
@@ -38,7 +38,7 @@ OPTIONS= FUSE "Enable fuse" on \
.include <bsd.port.pre.mk>
-.if defined(WITH_FUSE) && ${OSVERSION} >= 600000
+.if defined(WITH_FUSE)
LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
PLIST_SUB+= FUSE=""
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 5abe2ca86..5687b6298 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libgtop/Makefile,v 1.43 2008/11/28 07:33:31 marcus Exp $
+# $MCom: ports/devel/libgtop/Makefile,v 1.44 2008/12/07 05:29:10 marcus Exp $
#
PORTNAME= libgtop
@@ -30,6 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
INFO= libgtop2
+PKGMESSAGE= ${FILESDIR}/pkg-message
+
.include <bsd.port.pre.mk>
.if ( ${OSVERSION} >= 800000 && ${OSVERSION} < 800019 ) || \
@@ -37,18 +39,12 @@ INFO= libgtop2
RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof
.endif
-.if ${OSVERSION} >= 600000
-PKGMESSAGE= ${FILESDIR}/pkg-message
-.endif
-
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
post-install:
@${CHGRP} kmem ${PREFIX}/bin/libgtop_server2
@${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2
-.if ${OSVERSION} >= 600000
@${CAT} ${PKGMESSAGE}
-.endif
.include <bsd.port.post.mk>