FreeBSD Bugzilla – Attachment 26865 Details for
Bug 45748
Port x11-wm/windowmaker , add knob to disable Hermes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
windowmaker.diff
windowmaker.diff (text/plain), 1.45 KB, created by
Miguel Mendez
on 2002-11-26 12:10:00 UTC
(
hide
)
Description:
windowmaker.diff
Filename:
MIME Type:
Creator:
Miguel Mendez
Created:
2002-11-26 12:10:00 UTC
Size:
1.45 KB
patch
obsolete
>diff -ruN windowmaker.old/Makefile windowmaker/Makefile >--- windowmaker.old/Makefile Wed Nov 20 21:31:35 2002 >+++ windowmaker/Makefile Tue Nov 26 13:03:10 2002 >@@ -7,6 +7,7 @@ > > PORTNAME= windowmaker > PORTVERSION= 0.80.2 >+PORTREVISION= 1 > CATEGORIES= x11-wm windowmaker > MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} > MASTER_SITE_SUBDIR= source/release >@@ -17,8 +18,11 @@ > LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ > png.5:${PORTSDIR}/graphics/png \ > tiff.4:${PORTSDIR}/graphics/tiff \ >- intl.4:${PORTSDIR}/devel/gettext \ >- Hermes.1:${PORTSDIR}/graphics/Hermes >+ intl.4:${PORTSDIR}/devel/gettext >+.if !defined(WITHOUT_HERMES) >+LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes >+.endif >+ > RUN_DEPENDS= ${X11BASE}/share/WindowMaker/Themes/Checker.themed/style:${PORTSDIR}/graphics/wmicons > > USE_BZIP2= yes >@@ -38,8 +42,14 @@ > --with-libs-from="-L${LOCALBASE}/lib" \ > --with-incs-from="-I${LOCALBASE}/include" \ > --with-appspath="${PREFIX}/GNUstep/Apps" \ >- --enable-hermes \ > --disable-debug >+ >+.if !defined(WITHOUT_HERMES) >+CONFIGURE_ARGS+= --enable-hermes >+.else >+CONFIGURE_ARGS+= --disable-hermes >+.endif >+ > CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} > > MANLANG= "" sk >@@ -63,6 +73,12 @@ > .else > pre-extract: > @${ECHO} "You can add hooks for KDE by defining WITH_KDE" >+.endif >+ >+.if !defined(WITHOUT_HERMES) >+pre-everything:: >+ @${ECHO} "You can disable the Hermes library by defining WITHOUT_HERMES" >+ @${ECHO} > .endif > > post-patch:
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 45748
: 26865