SF.net SVN: gar:[23506] csw/mgar/pkg

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Apr 25 23:47:10 CEST 2014


Revision: 23506
          http://sourceforge.net/p/gar/code/23506
Author:   wahwah
Date:     2014-04-25 21:47:05 +0000 (Fri, 25 Apr 2014)
Log Message:
-----------
xvfb/trunk: Looks like it's a lot more work.

Added Paths:
-----------
    csw/mgar/pkg/xvfb/
    csw/mgar/pkg/xvfb/Makefile
    csw/mgar/pkg/xvfb/branches/
    csw/mgar/pkg/xvfb/tags/
    csw/mgar/pkg/xvfb/trunk/
    csw/mgar/pkg/xvfb/trunk/Makefile
    csw/mgar/pkg/xvfb/trunk/checksums
    csw/mgar/pkg/xvfb/trunk/files/

Added: csw/mgar/pkg/xvfb/Makefile
===================================================================
--- csw/mgar/pkg/xvfb/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xvfb/Makefile	2014-04-25 21:47:05 UTC (rev 23506)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/xvfb/trunk
===================================================================
--- csw/mgar/pkg/xvfb/trunk	2014-04-25 21:37:44 UTC (rev 23505)
+++ csw/mgar/pkg/xvfb/trunk	2014-04-25 21:47:05 UTC (rev 23506)

Property changes on: csw/mgar/pkg/xvfb/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/xvfb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xvfb/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xvfb/trunk/Makefile	2014-04-25 21:47:05 UTC (rev 23506)
@@ -0,0 +1,36 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! So far, it looks like it's a lot more work. This particular version of
+# Xorg requires lots of headers, and even though we only need to build xvfb,
+# we might need to bring in more packages first before ./configure can
+# complete.
+#
+# Or maybe we don't need the ./configure to complete to build just xvfb?
+
+NAME = xvfb
+VERSION = 1.12.2
+GARTYPE = v2
+
+DESCRIPTION = Brief description
+
+MASTER_SITES = ftp://ftp.fu-berlin.de/unix/X11/FTP.X.ORG/pub/X11R7.7/src/everything/
+DISTFILES  = xorg-server-$(VERSION).tar.bz2
+
+PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --disable-xorg
+CONFIGURE_ARGS += --disable-xnest
+CONFIGURE_ARGS += --disable-xwin
+CONFIGURE_ARGS += --disable-standalone-xpbproxy
+CONFIGURE_ARGS += --disable-dmx
+CONFIGURE_ARGS += --disable-xres
+CONFIGURE_ARGS += --disable-glx
+CONFIGURE_ARGS += --disable-pciaccess
+CONFIGURE_ARGS += --disable-dri
+CONFIGURE_ARGS += --disable-dri2
+
+WORKSRC = $(WORKDIR)/xorg-server-$(VERSION)
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/xvfb/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/xvfb/trunk/checksums
===================================================================
--- csw/mgar/pkg/xvfb/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/xvfb/trunk/checksums	2014-04-25 21:47:05 UTC (rev 23506)
@@ -0,0 +1 @@
+791f0323b886abb7954de7f042bb7dc6  xorg-server-1.12.2.tar.bz2

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list