View | Details | Raw Unified | Return to bug 128767
Collapse All | Expand All

(-)../pekwm/Makefile (-5 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pekwm
8
PORTNAME=	pekwm
9
PORTVERSION=	0.1.7
9
PORTVERSION=	0.1.8
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	x11-wm
11
CATEGORIES=	x11-wm
12
MASTER_SITES=	http://pekwm.org/projects/3/files/ \
12
MASTER_SITES=	http://pekwm.org/projects/3/files/ \
Lines 23-39 Link Here
23
23
24
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
USE_XORG=	xft xpm x11
25
USE_XORG=	xft xpm x11
26
USE_GMAKE=	yes
26
USE_ICONV=	yes
27
USE_ICONV=	yes
27
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
28
CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \
29
CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \
29
		--enable-xft --enable-image-xpm --enable-image-jpeg \
30
		--enable-xft --enable-image-xpm --enable-image-jpeg \
30
		--enable-image-png --disable-debug \
31
		--enable-image-png --disable-debug \
31
		--disable-pedantic --enable-menus --enable-harbour
32
		--disable-pedantic --enable-menus --enable-harbour
32
CFLAGS+=	-DICONV_CONST
33
CFLAGS+=	-DICONV_CONST -I${LOCALBASE}/include
34
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv"
33
MAN1=		pekwm.1
35
MAN1=		pekwm.1
34
MANCOMPRESSED=	no
36
MANCOMPRESSED=	no
35
37
36
post-configure:
37
	@${REINPLACE_CMD} 's|-lX11|-liconv -lX11|' ${WRKSRC}/src/Makefile
38
39
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)../pekwm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pekwm-0.1.7.tar.bz2) = 30acfa41a5005a9f31117041ec32eb0d
1
MD5 (pekwm-0.1.8.tar.bz2) = 01be60875094f57bd4009f7ed5f038fe
2
SHA256 (pekwm-0.1.7.tar.bz2) = 2216eb0c722f4aad15761a7f4eced67ea1284a00e32e03d66de4b55f8c1c9524
2
SHA256 (pekwm-0.1.8.tar.bz2) = 1604d8864c7e4907150b545d302350a35c89b8578b6438661309cb4bb0362e1a
3
SIZE (pekwm-0.1.7.tar.bz2) = 363788
3
SIZE (pekwm-0.1.8.tar.bz2) = 336414
(-)../pekwm/files/patch-data-scripts-pekwm_themeset.sh (-12 lines)
Lines 1-12 Link Here
1
--- data/scripts/pekwm_themeset.sh.in.orig	2008-08-07 01:54:14.000000000 +0200
2
+++ data/scripts/pekwm_themeset.sh.in	2008-08-07 01:55:00.000000000 +0200
3
@@ -46,7 +46,8 @@
4
         fi
5
 
6
         # Change theme
7
-        sed -e "s/^\([^#]*\)Theme\ =\ \"[^\"]*\"/\\1Theme\ =\ \"${theme}\"/i" "${PEKWM_CONFIG_FILE}" > "${tmp_file}"
8
+        gsed -e "s/^\([^#]*\)Theme\ =\ \"[^\"]*\"/\\1Theme\ =\ \"${theme}\"/i" "${PEKWM_CONFIG_FILE}" > "${tmp_file}"
9
+        cp "${PEKWM_CONFIG_FILE}" "${PEKWM_CONFIG_FILE}".bak
10
         mv "${tmp_file}" "${PEKWM_CONFIG_FILE}"
11
 
12
         # Reload pekwm

Return to bug 128767