1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix build

PR:		112140
Submitted by:	KATO Tsuguru <tkato432 AT yahoo.com>
Approved by:	clsung (mentor)
Noted by:	kris
This commit is contained in:
Li-Wen Hsu 2007-04-26 16:17:52 +00:00
parent 58e79d3345
commit 149e933297
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190929
4 changed files with 16 additions and 94 deletions

View File

@ -23,22 +23,28 @@ MAN1= mlvwm.1
MLVWMLIBDIR= ${PREFIX}/lib/X11/mlvwm
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600100
BROKEN= Does not build
.endif
post-extract:
@${TAR} -C ${WRKSRC}/pixmap -xzf ${DISTDIR}/mini-icons.tar.gz
post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/sample_rc/Mlvwmrc*
.for file in configure.h
@${REINPLACE_CMD} -e \
's|^.*CDEBUGFLAGS =.*$$||g ; \
s|^ICONPATH =.*$$|ICONPATH = $$(INCROOT)/X11/pixmaps|g ; \
s|-lxpg4||g' ${WRKSRC}/${file}
.endfor
.for file in Mlvwmrc Mlvwmrc-j
@${REINPLACE_CMD} -e \
's|^IconPath .*$$|IconPath ${MLVWMLIBDIR}/pixmap|g ; \
s|kterm|xterm|g' ${WRKSRC}/sample_rc/${file}
.endfor
post-install:
@${RM} -f ${WRKSRC}/sample_rc/*.orig
@${MKDIR} ${MLVWMLIBDIR}
.for file in Mlvwmrc Mlvwmrc-Kterm-j Mlvwmrc-Netscape Mlvwmrc-Xterm Mlvwmrc-j
${INSTALL_DATA} ${WRKSRC}/sample_rc/${file} ${MLVWMLIBDIR}
.endfor
@${MKDIR} ${MLVWMLIBDIR}/pixmap
${INSTALL_DATA} ${WRKSRC}/pixmap/*.xpm ${MLVWMLIBDIR}/pixmap
${INSTALL_DATA} ${WRKSRC}/sample_rc/Mlvwmrc* ${MLVWMLIBDIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,36 +0,0 @@
*** sample_rc/Mlvwmrc.orig Sat Jan 23 21:37:52 1999
--- sample_rc/Mlvwmrc Thu Sep 23 00:15:13 1999
***************
*** 52,58 ****
Compatible
# Set icon search path. It needs before "Style".
! IconPath /usr/local/include/X11/pixmaps:/home2/tak/bin/pixmap
IconMenuIcon label2.xpm
# Balloon help Settings
--- 52,58 ----
Compatible
# Set icon search path. It needs before "Style".
! IconPath %%PREFIX%%/lib/X11/pixmaps
IconMenuIcon label2.xpm
# Balloon help Settings
***************
*** 80,86 ****
Menu Apple, Icon label1.xpm, Stick
"About this Workstation..." NonSelect, Gray, Action About
"" NonSelect
! "Terminal" Icon mini-display.xpm, Action Exec "kterm" exec kterm -ls
"Editor" Action Exec "mule" exec mule, Icon mini-edit.xpm
"calculator" Action Exec "xcal" exec xcalc, Icon mini-calc.xpm
END
--- 80,86 ----
Menu Apple, Icon label1.xpm, Stick
"About this Workstation..." NonSelect, Gray, Action About
"" NonSelect
! "Terminal" Icon mini-display.xpm, Action Exec "xterm" exec xterm -ls
"Editor" Action Exec "mule" exec mule, Icon mini-edit.xpm
"calculator" Action Exec "xcal" exec xcalc, Icon mini-calc.xpm
END

View File

@ -1,19 +0,0 @@
*** sample_rc/Mlvwmrc-j.orig Wed Mar 24 00:03:23 1999
--- sample_rc/Mlvwmrc-j Thu Sep 23 00:16:35 1999
***************
*** 52,58 ****
Compatible
# IconPath の回年。Style の回年の涟に涩妥
! IconPath /usr/local/include/X11/pixmaps:/home2/tak/bin/pixmap
IconMenuIcon label2.xpm
# Balloon help Settings
--- 52,58 ----
Compatible
# IconPath の回年。Style の回年の涟に涩妥
! IconPath %%PREFIX%%/lib/X11/mlvwm/pixmaps
IconMenuIcon label2.xpm
# Balloon help Settings

View File

@ -1,29 +0,0 @@
*** configure.h.orig Tue Jul 13 00:35:34 1999
--- configure.h Mon Feb 28 05:05:14 2000
***************
*** 69,80 ****
#endif
XCOMM
! CDEBUGFLAGS = -g -Wall -Wshadow
XCOMM CDEBUGFLAGS = -O2 -Wall
XCOMM CDEBUGFLAGS = -g -Wall
XCOMM CDEBUGFLAGS = -g
! ICONPATH = /usr/X11R6/include/pixmaps
MLVWMDEFINES = $(Locale_DEFINES) $(COMPATIBLE)
MLVWMLIBRARIES = $(Locale_LIBRARIES)
--- 69,80 ----
#endif
XCOMM
! XCOMM CDEBUGFLAGS = -g -Wall -Wshadow
XCOMM CDEBUGFLAGS = -O2 -Wall
XCOMM CDEBUGFLAGS = -g -Wall
XCOMM CDEBUGFLAGS = -g
! ICONPATH = $(INCROOT)/X11/pixmaps
MLVWMDEFINES = $(Locale_DEFINES) $(COMPATIBLE)
MLVWMLIBRARIES = $(Locale_LIBRARIES)