5July05: building ./desktop & ./office: details [Long]
- From: "Joseph E. Sacco, PhD" <joseph_sacco comcast net>
- To: garnome-list <garnome-list gnome org>
- Subject: 5July05: building ./desktop & ./office: details [Long]
- Date: Tue, 05 Jul 2005 14:11:39 -0400
Source:
* 30Jun305 garball
Version updates:
* conglomerate: 0.9.0 -> 0.9.1
* eog: 2.10.0 -> 2.11.4
* evolution: 2.3.3.1 -> 2.3.4
* evolution-data-server:1.3.3.1 -> 1.3.4
* evolution-exchange: 2.3.3 -> 2.3.4
* gimp: 2.3.2 -> 2.3.2
* glib: 2.7.0 -> 2.7.1
* gnome-applets:2.10.1 -> 2.11.1
* gnome-icon-theme: 2.10.0 -> 2.11.4
* gnome-nettol: 1.2.0 -> 1.3.0
* gst-plugins: 0.8.9 -> 0.8.10
* gtk+: 2.7.0 -> 2.7.1
* pkg-config: 0.17.2 -> 0.18.1
* libgnome: 2.10.0 -> 2.11.1
* libgnomegui: 2.10.0 -> 2.11.1
* zenity:2.10 -> 2.11
Build Prep
----------
* freetype: dbus & hal
Modified makefile CONFIGURE_ARGS to support redhat style init-scipts.
See earlier postings to list for details.
* bootstrap: firefox
Modified mozconfig-firefox to allow printing.
See epiphany website for suggested mozconfig-firefox.
* bootstrap:
- created directories for
* openh323
* pwlib
which are dependencies for building gnomemeeting.
See earlier postings to list for details.
* mono:
cleaned up category.mk. See attachment.
Some of the patches to the makefiles submitted earlier didn't make it
into the garball. I will report on those later.
Build Issues
-------------
Build was started in the ./desktop directory.
* gar.gnome.mk
The unstable garball build adds two default CONFIGURE_ARGS
--enable-debug
--enable-test
to all applications. These two arguments can/do cause mischief for a
number of applications in a number of different ways. "--enable-debug"
is a space-hog. Be advised...
* freedesktop: fontconfig
fontconfig builds OK, but the install chokes while processing
- /usr/share/fonts/hebrew
[from fonts-hebrew-0.100-4]
- /usr/share/fonts/default/Type1
[from urw-fonts-2.1-7]
- /usr/lib/X11/fonts/Type1
[from xorg-x11-base-fonts-0.0.6.6]
I "hid" these, re-ran "make install", and rolled on.
* bootstrap: pkg-config
pkg-config-0.17.2 is broken on systems that do not properly support
shared library "indirect dependencies".
The configure file for pkg-config-0.18.1 is smart enough to test if your
system supports indirect-deps and enables/disables the configuration
accordingly.
To build 0.18.1:
- create a new directory
pkg-config
[note the name change]
- install attached Makefile
* freedesktop: dbus
The default configuration argument
--enable-test
causes the dbus build to fail when built with XML support from libxml
rather than expat. The workaround in the existing Makefile is incorrect.
A patch for the makefile is attached.
* bootstrap: firefox
The unstable-build CONFIGURE_ARGS
--enable-debug
--enable-test
do bad things to the firefox build. One artifact is a version of
libmozjs.so that is both huge, and broken. Replacing the installed
version of libmozjs.so built with these flags by a version built last
week without these flags allows firefox and epiphany to run.
I took an initial swag at removing these troublesome options by using
sed magic in the Makefile. That didn't work [yet], which is really,
really annoying.
* freedesktop: evolution-data-server
Version 2.3.4 has a new subdirectory,
./servers/exchange
that now contains the source code for MS exchange server support, LDAP
support, and whatever else may be associated with message
exchange[???]...
The code in this directory will *not* be built and installed unless
"message exchange" support is enabled by enabling LDAP support
--with-openldap
If you choose not to add this option, the build for evolution will fail.
* desktop: evolution
Evolution have a number of plugins [base, standard, experimental]. Some
of these have additional build dependencies.
In particular:
new-mail-notify: requires dbus
mono: requires mono
An examination of the configure file shows that building the
new-mail-notify plugin cannot be disabled. The mono plugin can be
disabled via
--disable-mono
Building the mono plugin requires both mono and gtk-sharp1.0.
A patch for the makefile is attached.
* platform: gtk+ & glib
Version 2.7.0 added support for the cairo rendering engine. There were
some issues with 2.7.0 that made it unusable: multiple desktop images,
and a skewed colormap. These have been corrected in version 2.7.1.
I have tested version 2.7.1 using both XFree86-4.4 [YDL default] and
Xorg-6.8.2 built from CVS. So far, so good...
* desktop: gst-plugins
Version-0.8.9 is incompatible with cairo-0.5.1. Upgrading to version
0.8.10 removes the problem.
* office: fribidi
fribidi does not build because of the "--enable-debug" flag.
The source of the problem can be seen from the CVS repository. The
stable branch does *not* contain two files necessary for debugging.
The workaround is to disable debugging via sed magic. A patch for the
Makefile is attached.
-Joseph
--
joseph_sacco [at] comcast [dot] net
# Makefile.in generated by automake 1.7.9 from Makefile.am.
# Makefile. Generated from Makefile.in by configure.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
srcdir = .
top_srcdir = .
pkgdatadir = $(datadir)/pkg-config
pkglibdir = $(libdir)/pkg-config
pkgincludedir = $(includedir)/pkg-config
top_builddir = .
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = /usr/bin/install -c
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = powerpc-unknown-linux-gnu
ACLOCAL = ${SHELL} /usr/local/src/GNOME/garnome-2.11-20050630.2240/bootstrap/pkg-config-0.18.1/work/main.d/pkg-config-0.18.1/missing --run aclocal-1.7
ALLOCA =
AMDEP_FALSE = #
AMDEP_TRUE =
AMTAR = ${SHELL} /usr/local/src/GNOME/garnome-2.11-20050630.2240/bootstrap/pkg-config-0.18.1/work/main.d/pkg-config-0.18.1/missing --run tar
AR = ar
AUTOCONF = ${SHELL} /usr/local/src/GNOME/garnome-2.11-20050630.2240/bootstrap/pkg-config-0.18.1/work/main.d/pkg-config-0.18.1/missing --run autoconf
AUTOHEADER = ${SHELL} /usr/local/src/GNOME/garnome-2.11-20050630.2240/bootstrap/pkg-config-0.18.1/work/main.d/pkg-config-0.18.1/missing --run autoheader
AUTOMAKE = ${SHELL} /usr/local/src/GNOME/garnome-2.11-20050630.2240/bootstrap/pkg-config-0.18.1/work/main.d/pkg-config-0.18.1/missing --run automake-1.7
AWK = gawk
CC = ccache cc
CCDEPMODE = depmode=gcc3
CFLAGS = -g -I/opt/garnome/include -L/opt/garnome/lib -O2 -pipe
CPP = ccache cc -E
CPPFLAGS = -I/opt/garnome/include
CXX = ccache g++
CXXCPP = ccache g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -I/opt/garnome/include -L/opt/garnome/lib -O2 -pipe
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
ECHO = echo
ECHO_C =
ECHO_N = -n
ECHO_T =
EGREP = grep -E
EXEEXT =
F77 = g77
FFLAGS = -g -O2
GLIB_CFLAGS =
GLIB_LIBS =
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
LDFLAGS = -Wl,--export-dynamic -L/opt/garnome/lib
LIBOBJS =
LIBS =
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LN_S = ln -s
LTLIBOBJS =
MAINT = #
MAINTAINER_MODE_FALSE =
MAINTAINER_MODE_TRUE = #
MAKEINFO = ${SHELL} /usr/local/src/GNOME/garnome-2.11-20050630.2240/bootstrap/pkg-config-0.18.1/work/main.d/pkg-config-0.18.1/missing --run makeinfo
OBJEXT = o
PACKAGE = pkg-config
PACKAGE_BUGREPORT =
PACKAGE_NAME =
PACKAGE_STRING =
PACKAGE_TARNAME =
PACKAGE_VERSION =
PATH_SEPARATOR = :
RANLIB = ranlib
SET_MAKE =
SHELL = /bin/sh
STRIP = strip
USE_INSTALLED_GLIB_FALSE =
USE_INSTALLED_GLIB_TRUE = #
VERSION = 0.18.1
ac_ct_AR = ar
ac_ct_CC = ccache cc
ac_ct_CXX =
ac_ct_F77 = g77
ac_ct_RANLIB = ranlib
ac_ct_STRIP = strip
am__fastdepCC_FALSE = #
am__fastdepCC_TRUE =
am__fastdepCXX_FALSE = #
am__fastdepCXX_TRUE =
am__include = include
am__leading_dot = .
am__quote =
bindir = /opt/garnome/bin
build = powerpc-unknown-linux-gnu
build_alias =
build_cpu = powerpc
build_os = linux-gnu
build_vendor = unknown
datadir = /opt/garnome/share
exec_prefix = /opt/garnome
host = powerpc-unknown-linux-gnu
host_alias =
host_cpu = powerpc
host_os = linux-gnu
host_vendor = unknown
includedir = /opt/garnome/include
infodir = /opt/garnome/info
install_sh = /usr/local/src/GNOME/garnome-2.11-20050630.2240/bootstrap/pkg-config-0.18.1/work/main.d/pkg-config-0.18.1/install-sh
libdir = /opt/garnome/lib
libexecdir = /opt/garnome/libexec
localstatedir = /opt/garnome/var
mandir = /opt/garnome/man
oldincludedir = /usr/include
pc_path = /opt/garnome/lib/pkg-config:/opt/garnome/share/pkg-config
prefix = /opt/garnome
program_transform_name = s,x,x,
sbindir = /opt/garnome/sbin
sharedstatedir = /opt/garnome/share
subdirs = glib-1.2.8
sysconfdir = /opt/garnome/etc
target_alias =
included_glib_includes = -I./glib-1.2.8
#included_glib_includes =
pkg_config_LDADD = glib-1.2.8/libglib.la
#pkg_config_LDADD =
SUBDIRS = glib-1.2.8 check
m4dir = $(datadir)/aclocal
m4_DATA = pkg.m4
man_MANS = pkg-config.1
EXTRA_DIST = $(m4_DATA) $(man_MANS) README.win32
bin_PROGRAMS = pkg-config
INCLUDES = -DPKG_CONFIG_PC_PATH="\"$(pc_path)\"" $(included_glib_includes)
pkg_config_SOURCES = \
pkg.h \
pkg.c \
partial-glib.h \
partial-glib.c \
parse.h \
parse.c \
main.c \
findme.c \
findme.h \
popt.c \
popt.h \
poptconfig.c \
popthelp.c \
poptint.h \
poptparse.c
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
bin_PROGRAMS = pkg-config$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS)
am_pkg_config_OBJECTS = pkg.$(OBJEXT) partial-glib.$(OBJEXT) \
parse.$(OBJEXT) main.$(OBJEXT) findme.$(OBJEXT) popt.$(OBJEXT) \
poptconfig.$(OBJEXT) popthelp.$(OBJEXT) poptparse.$(OBJEXT)
pkg_config_OBJECTS = $(am_pkg_config_OBJECTS)
#pkg_config_DEPENDENCIES =
pkg_config_DEPENDENCIES = \
glib-1.2.8/libglib.la
pkg_config_LDFLAGS =
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
DEP_FILES = ./$(DEPDIR)/findme.Po ./$(DEPDIR)/main.Po \
./$(DEPDIR)/parse.Po ./$(DEPDIR)/partial-glib.Po \
./$(DEPDIR)/pkg.Po ./$(DEPDIR)/popt.Po \
./$(DEPDIR)/poptconfig.Po ./$(DEPDIR)/popthelp.Po \
./$(DEPDIR)/poptparse.Po
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_SOURCES = $(pkg_config_SOURCES)
NROFF = nroff
MANS = $(man_MANS)
DATA = $(m4_DATA)
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
ps-recursive install-info-recursive uninstall-info-recursive \
all-recursive install-data-recursive install-exec-recursive \
installdirs-recursive install-recursive uninstall-recursive \
check-recursive installcheck-recursive
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
COPYING ChangeLog INSTALL Makefile.am NEWS acconfig.h \
aclocal.m4 config.guess config.h.in config.sub configure \
configure.in depcomp install-sh ltmain.sh missing mkinstalldirs
DIST_SUBDIRS = glib-1.2.8 check
SOURCES = $(pkg_config_SOURCES)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno
$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu Makefile
Makefile: # $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(srcdir)/configure: # $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): # configure.in
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
config.h: stamp-h1
@if test ! -f $@; then \
rm -f stamp-h1; \
$(MAKE) stamp-h1; \
else :; fi
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
$(srcdir)/config.h.in: # $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
cd $(top_srcdir) && $(AUTOHEADER)
touch $(srcdir)/config.h.in
distclean-hdr:
-rm -f config.h stamp-h1
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(bindir)
@list='$(bin_PROGRAMS)'; for p in $$list; do \
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
if test -f $$p \
|| test -f $$p1 \
; then \
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
else :; fi; \
done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
@list='$(bin_PROGRAMS)'; for p in $$list; do \
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
rm -f $(DESTDIR)$(bindir)/$$f; \
done
clean-binPROGRAMS:
@list='$(bin_PROGRAMS)'; for p in $$list; do \
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
echo " rm -f $$p $$f"; \
rm -f $$p $$f ; \
done
pkg-config$(EXEEXT): $(pkg_config_OBJECTS) $(pkg_config_DEPENDENCIES)
@rm -f pkg-config$(EXEEXT)
$(LINK) $(pkg_config_LDFLAGS) $(pkg_config_OBJECTS) $(pkg_config_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT) core *.core
distclean-compile:
-rm -f *.tab.c
include ./$(DEPDIR)/findme.Po
include ./$(DEPDIR)/main.Po
include ./$(DEPDIR)/parse.Po
include ./$(DEPDIR)/partial-glib.Po
include ./$(DEPDIR)/pkg.Po
include ./$(DEPDIR)/popt.Po
include ./$(DEPDIR)/poptconfig.Po
include ./$(DEPDIR)/popthelp.Po
include ./$(DEPDIR)/poptparse.Po
.c.o:
if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
fi
# source='$<' object='$@' libtool=no \
# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
# $(CCDEPMODE) $(depcomp) \
# $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
.c.obj:
if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
fi
# source='$<' object='$@' libtool=no \
# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
# $(CCDEPMODE) $(depcomp) \
# $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
.c.lo:
if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
fi
# source='$<' object='$@' libtool=yes \
# depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
# $(CCDEPMODE) $(depcomp) \
# $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
distclean-libtool:
-rm -f libtool
uninstall-info-am:
man1dir = $(mandir)/man1
install-man1: $(man1_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(man1dir)
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
else file=$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
$(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
done
uninstall-man1:
@$(NORMAL_UNINSTALL)
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
rm -f $(DESTDIR)$(man1dir)/$$inst; \
done
m4DATA_INSTALL = $(INSTALL_DATA)
install-m4DATA: $(m4_DATA)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(m4dir)
@list='$(m4_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(m4DATA_INSTALL) $$d$$p $(DESTDIR)$(m4dir)/$$f"; \
$(m4DATA_INSTALL) $$d$$p $(DESTDIR)$(m4dir)/$$f; \
done
uninstall-m4DATA:
@$(NORMAL_UNINSTALL)
@list='$(m4_DATA)'; for p in $$list; do \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " rm -f $(DESTDIR)$(m4dir)/$$f"; \
rm -f $(DESTDIR)$(m4dir)/$$f; \
done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@set fnord $$MAKEFLAGS; amf=$$2; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
@set fnord $$MAKEFLAGS; amf=$$2; \
dot_seen=no; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
rev=''; for subdir in $$list; do \
if test "$$subdir" = "."; then :; else \
rev="$$subdir $$rev"; \
fi; \
done; \
rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ETAGS = etags
ETAGSFLAGS =
CTAGS = ctags
CTAGSFLAGS =
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
if (etags --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
else \
include_option=--include; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -f $$subdir/TAGS && \
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = .
distdir = $(PACKAGE)-$(VERSION)
am__remove_distdir = \
{ test ! -d $(distdir) \
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -fr $(distdir); }; }
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkinstalldirs) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \
|| exit 1; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$(top_distdir)" \
distdir=../$(distdir)/$$subdir \
distdir) \
|| exit 1; \
fi; \
done
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r $(distdir)
dist-gzip: distdir
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
dist dist-all: distdir
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
$(am__remove_distdir)
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& cd $(distdir)/_build \
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
$(DISTCHECK_CONFIGURE_FLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
distuninstallcheck \
&& chmod -R a-w "$$dc_install_base" \
&& ({ \
(cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
} || { rm -rf "$$dc_destdir"; exit 1; }) \
&& rm -rf "$$dc_destdir" \
&& $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
&& rm -f $(distdir).tar.gz \
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
$(am__remove_distdir)
@echo "$(distdir).tar.gz is ready for distribution" | \
sed 'h;s/./=/g;p;x;p;x'
distuninstallcheck:
@cd $(distuninstallcheck_dir) \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \
echo " (check DESTDIR support)"; \
fi ; \
$(distuninstallcheck_listfiles) ; \
exit 1; } >&2
distcleancheck: distclean
@if test '$(srcdir)' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \
fi
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left in build directory after distclean:" ; \
$(distcleancheck_listfiles) ; \
exit 1; } >&2
check-am: all-am
check: check-recursive
all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
installdirs: installdirs-recursive
installdirs-am:
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(m4dir)
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf ./$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
distclean-libtool distclean-tags
dvi: dvi-recursive
dvi-am:
info: info-recursive
info-am:
install-data-am: install-m4DATA install-man
install-exec-am: install-binPROGRAMS
install-info: install-info-recursive
install-man: install-man1
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf $(top_srcdir)/autom4te.cache
-rm -rf ./$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-m4DATA \
uninstall-man
uninstall-info: uninstall-info-recursive
uninstall-man: uninstall-man1
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
clean-binPROGRAMS clean-generic clean-libtool clean-recursive \
ctags ctags-recursive dist dist-all dist-gzip distcheck \
distclean distclean-compile distclean-generic distclean-hdr \
distclean-libtool distclean-recursive distclean-tags \
distcleancheck distdir distuninstallcheck dvi dvi-am \
dvi-recursive info info-am info-recursive install install-am \
install-binPROGRAMS install-data install-data-am \
install-data-recursive install-exec install-exec-am \
install-exec-recursive install-info install-info-am \
install-info-recursive install-m4DATA install-man install-man1 \
install-recursive install-strip installcheck installcheck-am \
installdirs installdirs-am installdirs-recursive \
maintainer-clean maintainer-clean-generic \
maintainer-clean-recursive mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
tags-recursive uninstall uninstall-am uninstall-binPROGRAMS \
uninstall-info-am uninstall-info-recursive uninstall-m4DATA \
uninstall-man uninstall-man1 uninstall-recursive
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
--- Makefile- 2005-06-30 11:37:01.000000000 -0400
+++ Makefile 2005-07-04 09:13:35.000000000 -0400
@@ -16,7 +16,7 @@
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
-CONFIGURE_ARGS = $(DIRPATHS) --disable-tests --enable-glib --enable-gtk --enable-python --with-xml=libxml
+CONFIGURE_ARGS = $(DIRPATHS) --with-init-scripts=redhat --with-system-pid-file=$(prefix)/var/run/messagebus.pid --enable-glib --enable-gtk --enable-python --with-xml=libxml
CONFIGURE_ARGS += $(shell if [ -e ../../mono/mono/$(COOKIEDIR)/install ]; \
then echo " --enable-mono"; fi )
@@ -26,3 +26,4 @@
CC := $(shell echo $(CC) | sed -e 's/ccache //g')
CXX := $(shell echo $(CXX) | sed -e 's/ccache //g')
+CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--enable-test,--disable-test,')
--- Makefile- 2005-07-02 18:11:46.000000000 -0400
+++ Makefile 2005-07-03 18:40:39.000000000 -0400
@@ -1,9 +1,9 @@
GARNAME = evolution
-GARVERSION = 2.3.3.1
+GARVERSION = 2.3.4
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-LIBDEPS = desktop/libsoup desktop/evolution-data-server desktop/gtkhtml desktop/gal office/gnome-pilot-conduits office/gnome-spell #freedesktop/dbus mono/mono
+LIBDEPS = desktop/libsoup desktop/evolution-data-server desktop/gtkhtml desktop/gal office/gnome-pilot-conduits office/gnome-spell freedesktop/dbus # mono/mono mono/gtk-sharp1.0
DESCRIPTION = evolution
MAINTAINER = Karsten Br�elmann <guenther rudersport de>
@@ -15,7 +15,7 @@
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
-CONFIGURE_ARGS = $(DIRPATHS) --enable-pilot-conduits=yes --without-kde-applnk-path --enable-nss --disable-openssl --without-openssl-includes --without-openssl-libs
+CONFIGURE_ARGS = $(DIRPATHS) --enable-pilot-conduits=yes --without-kde-applnk-path --enable-nss --disable-openssl --without-openssl-includes --without-openssl-libs --disable-mono
include ../category.mk
--- Makefile- 2005-07-03 09:27:20.000000000 -0400
+++ Makefile 2005-07-03 09:36:56.000000000 -0400
@@ -1,8 +1,8 @@
GARNAME = gst-plugins
-GARVERSION = 0.8.9
+GARVERSION = 0.8.10
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-PATCHFILES = upstream-fixes.diff
+PATCHFILES =
MASTER_SITES = http://gstreamer.freedesktop.org/src/gst-plugins/
# For mono, attempt to use the latest beta revision first (libraries, runtimes)
# then stable, then 1.0 as a sensible fallback solution for everything else
# -- pd.
MASTER_SITES += http://www.go-mono.com/sources/$(GARNAME)/
MASTER_SITES += http://www.go-mono.com/sources/mono-1.1/
MASTER_SITES += http://www.go-mono.com/archive/1.0.6/
MASTER_SITES += http://www.go-mono.com/archive/1.0/
include ../../gar.gnome.mk
include ../../gar.mk
--- Makefile- 2005-07-04 13:21:41.000000000 -0400
+++ Makefile 2005-07-04 13:35:22.000000000 -0400
@@ -17,3 +17,5 @@
CONFIGURE_ARGS = $(DIRPATHS)
include ../category.mk
+
+CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--enable-debug,,')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]