From owner-svn-ports-head@FreeBSD.ORG Thu Feb 26 22:44:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32EC835E; Thu, 26 Feb 2015 22:44:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13AD134D; Thu, 26 Feb 2015 22:44:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QMihAM065667; Thu, 26 Feb 2015 22:44:43 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QMihGV065665; Thu, 26 Feb 2015 22:44:43 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201502262244.t1QMihGV065665@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Thu, 26 Feb 2015 22:44:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380056 - in head/sysutils/runwhen: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 22:44:44 -0000 Author: mi Date: Thu Feb 26 22:44:42 2015 New Revision: 380056 URL: https://svnweb.freebsd.org/changeset/ports/380056 QAT: https://qat.redports.org/buildarchive/r380056/ Log: Unbreak by upgrading from 2003 to 2015. Do not install the useless "doc" files. The list of files is so small now, a separate pkg-plist can be replaced with a PLIST_FILES-variable. Notified by: portscout Deleted: head/sysutils/runwhen/files/ head/sysutils/runwhen/pkg-plist Modified: head/sysutils/runwhen/Makefile head/sysutils/runwhen/distinfo Modified: head/sysutils/runwhen/Makefile ============================================================================== --- head/sysutils/runwhen/Makefile Thu Feb 26 21:35:37 2015 (r380055) +++ head/sysutils/runwhen/Makefile Thu Feb 26 22:44:42 2015 (r380056) @@ -2,42 +2,43 @@ # $FreeBSD$ PORTNAME= runwhen -PORTVERSION= 2003.10.31 +PORTVERSION= 2015.02.24 CATEGORIES= sysutils -MASTER_SITES= http://code.dogmap.org./${PORTNAME}/releases/ +MASTER_SITES= http://code.dogmap.org/runwhen/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Tools for running commands at particular times +LICENSE= GPLv2 + BUILD_DEPENDS= ${LOCALBASE}/include/skalibs:${PORTSDIR}/devel/skalibs USES= tar:bzip2 WRKSRC= ${WRKDIR}/admin/${DISTNAME} -ALL_TARGET= default - -DOCS= src/CHANGES src/TODO package/README -OPTIONS_DEFINE= DOCS +PLIST_FILES= bin/rw-add bin/rw-match bin/rw-max bin/rw-min \ + bin/rw-sleep bin/rw-sub bin/rw-touch -BROKEN= fails to build with skalibs-2.x +CFLAGS+= -I${LOCALBASE}/include post-patch: @${REINPLACE_CMD} -e 's!gcc -O2!${CC} ${CFLAGS}!' \ - ${WRKSRC}/conf-compile/host_compile.sh + ${WRKSRC}/conf-compile/defaults/host_compile.sh @${REINPLACE_CMD} 's!gcc!${CC} ${LDFLAGS} ${LIBS}!' \ - ${WRKSRC}/conf-compile/host_link.sh + ${WRKSRC}/conf-compile/defaults/host_link.sh + @${REINPLACE_CMD} 's!-lskarnet!-L${LOCALBASE}/lib -lskarnet!' \ + ${WRKSRC}/package/compile do-configure: - ${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-compile/package_home - ${ECHO_CMD} ${LOCALBASE} > ${WRKSRC}/conf-compile/depend_skalibs + ${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-compile/defaults/package_home + ${ECHO_CMD} ${LOCALBASE} > ${WRKSRC}/conf-compile/defaults/depend_skalibs + ${ECHO_CMD} ${LOCALBASE}/lib/skalibs/sysdeps > ${WRKSRC}/conf-compile/defaults/depend_skalibs_sysdeps do-build: cd ${WRKSRC} && package/compile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/* ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) .include Modified: head/sysutils/runwhen/distinfo ============================================================================== --- head/sysutils/runwhen/distinfo Thu Feb 26 21:35:37 2015 (r380055) +++ head/sysutils/runwhen/distinfo Thu Feb 26 22:44:42 2015 (r380056) @@ -1,2 +1,2 @@ -SHA256 (runwhen-2003.10.31.tar.bz2) = 28416dcd26685f9295ec9850e65962b13817ddab98a8634571996f3e8270d3ec -SIZE (runwhen-2003.10.31.tar.bz2) = 23587 +SHA256 (runwhen-2015.02.24.tar.bz2) = 8459fb0f21baf2151162c973146ef9f232f5f3ea40f2637ff884f78bcf12923f +SIZE (runwhen-2015.02.24.tar.bz2) = 23397