FreeBSD Bugzilla – Attachment 33865 Details for
Bug 55256
x11-wm/fvwm2-devel PATCHes - take one, add four knobs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.38 KB, created by
parv
on 2003-08-04 21:50:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
parv
Created:
2003-08-04 21:50:13 UTC
Size:
2.38 KB
patch
obsolete
>--- Makefile.old Thu Jul 10 23:23:34 2003 >+++ Makefile Fri Jul 11 15:45:10 2003 >@@ -11,7 +11,12 @@ > CATEGORIES= x11-wm > MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ > http://www.fvwm.org/generated/icon_download/ >-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz >+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >+ >+.if !defined(WITHOUT_ICONS) >+DISTFILES+= fvwm_icons.tgz >+.endif >+ > EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} > > MAINTAINER= cy@FreeBSD.org >@@ -45,10 +50,6 @@ > CONFIGURE_ARGS+= --disable-sm > .endif > >-.if defined(WITHOUT_SHAPE) >-CONFIGURE_ARGS+= --disable-shape >-.endif >- > .if defined(WITH_MULTIBYTE) > CONFIGURE_ARGS+= --enable-multibyte > .endif >@@ -65,20 +66,32 @@ > --with-iconv-includes=/usr/local/include > .endif > >+.if defined(WITHOUT_BIDI) >+CONFIGURE_ARGS+= --disable-bidi >+.endif >+ >+.if defined(WITHOUT_XINERAMA) >+CONFIGURE_ARGS+= --disable-xinerama >+.endif >+ > PLIST_SUB+= FVWM_VERSION="${PORTVERSION}" > > .if ${HAVE_GNOME:Mimlib}!="" > USE_GNOME= imlib > PKGNAMESUFFIX= -imlib >-CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints \ >- --enable-gtktest --enable-imlibtest >+CONFIGURE_ARGS+= --enable-gtktest --enable-imlibtest > PLIST_SUB+= GTK="" > .else >-CONFIGURE_ARGS+= --without-gnome --disable-gnome-hints \ >- --disable-gtktest --disable-imlibtest >+CONFIGURE_ARGS+= --disable-gtktest --disable-imlibtest > PLIST_SUB+= GTK="@comment not installed: " > .endif > >+.if !defined(WITHOUT_GNOME) >+CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints >+.else >+CONFIGURE_ARGS+= --without-gnome --disable-gnome-hints >+.endif >+ > MAN1= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \ > FvwmCommand.1 FvwmConsole.1 FvwmConsoleC.pl.1 FvwmCpp.1 FvwmDebug.1 \ > FvwmDragWell.1 FvwmEvent.1 FvwmForm.1 FvwmGtk.1 FvwmIconBox.1 \ >@@ -93,9 +106,16 @@ > > > post-extract: >+.if !defined(WITHOUT_ICONS) >+PLIST_SUB+= ICONS="" >+ > @${MKDIR} ${WRKDIR}/icons > @${TAR} -xzf ${DISTDIR}/fvwm_icons.tgz -C ${WRKDIR}/icons > >+.else >+PLIST_SUB+= ICONS="@comment not installed" >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \ > ${WRKSRC}/modules/FvwmM4/FvwmM4.c \ >@@ -108,8 +128,11 @@ > ${INSTALL_DATA} ${WRKSRC}/sample.fvwmrc/system.fvwm2rc \ > ${PREFIX}/etc/system.fvwm2rc; \ > fi >+ >+.if !defined(WITHOUT_ICONS) > @${MKDIR} ${PREFIX}/share/fvwm2/pixmaps > ${INSTALL_DATA} ${WRKDIR}/icons/fvwm_icons/*.xpm \ > ${PREFIX}/share/fvwm2/pixmaps >+.endif > > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 55256
: 33865 |
33866