[Midnightbsd-cvs] mports [17913] trunk/x11/xcb: add files
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Dec 22 08:27:29 EST 2014
Revision: 17913
http://svnweb.midnightbsd.org/mports/?rev=17913
Author: laffer1
Date: 2014-12-22 08:27:28 -0500 (Mon, 22 Dec 2014)
Log Message:
-----------
add files
Modified Paths:
--------------
trunk/x11/xcb/Makefile
trunk/x11/xcb/pkg-plist
Added Paths:
-----------
trunk/x11/xcb/files/
trunk/x11/xcb/files/patch-Imakefile
Modified: trunk/x11/xcb/Makefile
===================================================================
--- trunk/x11/xcb/Makefile 2014-12-21 18:03:53 UTC (rev 17912)
+++ trunk/x11/xcb/Makefile 2014-12-22 13:27:28 UTC (rev 17913)
@@ -2,7 +2,7 @@
PORTNAME= xcb
PORTVERSION= 2.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://oldhome.schmorp.de/marc/data/ \
http://ftp.lyx.org/pub/pcg/marc/ \
@@ -10,11 +10,11 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Tool for managing x11 cut-buffers
+
LICENSE= mit
-USE_IMAKE= yes
+USES= imake
+
USE_XORG= ice sm x11 xaw xext xmu xt
-MAN1= xcb.1
-
.include <bsd.port.mk>
Added: trunk/x11/xcb/files/patch-Imakefile
===================================================================
--- trunk/x11/xcb/files/patch-Imakefile (rev 0)
+++ trunk/x11/xcb/files/patch-Imakefile 2014-12-22 13:27:28 UTC (rev 17913)
@@ -0,0 +1,10 @@
+--- Imakefile.orig 2002-11-25 15:28:17.000000000 +0000
++++ Imakefile
+@@ -20,6 +20,6 @@ OBJS = xcb.o
+ ComplexProgramTarget(xcb)
+
+ Xcb.ad: Xcb.ad.base
+- $(CPP) -P Xcb.ad.base $(GUI) > $@ # -P removes line directives.
++ $(CPP) $(GUI) -P Xcb.ad.base > $@ # -P removes line directives.
+
+ InstallAppDefaults(Xcb)
Property changes on: trunk/x11/xcb/files/patch-Imakefile
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/x11/xcb/pkg-plist
===================================================================
--- trunk/x11/xcb/pkg-plist 2014-12-21 18:03:53 UTC (rev 17912)
+++ trunk/x11/xcb/pkg-plist 2014-12-22 13:27:28 UTC (rev 17913)
@@ -1,2 +1,3 @@
bin/xcb
lib/X11/app-defaults/Xcb
+man/man1/xcb.1.gz
More information about the Midnightbsd-cvs
mailing list