This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 0/7] X server patchset


Ah, and what do you think about the attached change to the .cygport file itself to propagate the distribution patchlevel into the version number?

--- xorg-server-1.5.3-4.cygport.bak	2009-01-12 22:57:06.000000000 +0000
+++ xorg-server-1.5.3-4.cygport	2009-01-12 23:26:52.000000000 +0000
@@ -62,6 +62,10 @@
 src_compile() {
 	cd ${S}
 	rm -f include/*-config.h include/xorg-server.h
+
+        # edit the AC_INIT line in configure.ac to insert our patchlevel
+        sed -i "/AC_INIT/s/$PV,/$PV.$PR,/" configure.ac
+
 	cygautoreconf
 
 	# libXfont defines weak symbols which are overridden in dix/dixfonts.c,

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]