FreeBSD Bugzilla – Attachment 217671 Details for
Bug 248279
[NEW PORT] x11/xmenu: X11 menu utility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xmenu-4.3.1.diff
xmenu-4.3.1.diff (text/plain), 3.97 KB, created by
Lewis Cook
on 2020-08-31 13:02:13 UTC
(
hide
)
Description:
xmenu-4.3.1.diff
Filename:
MIME Type:
Creator:
Lewis Cook
Created:
2020-08-31 13:02:13 UTC
Size:
3.97 KB
patch
obsolete
>Index: x11/xmenu/Makefile >=================================================================== >--- x11/xmenu/Makefile (nonexistent) >+++ x11/xmenu/Makefile (working copy) >@@ -0,0 +1,41 @@ >+# $FreeBSD$ >+ >+PORTNAME= xmenu >+DISTVERSIONPREFIX= v >+DISTVERSION= 4.3.1 >+CATEGORIES= x11 >+ >+MAINTAINER= vulcan@wired.sh >+COMMENT= X11 menu utility >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/README.md >+ >+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >+ libImlib2.so:graphics/imlib2 >+ >+USES= compiler:c11 xorg >+USE_GITHUB= yes >+GH_ACCOUNT= phillbush >+USE_XORG= x11 xft xinerama >+ >+MAKE_ARGS= FREETYPEINC="${LOCALBASE}/include/freetype2" \ >+ MANPREFIX="${PREFIX}/man" \ >+ PREFIX="${PREFIX}" >+ >+PLIST_FILES= bin/${PORTNAME} \ >+ man/man1/${PORTNAME}.1.gz >+PORTDOCS= README.md >+PORTEXAMPLES= icons/* xmenu.sh >+ >+OPTIONS_DEFINE= DOCS EXAMPLES >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} >+ >+post-install-EXAMPLES-on: >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR} >+ >+.include <bsd.port.mk> > >Property changes on: x11/xmenu/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/xmenu/distinfo >=================================================================== >--- x11/xmenu/distinfo (nonexistent) >+++ x11/xmenu/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1598877606 >+SHA256 (phillbush-xmenu-v4.3.1_GH0.tar.gz) = c0e1e15ed3cd88ea9f4ed1a04664a7b8c743b012749578cfd2606980a7ee972c >+SIZE (phillbush-xmenu-v4.3.1_GH0.tar.gz) = 137703 > >Property changes on: x11/xmenu/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/xmenu/files/patch-Makefile >=================================================================== >--- x11/xmenu/files/patch-Makefile (nonexistent) >+++ x11/xmenu/files/patch-Makefile (working copy) >@@ -0,0 +1,15 @@ >+--- Makefile.orig 2020-07-23 20:39:33 UTC >++++ Makefile >+@@ -17,8 +17,10 @@ clean: >+ -rm ${OBJS} ${PROG} >+ >+ install: all >+- install -D -m 755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG} >+- install -D -m 644 ${PROG}.1 ${DESTDIR}${MANPREFIX}/man1/${PROG}.1 >++ mkdir -p ${DESTDIR}${MANPREFIX}/man1 >++ mkdir -p ${DESTDIR}${PREFIX}/bin >++ ${BSD_INSTALL_PROGRAM} ${PROG} ${DESTDIR}${PREFIX}/bin >++ ${BSD_INSTALL_MAN} ${PROG}.1 ${DESTDIR}${MANPREFIX}/man1 >+ >+ uninstall: >+ rm -f ${DESTDIR}${PREFIX}/bin/${PROG} > >Property changes on: x11/xmenu/files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/xmenu/pkg-descr >=================================================================== >--- x11/xmenu/pkg-descr (nonexistent) >+++ x11/xmenu/pkg-descr (working copy) >@@ -0,0 +1,8 @@ >+XMenu is a menu utility for X. XMenu >+receives a menu specification in stdin, >+shows a menu for the user to select one >+of the options, and outputs the option >+selected to stdout. XMenu can be controlled >+both via mouse and via keyboard. >+ >+WWW: https://github.com/phillbush/xmenu > >Property changes on: x11/xmenu/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 248279
:
216781
| 217671