From owner-svn-ports-head@freebsd.org Mon Jul 1 09:35:36 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC3C215CD2C4; Mon, 1 Jul 2019 09:35:35 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62C386E4F9; Mon, 1 Jul 2019 09:35:35 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39598B130; Mon, 1 Jul 2019 09:35:35 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x619ZZcN038570; Mon, 1 Jul 2019 09:35:35 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x619ZYf5038548; Mon, 1 Jul 2019 09:35:34 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201907010935.x619ZYf5038548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 1 Jul 2019 09:35:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505560 - in head/x11/hsetroot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/x11/hsetroot: . files X-SVN-Commit-Revision: 505560 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 62C386E4F9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 01 Jul 2019 09:35:36 -0000 Author: danfe Date: Mon Jul 1 09:35:34 2019 New Revision: 505560 URL: https://svnweb.freebsd.org/changeset/ports/505560 Log: Update to version 1.0.3 (now requires GNU make to build). Reported by: portscout Modified: head/x11/hsetroot/Makefile head/x11/hsetroot/distinfo head/x11/hsetroot/files/patch-Makefile Modified: head/x11/hsetroot/Makefile ============================================================================== --- head/x11/hsetroot/Makefile Mon Jul 1 09:32:04 2019 (r505559) +++ head/x11/hsetroot/Makefile Mon Jul 1 09:35:34 2019 (r505560) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hsetroot -PORTVERSION= 1.0.2 -PORTREVISION= 14 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= danfe@FreeBSD.org @@ -16,9 +15,8 @@ RUN_DEPENDS= xrandr:x11/xrandr USE_GITHUB= yes GH_ACCOUNT= himdel -GH_TAGNAME= 47d887b -USES= pkgconfig +USES= gmake pkgconfig USE_XORG= x11 PLIST_FILES= bin/hsetroot Modified: head/x11/hsetroot/distinfo ============================================================================== --- head/x11/hsetroot/distinfo Mon Jul 1 09:32:04 2019 (r505559) +++ head/x11/hsetroot/distinfo Mon Jul 1 09:35:34 2019 (r505560) @@ -1,3 +1,3 @@ -TIMESTAMP = 1455408551 -SHA256 (himdel-hsetroot-1.0.2-47d887b_GH0.tar.gz) = 5d84b6f34e9c6d2e33a6bbe7a41be5b3100782603b1a4b07e8705a204b39d9be -SIZE (himdel-hsetroot-1.0.2-47d887b_GH0.tar.gz) = 5827 +TIMESTAMP = 1561725415 +SHA256 (himdel-hsetroot-1.0.3_GH0.tar.gz) = ab40a7723080f72bbaf55be546c62f69d5e73d3ccdfa8bb7b6995e8c1798242a +SIZE (himdel-hsetroot-1.0.3_GH0.tar.gz) = 6509 Modified: head/x11/hsetroot/files/patch-Makefile ============================================================================== --- head/x11/hsetroot/files/patch-Makefile Mon Jul 1 09:32:04 2019 (r505559) +++ head/x11/hsetroot/files/patch-Makefile Mon Jul 1 09:35:34 2019 (r505560) @@ -1,28 +1,22 @@ ---- Makefile.orig 2016-02-14 00:09:11 UTC +--- Makefile.orig 2019-06-28 12:36:55 UTC +++ Makefile -@@ -1,4 +1,4 @@ --CC=gcc -+CC?=gcc +@@ -18,16 +18,16 @@ LDFLAGS+=$(shell $(PKG_CONFIG) x11 --libs) + CFLAGS+=$(shell $(PKG_CONFIG) imlib2 --cflags) + LDFLAGS+=$(shell $(PKG_CONFIG) imlib2 --libs) - CFLAGS?=-g -O2 -Wall - LDFLAGS?= -@@ -9,14 +9,17 @@ LDFLAGS+=`pkg-config x11 --libs` - CFLAGS+=`pkg-config imlib2 --cflags` - LDFLAGS+=`pkg-config imlib2 --libs` - +all: hsetroot + hsetroot: hsetroot.o outputs_xrandr.o -+ $(CC) $(LDFLAGS) -o $@ $> hsetroot.o: hsetroot.c outputs.h -outputs.o: outputs.c outputs.h -+outputs_xrandr.o: outputs_xrandr.c outputs.h +- + outputs_xrandr.o: outputs_xrandr.c outputs.h install: hsetroot - install -st /usr/local/bin/ hsetroot -+ $(BSD_INSTALL_PROGRAM) $> $(DESTDIR)$(PREFIX)/bin ++ $(BSD_INSTALL_PROGRAM) $^ $(DESTDIR)$(PREFIX)/bin clean: rm -f hsetroot *.o