Index: head/sysutils/estctrl/Makefile =================================================================== --- head/sysutils/estctrl/Makefile (revision 119073) +++ head/sysutils/estctrl/Makefile (revision 119074) @@ -1,36 +1,43 @@ # New ports collection makefile for: Enhanced SpeedStep control daemon # Date created: 1 September 2004 # Whom: cperciva@daemonology.net # # $FreeBSD$ # PORTNAME= estctrl PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.daemonology.net/freebsd-est/ MAINTAINER= cperciva@daemonology.net COMMENT= Enhanced SpeedStep control daemon RUN_DEPENDS= ${LOCALBASE}/modules/est.ko:${PORTSDIR}/sysutils/est ONLY_FOR_ARCHS= i386 USE_RC_SUBR= yes RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} PLIST_FILES= sbin/estctrl \ etc/rc.d/estctrl.sh MAKE_ENV= BINDIR=${PREFIX}/sbin +.include + +.if ${OSVERSION} < 500101 +EXTRA_PATCHES= ${FILESDIR}/estctrl.c.diff.fbsd4 +.endif + post-extract: ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/estctrl.sh > ${WRKDIR}/estctrl.sh post-install: ${INSTALL_SCRIPT} ${WRKDIR}/estctrl.sh ${PREFIX}/etc/rc.d/estctrl.sh ${CAT} ${PKGMESSAGE} -.include +.include Property changes on: head/sysutils/estctrl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/estctrl/files/estctrl.c.diff.fbsd4 =================================================================== --- head/sysutils/estctrl/files/estctrl.c.diff.fbsd4 (nonexistent) +++ head/sysutils/estctrl/files/estctrl.c.diff.fbsd4 (revision 119074) @@ -0,0 +1,11 @@ +--- estctrl.c.orig Tue Oct 12 17:46:13 2004 ++++ estctrl.c Tue Oct 12 17:46:21 2004 +@@ -28,7 +28,7 @@ + */ + + #include +-#include ++#include + #include + + #include Property changes on: head/sysutils/estctrl/files/estctrl.c.diff.fbsd4 ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property