aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Crozat <fcrozat@src.gnome.org>2003-06-17 01:19:59 +0800
committerFrédéric Crozat <fcrozat@src.gnome.org>2003-06-17 01:19:59 +0800
commitc574e976632b6178e04f453b023df5691b6af23d (patch)
treebd9bef386b852748728e2f8ef8acfcbdcfa526b6
parentb95a117720d78e4c017e51c942ddad7d1f01296a (diff)
downloadgsoc2013-evolution-c574e976632b6178e04f453b023df5691b6af23d.tar.gz
gsoc2013-evolution-c574e976632b6178e04f453b023df5691b6af23d.tar.zst
gsoc2013-evolution-c574e976632b6178e04f453b023df5691b6af23d.zip
Add missing stub/skel to BUILD_SOURCES (bug 44717)
svn path=/trunk/; revision=21450
-rw-r--r--libwombat/ChangeLog5
-rw-r--r--libwombat/Makefile.am5
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/Makefile.am2
-rw-r--r--wombat/ChangeLog4
-rw-r--r--wombat/Makefile.am3
6 files changed, 22 insertions, 2 deletions
diff --git a/libwombat/ChangeLog b/libwombat/ChangeLog
index e69de29bb2..14a9ad136f 100644
--- a/libwombat/ChangeLog
+++ b/libwombat/ChangeLog
@@ -0,0 +1,5 @@
+2003-06-16 Frederic Crozat <fcrozat@mandrakesoft.com>
+
+ * Makefile.am:
+ Add missing stub/skel to BUILD_SOURCES (bug #44717)
+
diff --git a/libwombat/Makefile.am b/libwombat/Makefile.am
index 30e7074396..c3a347876c 100644
--- a/libwombat/Makefile.am
+++ b/libwombat/Makefile.am
@@ -34,4 +34,7 @@ noinst_LTLIBRARIES = libwombat-static.la
libwombat_static_la_SOURCES = $(libwombat_la_SOURCES)
libwombat_static_la_LDFLAGS = --all-static
-EXTRA_DIST = ChangeLog.pre-1-4 \ No newline at end of file
+BUILT_SOURCES = $(IDL_GENERATED)
+CLEANFILES = $(BUILT_SOURCES)
+
+EXTRA_DIST = ChangeLog.pre-1-4
diff --git a/shell/ChangeLog b/shell/ChangeLog
index a049281b7d..f115f33a23 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-16 Frederic Crozat <fcrozat@mandrakesoft.com>
+
+ * Makefile.am:
+ Add missing skel/stubs to BUILD_SOURCES (bug #44717).
+
2003-06-05 Not Zed <NotZed@Ximian.com>
** For #42691.
diff --git a/shell/Makefile.am b/shell/Makefile.am
index b01471d4c9..10fe9d962e 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -378,7 +378,7 @@ evolution.pure: evolution
endif
-BUILT_SOURCES = $(IDL_GENERATED) $(SELECT_NAMES_IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA)
+BUILT_SOURCES = $(IDL_GENERATED) $(SELECT_NAMES_IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(WOMBAT_IDL_GENERATED)
CLEANFILES = $(BUILT_SOURCES)
dist-hook:
diff --git a/wombat/ChangeLog b/wombat/ChangeLog
index e69de29bb2..c3a5503a99 100644
--- a/wombat/ChangeLog
+++ b/wombat/ChangeLog
@@ -0,0 +1,4 @@
+2003-06-16 Frederic Crozat <fcrozat@mandrakesoft.com>
+
+ * Makefile.am:
+ Add missing skel/stub to BUILD_SOURCES (bug #44717).
diff --git a/wombat/Makefile.am b/wombat/Makefile.am
index 0513b9efb7..59c85dee4a 100644
--- a/wombat/Makefile.am
+++ b/wombat/Makefile.am
@@ -90,6 +90,9 @@ EXTRA_DIST = $(server_DATA) \
GNOME_Evolution_WombatLDAP.server.in.in \
GNOME_Evolution_WombatNOLDAP.server.in.in
+BUILT_SOURCES = $(IDL_GENERATED)
+CLEANFILES = $(BUILT_SOURCES)
+
if ENABLE_PURIFY
PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
/span>/+2 * USE_MESA -> USE_GLfjoe2003-12-101-1/+1 * Fix crash with libkse / libthr.nobutaka2003-12-092-1/+53 * Bump the PORTREVISION for the last libmad commit. Even thoughmarcus2003-12-092-2/+2 * - Add conflict with russian xmmspav2003-12-091-0/+2 * Switch dependency mad -> libmad as more apropriate.bland2003-12-081-2/+2 * Fix installation of shared libs, man page installation, and plist.linimon2003-12-0812-34/+272 * Switch dependency mad -> libmad as more apropriate.bland2003-12-081-2/+2 * - Fix build on -currentkrion2003-12-0820-511/+524 * Chase the libmad/libid3tag shared lib version.marcus2003-12-0710-12/+19 * Chase shared library version: libxvidcore.so.0 -> libxvidcore.so.2.olgeni2003-12-061-2/+2 * Update to 0.2 (> 0.13): greater functionality and huge number oflinimon2003-12-053-10/+24 * Reworked this new port Makefile per suggestions of adamw@ via email,linimon2003-12-051-8/+3 * - Add WITH_ENCODING_PATCH knob which allows russian fontspav2003-12-042-0/+13 * Add multimedia/avidemux2. PR: ports/51013.linimon2003-12-041-0/+1 * Add multimedia/avidemux2, a simple video editor that is built around Xvidlinimon2003-12-045-0/+106 * Fix build on -HEAD. Committed on behalf of lioux who is having machinelinimon2003-12-041-4/+2 * Add a missing dependency on gnomedesktop, and simplify the USE_GNOME bits.marcus2003-11-301-6/+3 * Fix ac3 audio decoding breakage.nobutaka2003-11-262-8/+7 * Fix build on Alpha.marcus2003-11-242-6/+24 * Fix dependencies.lofi2003-11-241-13/+4 * Update to 2.4.2.adamw2003-11-232-2/+2 * Update to version 0.6.6.pb2003-11-213-13/+2 * Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-202-2/+2 * Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-202-0/+2 * - Update to 0.7.38pav2003-11-205-23/+81 * Restore Ogg/Vorbis support.marcus2003-11-201-6/+6 * - Add files to pkg-plist missed on win32codecs.tar.bz2 distinfo update two we...pav2003-11-192-0/+9 * - take maintainershipdinoex2003-11-181-1/+1 * USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-176-6/+0 * Fix build with ungif.marcus2003-11-171-1/+1 * Modify patch to allow compilation on 4.xlofi2003-11-171-2/+11 * Update to 0.4arved2003-11-175-5/+27 * - Update to version 0.9.2krion2003-11-167-65/+57 * Add missing gconf files to the plist.marcus2003-11-164-0/+18 * - fix MASTER_SITESdinoex2003-11-161-1/+0 * Sync with libxine shared library version bump.nobutaka2003-11-155-8/+10 * Update to 1-rc2.nobutaka2003-11-1518-196/+105 * * Update to pre5marcus2003-11-1513-10/+490 * Add a missing ':' to the ESDPLUGIN PLIST_SUB. I missed this in my commitmarcus2003-11-141-1/+1 * o Add missing dependency on libungif. [1]nork2003-11-142-3/+17 * Add beep-media-player which the renamed XMMS MP3 player ported to GTK+-2.marcus2003-11-147-0/+206 * Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-132-2/+2 * * Update to 0.99.8pav2003-11-133-2/+17 * Update to 0.5.6lioux2003-11-102-3/+3 * 0.9.2lioux2003-11-108-19/+38 * Update to 1.1lioux2003-11-102-4/+5 * - Update to 0.3jeh2003-11-093-6/+8 * Rename 3dnow knob to simdarved2003-11-091-8/+8 * Add WITH_SWFDEC option to the pre-everything target.marcus2003-11-092-0/+8 * Upgrade to version 0.4.0.se2003-11-098-182/+54 * Fix the plug-in build on -STABLE.marcus2003-11-082-5/+11 * As announced on Aug 7, remove the broken xine_d4d_plugin andkris2003-11-0817-245/+0 * Add support for I18N.marcus2003-11-082-1/+5 * Add a pre-everything message about how to enable the Mozilla plug-in.marcus2003-11-081-0/+6 * Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedmarcus2003-11-071-2/+2 * Add optional swfdec support for rendering Flash animations. Also, correctmarcus2003-11-074-2/+36 * Distfile was re-rolled so to fix a version number. Also, fix the plug-inmarcus2003-11-072-2/+3 * Update to 0.6.0 and add support for the Mozilla plug-in.marcus2003-11-076-14/+97 * Update to 0.6.2.fjoe2003-11-064-0/+0 * - update to 0.6.2fjoe2003-11-0616-96/+110 * Chase wxgtk library name (and version) change.fjoe2003-11-052-2/+2 * The checksum of win32codecs.tar.bz2 has changed.ru2003-11-041-1/+1 * Update mastersite to make fetchable to unbreak. PR: ports/57435linimon2003-11-031-3/+1 * Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-032-1/+3 * Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-032-2/+2 * Fix issues with CATEGORIES not listing the enclosing directory as themarcus2003-11-021-1/+1 * ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1 * ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1 * Update to 2.4.1.marcus2003-11-023-2/+4 * Correct a local patch which introduced a misleading default setting.lofi2003-11-021-2/+1 * Update to version 0.6.3.pb2003-11-023-3/+12 * Add MASTER_SITE_GNU_ALPHAarved2003-10-311-1/+3 * Update to 0.6.2.pb2003-10-292-2/+2 * Per distfile survey, note the fact that the mastersite for this codelinimon2003-10-282-3/+2 * Per distfile survey, remove mastersite that disappeared in May 2003.linimon2003-10-281-2/+0 * Fix build with gcc 3.3.1.fjoe2003-10-282-7/+22 * Update to version 0.6.1.pb2003-10-272-2/+2 * utilize SITE_PERLijliao2003-10-242-109/+109 * - Update to 0.99.7krion2003-10-242-2/+2 * Fix build on amd64 by applying the same -fPIC patch that we do for ia64.marcus2003-10-242-4/+4 * Submitted by: maintainerfoxfair2003-10-231-11/+0 * - update to release 0.6.0pb2003-10-235-24/+43 * PR:foxfair2003-10-2210-260/+77 * Since the bktr(4) driver does not exist on everyosa2003-10-211-1/+10 * Don't die if we encounter a problem registering plug-ins on ia64. Right now,marcus2003-10-212-4/+12 * Update xawtv to 3.90.oliver2003-10-173-15/+2 * - Update to version 0.6.10krion2003-10-163-7/+19 * BROKEN: Does not linkkris2003-10-151-0/+2 * Update to 0.99.6.adamw2003-10-153-2/+3 * Fix build on -stable.adamw2003-10-142-0/+28 * Fix build on 5.x.anholt2003-10-141-0/+23 * Update to 0.6.4.marcus2003-10-148-60/+28 * Update to 0.6.4.marcus2003-10-146-16/+16 * Don't treat a nonremote display as remote (and so disabling the the overlayoliver2003-10-142-0/+13 * Cleanup from pkg-plist files not present since 0.5.4.pb2003-10-131-2/+0 * - use DOCSDIRdinoex2003-10-121-2/+2 * Fix compile under 4.x.pb2003-10-091-0/+11 * update xawtv to 3.88.1oliver2003-10-092-3/+3 * * Import of Orange, a really pretty skinmarcus2003-10-093-28/+34 * * Fix autodetection problem for freetype2 which breaks gmplayer for somemarcus2003-10-091-4/+11 * Update to 0.4.8lioux2003-10-0810-48/+8 * - distributed file changed checksum (previous version waspb2003-10-082-1/+2 * new port: multimedia/nxtvepg (electronic tv programme guide, bktr)edwin2003-10-0611-0/+383 * Update to version 0.5.4.pb2003-10-054-13/+12 * Chase lib version change of graphics/ImageMagick.nork2003-10-051-1/+2 * Fix the -pthread problem in case the option gets removed again. Thiswill2003-10-046-28/+4 * Down-rev the libSDL shared lib version since SDL-1.2.6 has not beenmarcus2003-10-041-1/+1 * * Correct use of SDL, update lib dependency of SDL [1]marcus2003-10-042-2/+25 * Add mmpython 0.2, retrieves metadata from mp3, ogg, avi, jpgkrion2003-10-035-0/+184 * Enable IPv6 in XMMSedwin2003-10-031-1/+4 * Chase up new MASTER_SITE_SAVANNAH.edwin2003-10-031-1/+2 * Use USE_SDL.roam2003-10-021-6/+3 * Add xmms-status-plugin 1.0,krion2003-10-026-0/+59 * Update to 0.99.5.marcus2003-10-013-4/+3 * Apply the ffmpeg configure patch conditionally. This patch breaksmarcus2003-10-014-0/+12 * Chase the libxmms shared lib version.marcus2003-10-012-2/+2 * Fix another build problem on ia64.marcus2003-10-012-0/+20 * Fix build on ia64.marcus2003-09-302-4/+22 * Fix the ESD output sink. With this patch, rhythmbox works again with themarcus2003-09-304-0/+56 * * Update to 0.92.marcus2003-09-295-35/+23 * - Remove -pthread from CFLAGS for -current.simokawa2003-09-264-7/+47 * Remove -Werror to fix build on Alpha.marcus2003-09-262-0/+40 * Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-2/+2 * o Add WITH_FREETYPE2 knob: handles optional drawtext vhook pluginlioux2003-09-224-2/+34 * Fix build by removing some bogus plist entries.marcus2003-09-211-4/+0 * Update. Sole change is in mpeglib/lib/util/mmx/cpu_accel.c and appears towill2003-09-202-2/+2 * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-182-2/+2 * Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,marcus2003-09-1823-74/+101 * Chase multimedia/xmms library bump.edwin2003-09-182-2/+2 * unbreak package at bento(i386/RELENG_4):sf2003-09-146-40/+76 * AlienMind skin is updated.nork2003-09-112-4/+4 * o Chase lib version change of multimedia/xmms. [1]nork2003-09-101-1/+15 * Update the Ruby/GNOME2 suite to 0.7.0.knu2003-09-101-0/+1 * Update to 0.9.9lioux2003-09-083-6/+2 * Update to 1.2.8lioux2003-09-083-19/+3 * Fix build on alpha ARCH machines that do not support MVI code. Checklioux2003-09-081-0/+6 * chase lib version change of multimedia/xmmsedwin2003-09-082-2/+2 * Update to 0.4.7lioux2003-09-0814-278/+348 * [Maintainer update] multimedia/xmms to 1.2.8edwin2003-09-087-55/+39 * - fix MASTER_SIITESdinoex2003-09-071-1/+1 * - Update to version 0.99.4krion2003-09-042-2/+2 * Fix operate with libkse/libthr (-CURRENT).osa2003-09-041-0/+55 * Fix build on -CURRENT.will2003-09-032-2/+4 * Additions to win32-codecsedwin2003-09-033-5/+10 * - Update to version 0.99.3krion2003-09-013-3/+8 * - Update to version 0.6.9krion2003-08-313-87/+100 * - Update to version 0.9.1krion2003-08-314-12/+9 * Enables the audioid suboption for mplayer -tv.nork2003-08-295-1/+54 * Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-277-4/+7 * Fix build with gettext-0.12.1.marcus2003-08-251-0/+10 * Chase the libintl.so shared lib version.marcus2003-08-257-7/+7 * Update for new device name (/dev/fw?.?).simokawa2003-08-182-3/+3 * xdvshow uses evil busy loop in the decoding routine and it doesn't worksimokawa2003-08-182-0/+19 * Fix breakage introduced by my last commit by restoring the DATADIRmarcus2003-08-171-0/+2 * - Fix LIB_DEPENDSkrion2003-08-172-9/+13 * Fix compile error in src/input/input_gnome_vfs.c.nobutaka2003-08-131-0/+11 * Update xvid to latest release and chase library dependencies in portslofi2003-08-139-13/+23 * Remove the libpanel dependency as part of phase II of the GNOME 1.4 desktopmarcus2003-08-122-16/+0 * Update to 0.8.0.p5krion2003-08-117-28/+46 * Update MD5 sum. Author added a polish translation and fixes for KDE 3.0arved2003-08-113-1/+3 * Correct the message.nobutaka2003-08-101-1/+1 * Remove parentheses from .if statement to avoid make error.nobutaka2003-08-102-4/+4 * Update to 0.9.22.nobutaka2003-08-104-24/+22 * Update to 1-rc0a.nobutaka2003-08-1016-8/+274 * Update to 0.6.0. Ruby/GStreamer is now part of the Ruby/GNOME2 suite.knu2003-08-104-49/+19 * Mark NO_CDROM, the CSS code may violate the DMCAarved2003-08-091-0/+2 * Upgrade to kplayer-0.3.1.se2003-08-094-6/+6 * Update to 2.0.6.marcus2003-08-083-3/+6 * Fix seek in raw DV files over 2Gb.pb2003-08-072-1/+12 * update multimedia/smpeg-xmms: 0.3.4 -> 0.3.5daichi2003-08-054-49/+13 * Use new INFO macrosarved2003-08-052-14/+3 * Switch to MASTER_SITE_DEBIAN_POOLkris2003-08-041-2/+1 * Bump PORTEPOCH.adamw2003-08-041-0/+1 * Update to 2.0.90.adamw2003-08-043-94/+108 * Change Stefan's emailadress to one that doesn't bounce emails fromarved2003-08-031-1/+1 * Upgrade to kplayer-0.3.0se2003-08-036-42/+158 * Reset bouncing maintainer addresskris2003-08-031-1/+1 * a) Update to 0.6.0maho2003-08-0112-138/+620 * Consolidate NO_CDROM and NO_PACKAGE -> RESTRICTEDkris2003-07-311-2/+0 * * Update to version 0.1.3krion2003-07-313-3/+15 * add INSTALLS_SHLIBoliver2003-07-311-2/+3 * Add quark 3.11, quark is an audio player, for geeks, by geeks.daichi2003-07-307-0/+76 * Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-292-2/+2 * Update to 0.1.1 and (hopefully) unbreak on FreeBSD 4.x.knu2003-07-293-3/+19 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-298-6/+46 * *Blush* This is what happens when you blindly trust cvs(1) toru2003-07-281-1/+0 * Mark as only for i386 and Alpha.ru2003-07-281-1/+2 * replace -disable-qtx-codecs with --disable-qtx-codecsoliver2003-07-281-1/+1 * - Use USE_SDLarved2003-07-282-10/+508 * - Update to version 0.7.3krion2003-07-285-23/+19 * Fix build.arved2003-07-271-1/+1 * Fix build on sparc64kris2003-07-271-0/+25 * - add and install some more documentationpb2003-07-233-1/+21 * update multimedia/mplayer-skins:daichi2003-07-232-4/+4 * Fix build on -CURRENTosa2003-07-182-0/+189 * update multimedia/smpeg:daichi2003-07-15