Date: Sun, 25 Feb 2007 10:55:58 +0100 From: "Jeroen Schot" <schot@a-eskwadraat.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109523: Update port: x11/dmenu to 2.4 Message-ID: <20070225095558.B8ACB58000C@pollux.warande.net> Resent-Message-ID: <200702251000.l1PA0CSM072377@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109523 >Category: ports >Synopsis: Update port: x11/dmenu to 2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 25 10:00:12 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jeroen Schot >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD vocal 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Attached diff updates the port of x11/dmenu from 2.2 to 2.4. >How-To-Repeat: >Fix: diff -ruN dmenu.orig/Makefile dmenu/Makefile --- dmenu.orig/Makefile Thu Feb 15 20:34:56 2007 +++ dmenu/Makefile Sun Feb 25 10:52:14 2007 @@ -6,7 +6,7 @@ # PORTNAME= dmenu -PORTVERSION= 2.2 +PORTVERSION= 2.4 CATEGORIES= x11 MASTER_SITES= http://www.suckless.org/download/ \ http://schot.a-eskwadraat.nl/files/ diff -ruN dmenu.orig/distinfo dmenu/distinfo --- dmenu.orig/distinfo Thu Feb 15 20:34:56 2007 +++ dmenu/distinfo Sun Feb 25 10:52:18 2007 @@ -1,3 +1,3 @@ -MD5 (dmenu-2.2.tar.gz) = bcf5d93afccedd2d403b4d3cace90aae -SHA256 (dmenu-2.2.tar.gz) = 773c647637d9e37ca7b908914e93b182d5b92089d94b43911ca2ad9e490a8b5e -SIZE (dmenu-2.2.tar.gz) = 7963 +MD5 (dmenu-2.4.tar.gz) = f7c7cbc156b9157eb0101d856e135e10 +SHA256 (dmenu-2.4.tar.gz) = d162ea1cc8879447885a977e23e5d1d36d25014f494322d76f1c4f574db2c99f +SIZE (dmenu-2.4.tar.gz) = 7875 diff -ruN dmenu.orig/files/patch-config.mk dmenu/files/patch-config.mk --- dmenu.orig/files/patch-config.mk Fri Sep 1 19:28:22 2006 +++ dmenu/files/patch-config.mk Wed Feb 21 22:21:40 2007 @@ -1,12 +1,12 @@ ---- config.mk.orig Tue Aug 29 20:32:42 2006 -+++ config.mk Tue Aug 29 20:33:56 2006 -@@ -4,21 +4,21 @@ +--- config.mk.orig Wed Feb 21 22:21:27 2007 ++++ config.mk Wed Feb 21 22:21:26 2007 +@@ -4,18 +4,18 @@ # Customize below to fit your system # paths -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man -+PREFIX ?= /usr/local ++PREFIX?= /usr/local +MANPREFIX = ${PREFIX}/man -X11INC = /usr/X11R6/include @@ -24,6 +24,8 @@ LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} +@@ -26,4 +26,4 @@ + #CFLAGS += -xtarget=ultra # compiler and linker -CC = cc >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070225095558.B8ACB58000C>