Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-03 | autogen.sh: Honor NOCONFIGURE=1HEADmaster | Alan Coopersmith | 1 | -2/+3 | |
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2014-06-03 | configure: Drop AM_MAINTAINER_MODE | Alan Coopersmith | 2 | -2/+1 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2014-06-03 | This is not a GNU project, so declare it foreign. | Alan Coopersmith | 4 | -1/+1 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2014-06-03 | config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Alan Coopersmith | 1 | -2/+5 | |
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-06-24 | Require ANSI C89 pre-processor, drop pre-C89 token pasting support | Alan Coopersmith | 1 | -4/+0 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2011-09-20 | vpath and cygwin build fixes | Yaakov Selkowitz | 2 | -4/+4 | |
Fix xrx build with srcdir != builddir Fix xrx build on cygwin by adding -no-undefined to libtool flags Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> | |||||
2010-11-30 | specs: add RX Mime DocBook/XML spec. | Matt Dew | 5 | -4/+1116 | |
Previously located in xorg-docs. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||||
2010-10-30 | xrx 1.0.4xrx-1.0.4 | Alan Coopersmith | 1 | -1/+2 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-10-30 | config: update AC_PREREQ statement to 2.60 | Gaetan Nadon | 1 | -1/+1 | |
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-10-30 | Get rid of extra configure message when mozilla/firefox-plugin not found | Alan Coopersmith | 1 | -2/+2 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-10-30 | Add $(CWARNFLAGS) to CFLAGS in Makefile.am instead of in configure.ac | Alan Coopersmith | 4 | -7/+7 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-10-30 | config: Remove unnecessary calls from configure.ac | Alan Coopersmith | 1 | -4/+0 | |
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-10-30 | config: upgrade to util-macros 1.8 for additional man page support | Alan Coopersmith | 3 | -45/+7 | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-10-30 | Replace individual XORG_* macro calls with XORG_DEFAULT_OPTIONS | Alan Coopersmith | 1 | -10/+6 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-08-06 | Fill in COPYING file with copyright notices from source code | Alan Coopersmith | 1 | -8/+23 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-06-18 | Add explicit dependency on libICE to PKG_CHECK_MODULES | Alan Coopersmith | 1 | -1/+1 | |
Allows building against libXt versions that moved ice to Requires.private in the xt.pc file, since xrx calls Ice* functions directly. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-04-29 | Mark plugins as loadable modules so we don't waste time building lib*.a | Alan Coopersmith | 2 | -2/+2 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2009-08-03 | Version 1.0.3xrx-1.0.3 | Alan Coopersmith | 1 | -1/+1 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-03-06 | Make plugin build compatible with Firefox 3.1 renaming of npupp.h | Alan Coopersmith | 2 | -6/+19 | |
Checks which header to include, the older npupp.h or the newer npfunctions.h, falls back to the ancient copy included from the Netscape SDK if neither are found in either the default path or the pkg-config provided paths. See https://bugzilla.mozilla.org/show_bug.cgi?id=455458 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-01-26 | Correct make distcheck and most sparse warnings. | Paulo Cesar Pereira de Andrade | 26 | -98/+73 | |
Only remaining sparse warning is about no previous definition for the function vectors declared in Xtrans/Xtranssock.c. Also, use only one .gitignore file, instead of one per directory. | |||||
2008-08-20 | xaw8 is gone, use xaw7 | James Cloos | 1 | -1/+1 | |
2008-06-26 | Fix PLUGIN_CFLAGS setting without firefox-plugin.pc & mozilla-plugin.pc | Alan Coopersmith | 1 | -1/+1 | |
Quote $(top_srcdir)/plugin/include to avoid "top_srcdir: command not found" | |||||
2008-06-25 | Version 1.0.2xrx-1.0.2 | Alan Coopersmith | 1 | -1/+1 | |
2008-06-24 | Update README | Alan Coopersmith | 1 | -153/+128 | |
2008-06-24 | Display xrx version in about:plugins | Alan Coopersmith | 1 | -2/+3 | |
2008-06-24 | Copy in instructions from R6.3 Release Notes to README | Alan Coopersmith | 1 | -0/+266 | |
2008-06-24 | Update man page for the modern browser world | Alan Coopersmith | 1 | -13/+13 | |
2008-06-20 | Clear compiler warning and convert sprintf -> snprintf | Alan Coopersmith | 1 | -3/+3 | |
2008-06-20 | Fix browser plugin build | Alan Coopersmith | 4 | -6/+62 | |
Add source files to Makefile that were missed in modularization Use headers specified by mozilla-plugin.pc or firefox-plugin.pc if they exist, instead of the ancient Netscape ones we carry around | |||||
2008-06-19 | Include system headers needed for various function prototypes | Alan Coopersmith | 3 | -0/+3 | |
2008-06-19 | Define TRANS_CLIENT in GetUrl.c to enable Xtrans client function prototypes | Alan Coopersmith | 1 | -0/+1 | |
2007-12-07 | Fix commit de44240d10fe7a34062d0ec81260125073ba6c53 | James Cloos | 1 | -1/+1 | |
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | 2 | -56/+10 | |
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | 1 | -0/+1 | |
2007-08-23 | Rename .cvsignore to .gitignore | James Cloos | 11 | -0/+0 | |
2005-12-21 | Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0 | Kevin E Martin | 2 | -1/+6 | |
2005-12-19 | Stub COPYING files | Adam Jackson | 1 | -0/+12 | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | 2 | -1/+6 | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | 3 | -6/+12 | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | 2 | -1/+6 | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | 2 | -2/+2 | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||||
2005-11-21 | Another pass at .cvsignores for apps. | Eric Anholt | 11 | -0/+39 | |
2005-11-20 | Add/improve .cvsignore files for apps. | Eric Anholt | 1 | -0/+15 | |
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | 2 | -1/+6 | |
application build-time dependencies, and update package deps to work with separate build roots. | |||||
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | 2 | -1/+6 | |
2005-11-01 | Update pkgcheck depedencies to work with separate build roots. | Kevin E Martin | 2 | -1/+6 | |
2005-10-26 | Set Xaw/Xp flags correctly for xrx plugin modules | Alan Coopersmith | 3 | -2/+10 | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | 2 | -1/+6 | |
2005-10-18 | Use sed to substitute variables in xrx & libxrx man pages | Alan Coopersmith | 2 | -4/+64 | |
2005-10-14 | Add XORG_MANPAGE_SECTIONS & XORG_RELEASE_VERSION | Alan Coopersmith | 1 | -0/+3 | |