ports/154342: [patch] x11/dmenu: Update do 4.2.1 and XFT removed

David Demelier demelier.david at gmail.com
Thu Jan 27 19:50:06 UTC 2011


>Number:         154342
>Category:       ports
>Synopsis:       [patch] x11/dmenu: Update do 4.2.1 and XFT removed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 27 19:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        8.2-RC2
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.2-RC2 FreeBSD 8.2-RC2 #6: Thu Jan 27 11:45:45 CET 2011     root at Melon.malikania.fr:/usr/obj/usr/src/sys/Melon  amd64

>Description:
Update dmenu to 4.2.1 :

o Need GNU make to build now,
o XFT patch is outdated and breaks the build so removed.
>How-To-Repeat:

>Fix:
--- x11-dmenu.diff begins here ---
--- Makefile.orig	2011-01-27 20:08:32.000000000 +0100
+++ Makefile	2011-01-27 20:38:12.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dmenu
-PORTVERSION=	4.1.1
+PORTVERSION=	4.2.1
 CATEGORIES=	x11
 MASTER_SITES=	http://dl.suckless.org/tools/ \
 		http://schot.a-eskwadraat.nl/files/
@@ -15,21 +15,12 @@
 MAINTAINER=	schot at a-eskwadraat.nl
 COMMENT=	X11 menu application (not only) for the dwm window manager
 
-OPTIONS=	XFT	"XFT support" Off
-
 USE_XORG=	x11 xinerama
+USE_GMAKE=	yes
 
 MAN1=		dmenu.1
 PLIST_FILES=	bin/dmenu bin/dmenu_path bin/dmenu_run
 
-.include <bsd.port.options.mk>
-
-.if defined(WITH_XFT)
-PATCHFILES+=	${PORTNAME}-${PORTVERSION}-xft.diff
-PATCH_DIST_STRIP=	-p1
-USE_XORG+=	xft
-.endif
-
 pre-everything::
 	@${ECHO_MSG} "You can build dmenu with your own config.h using the DMENU_CONF knob:"
 	@${ECHO_MSG} "make DMENU_CONF=/path/to/dmenu/config.h install clean"
--- distinfo.orig	2011-01-27 20:08:51.000000000 +0100
+++ distinfo	2011-01-27 20:10:07.000000000 +0100
@@ -1,6 +1,2 @@
-MD5 (dmenu-4.1.1.tar.gz) = 931896a199741c23be945e8519a81c1d
-SHA256 (dmenu-4.1.1.tar.gz) = 9e5f775ae62169520aeb5707f72f8a843552becf776abbd7bcb6ba11fd41e60a
-SIZE (dmenu-4.1.1.tar.gz) = 9351
-MD5 (dmenu-4.1.1-xft.diff) = 8547edd9b9e46869e17023eb073a8fac
-SHA256 (dmenu-4.1.1-xft.diff) = f74d68881d3fba05c77a0483f2e9faf1e16b57d526680df36c79262c4eff13e3
-SIZE (dmenu-4.1.1-xft.diff) = 10230
+SHA256 (dmenu-4.2.1.tar.gz) = 30bd5ff7d54befcfeb5d5e0bc9316bc4752f4fd125d30c1ed8127eaa668ff069
+SIZE (dmenu-4.2.1.tar.gz) = 9426
--- x11-dmenu.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list