FreeBSD Bugzilla – Attachment 91001 Details for
Bug 128279
[PATCH] Added XINERAMA and XPM OPTIONS in x11/dzen2 port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.09 KB, created by
Ashish Shukla
on 2008-10-21 19:00:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ashish Shukla
Created:
2008-10-21 19:00:06 UTC
Size:
1.09 KB
patch
obsolete
>diff -urN /usr/ports/x11/dzen2/Makefile dzen2/Makefile >--- /usr/ports/x11/dzen2/Makefile 2008-06-01 05:38:57.000000000 +0530 >+++ dzen2/Makefile 2008-10-21 23:17:40.000000000 +0530 >@@ -7,6 +7,7 @@ > > PORTNAME= dzen2 > PORTVERSION= 0.8.5 >+PORTREVISION= 1 > CATEGORIES= x11 > MASTER_SITES= http://gotmor.googlepages.com/ > >@@ -17,8 +18,31 @@ > > PLIST_FILES= bin/${PORTNAME} > >+OPTIONS= XPM "Enable XPM support" On \ >+ XINERAMA "Enable Xinerama support" On >+ >+.include <bsd.port.pre.mk> >+ >+.if !defined(WITHOUT_XPM) >+USE_XORG+= xpm >+.endif >+ >+.if !defined(WITHOUT_XINERAMA) >+USE_XORG+= xinerama >+.endif >+ > post-patch: >+.if !defined(WITHOUT_XPM) >+ ${REINPLACE_CMD} -e 's/^LIBS =\(.*\)$$/LIBS =\1 -lXpm/g' \ >+ -e 's/^CFLAGS =\(.*\)$$/CFLAGS =\1 -DDZEN_XPM/g' \ >+ ${WRKSRC}/config.mk >+.endif >+.if !defined(WITHOUT_XINERAMA) >+ ${REINPLACE_CMD} -e 's/^LIBS =\(.*\)$$/LIBS =\1 -lXinerama/g' \ >+ -e 's/^CFLAGS =\(.*\)$$/CFLAGS =\1 -DDZEN_XINERAMA/g' \ >+ ${WRKSRC}/config.mk >+.endif > ${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ > ${WRKSRC}/config.mk > >-.include <bsd.port.mk> >+.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 128279
: 91001