FreeBSD Bugzilla – Attachment 189750 Details for
Bug 225141
[NEW PORT] x11/wmutils-core: Set of window manipulation tools
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
wmutils-core-1.4.patch
wmutils-core-1.4.patch (text/plain), 5.34 KB, created by
Dmitri Goutnik
on 2018-01-15 15:08:30 UTC
(
hide
)
Description:
wmutils-core-1.4.patch
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2018-01-15 15:08:30 UTC
Size:
5.34 KB
patch
obsolete
>Index: x11/wmutils-core/Makefile >=================================================================== >--- x11/wmutils-core/Makefile (nonexistent) >+++ x11/wmutils-core/Makefile (working copy) >@@ -0,0 +1,28 @@ >+# $FreeBSD$ >+ >+PORTNAME= wmutils-core >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.4 >+CATEGORIES= x11 >+ >+MAINTAINER= dg@syrec.org >+COMMENT= Set of window manipulation tools >+ >+LICENSE= ISCL >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+LIB_DEPENDS= libxcb-util.so:x11/xcb-util >+ >+USES= localbase:ldflags >+USE_XORG= x11 xcb >+ >+USE_GITHUB= yes >+GH_ACCOUNT= wmutils >+GH_PROJECT= core >+ >+CONFLICTS= wtf # games/wtf >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* >+ >+.include <bsd.port.mk> > >Property changes on: x11/wmutils-core/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/wmutils-core/distinfo >=================================================================== >--- x11/wmutils-core/distinfo (nonexistent) >+++ x11/wmutils-core/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1515851719 >+SHA256 (wmutils-core-v1.4_GH0.tar.gz) = 44e16576b7f6e1f126c2cb249449ab7e10fd65289aff774ffaf27d2c15a7b2ba >+SIZE (wmutils-core-v1.4_GH0.tar.gz) = 10333 > >Property changes on: x11/wmutils-core/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/wmutils-core/files/patch-Makefile >=================================================================== >--- x11/wmutils-core/files/patch-Makefile (nonexistent) >+++ x11/wmutils-core/files/patch-Makefile (working copy) >@@ -0,0 +1,17 @@ >+--- Makefile.orig 2017-01-25 13:19:03 UTC >++++ Makefile >+@@ -30,12 +30,10 @@ binutils: $(BIN) >+ $(OBJ): $(HDR) util.o >+ >+ .o: >+- @echo "LD $@" >+- @$(LD) $< util.o -o $@ $(LDFLAGS) >++ $(LD) $< util.o -o $@ $(LDFLAGS) >+ >+ .c.o: >+- @echo "CC $<" >+- @$(CC) -c $< -o $@ $(CFLAGS) >++ $(CC) -c $< -o $@ $(CFLAGS) >+ >+ install: $(BIN) >+ mkdir -p $(DESTDIR)$(PREFIX)/bin/ > >Property changes on: x11/wmutils-core/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/wmutils-core/files/patch-config.mk >=================================================================== >--- x11/wmutils-core/files/patch-config.mk (nonexistent) >+++ x11/wmutils-core/files/patch-config.mk (working copy) >@@ -0,0 +1,15 @@ >+--- config.mk.orig 2017-01-25 13:19:03 UTC >++++ config.mk >+@@ -1,9 +1,9 @@ >+-PREFIX = /usr >++PREFIX ?= /usr/local >+ MANPREFIX = $(PREFIX)/man >+ >+ CC = cc >+ LD = $(CC) >+ >+-CFLAGS = -std=c99 -pedantic -Wall -Os >+-LDFLAGS = -lxcb -lxcb-util >++CFLAGS := -std=c99 -pedantic -Wall $(CFLAGS) >++LDFLAGS := -lxcb -lxcb-util $(LDFLAGS) >+ > >Property changes on: x11/wmutils-core/files/patch-config.mk >___________________________________________________________________ >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/wmutils-core/pkg-descr >=================================================================== >--- x11/wmutils-core/pkg-descr (nonexistent) >+++ x11/wmutils-core/pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+wmutils-core is a set of tools for X windows manipulation. Each tool only >+has one purpose, to make it as flexible and reliable as possible. Included >+tools allow window listing, moving, resizing, focusing, changing window >+order and more. >+ >+WWW: https://github.com/wmutils/core > >Property changes on: x11/wmutils-core/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 >Index: x11/wmutils-core/pkg-plist >=================================================================== >--- x11/wmutils-core/pkg-plist (nonexistent) >+++ x11/wmutils-core/pkg-plist (working copy) >@@ -0,0 +1,27 @@ >+bin/chwb >+bin/chwso >+bin/ignw >+bin/killw >+bin/lsw >+bin/mapw >+bin/pfw >+bin/wattr >+bin/wmp >+bin/wmv >+bin/wrs >+bin/wtf >+bin/wtp >+man/man1/chwb.1.gz >+man/man1/chwso.1.gz >+man/man1/ignw.1.gz >+man/man1/killw.1.gz >+man/man1/lsw.1.gz >+man/man1/mapw.1.gz >+man/man1/pfw.1.gz >+man/man1/wattr.1.gz >+man/man1/wmp.1.gz >+man/man1/wmutils.1.gz >+man/man1/wmv.1.gz >+man/man1/wrs.1.gz >+man/man1/wtf.1.gz >+man/man1/wtp.1.gz > >Property changes on: x11/wmutils-core/pkg-plist >___________________________________________________________________ >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 225141
:
189685
| 189750