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

(-)x11-wm/afterstep-stable/Makefile (-7 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	afterstep
8
PORTNAME=	afterstep
9
PORTVERSION=	1.8.9
9
PORTVERSION=	1.8.11
10
CATEGORIES=	x11-wm afterstep
10
CATEGORIES=	x11-wm afterstep
11
MASTER_SITES=	${MASTER_SITE_AFTERSTEP}
11
MASTER_SITES=	${MASTER_SITE_AFTERSTEP}
12
MASTER_SITE_SUBDIR=	stable
12
MASTER_SITE_SUBDIR=	stable
Lines 22-38 Link Here
22
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
23
USE_XPM=	yes
23
USE_XPM=	yes
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
CONFIGURE_ENV=	X_EXTRA_LIBS="-lxpg4" CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
25
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
26
CONFIGURE_ARGS=	--with-png-includes="${LOCALBASE}/include" \
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
27
CONFIGURE_ARGS=	--enable-i18n \
28
		--with-png-includes="${LOCALBASE}/include" \
27
		--with-png-libs="${LOCALBASE}/lib" \
29
		--with-png-libs="${LOCALBASE}/lib" \
28
		--with-jpeg-includes="${LOCALBASE}/include" \
30
		--with-jpeg-includes="${LOCALBASE}/include" \
29
		--with-jpeg-libs="${LOCALBASE}/lib" \
31
		--with-jpeg-libs="${LOCALBASE}/lib" \
30
		--with-helpcommand="xterm -e man"
32
		--with-helpcommand="xterm -e man"
31
33
32
.if defined(WITH_I18N)
33
CONFIGURE_ARGS+=	--enable-i18n
34
.endif
35
36
.if defined(WITH_DIFFERENT_LOOKNFEELS)
34
.if defined(WITH_DIFFERENT_LOOKNFEELS)
37
CONFIGURE_ARGS+=	--enable-different-looknfeels
35
CONFIGURE_ARGS+=	--enable-different-looknfeels
38
.endif
36
.endif
Lines 46-51 Link Here
46
	WinList.1x Zharf.1x afterstep.1x asetroot.1x
44
	WinList.1x Zharf.1x afterstep.1x asetroot.1x
47
45
48
post-patch:
46
post-patch:
47
.for file in wharf.in zharf.in
48
	${PERL} -pi -e 's,linux_penguin,monitor_bsd,' \
49
		${WRKSRC}/afterstep/${file}
50
.endfor
49
	${PERL} -pi.orig -e 's,/usr/X11/,${X11BASE}/,' \
51
	${PERL} -pi.orig -e 's,/usr/X11/,${X11BASE}/,' \
50
		${WRKSRC}/src/afterstep/afterstep.man
52
		${WRKSRC}/src/afterstep/afterstep.man
51
53
(-)x11-wm/afterstep-stable/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (AfterStep-1.8.9.tar.bz2) = e745f5d7ac2923faba8e9c3c5d4425be
1
MD5 (AfterStep-1.8.11.tar.bz2) = 6d8b41b7a642105b4cafc4d3d5f12a46
(-)x11-wm/afterstep-stable/files/patch-aa (-11 lines)
Lines 1-11 Link Here
1
--- afterstep/wharf.in.orig	Wed Jul 11 22:00:23 2001
2
+++ afterstep/wharf.in	Wed Jul 11 22:01:09 2001
3
@@ -99,7 +99,7 @@
4
 #
5
 *Wharf Applications FileFolders.xpm,3_dots.xpm Folders
6
  #*Wharf Files Computer.xpm Exec "-" Files &
7
- *Wharf xterm linux-penguin.xpm Exec "-" (exec aterm) || (exec xterm) &
8
+ *Wharf xterm monitor_bsd.xpm Exec "-" (exec aterm) || (exec xterm) &
9
 
10
  *Wharf Helpme Info.xpm,3_dots.xpm Folders
11
         *Wharf xman Bookshelf.xpm Exec "-" xman &
(-)x11-wm/afterstep-stable/files/patch-ab (-11 lines)
Lines 1-11 Link Here
1
--- afterstep/zharf.in.orig	Tue Jul 27 11:38:01 1999
2
+++ afterstep/zharf.in	Mon Sep 27 12:11:45 1999
3
@@ -26,7 +26,7 @@
4
 *Zharf Disk	-		Swallow "asfsm" asfsm_lite -bg Grey30 -fg Grey70 -bp None -pbg Grey30 -pfg Grey70 -pbp None
5
 *Zharf Start 	Start.xpm	Popup "0"
6
 *Zharf Swap	Install.xpm	WindowList
7
-*Zharf Xiterm	linux-penguin.xpm Exec "xiterm" xterm -fg wheat -bg black &
8
+*Zharf Xterm	monitor_bsd.xpm Exec "xterm" xterm -fg wheat -bg black &
9
 *Zharf Netscape netscape.xpm    Exec "netscape" netscape &
10
 *Zharf(3x1) -	whatever	SwallowModule "Pager" Pager 0 @with_desktops_1@
11
 *Zharf Quit?	RedFire.xpm	Module "QuitForm" Form QuitForm

Return to bug 36898