aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog11
-rw-r--r--calendar/Makefile.am12
-rw-r--r--calendar/gui/Makefile.am12
3 files changed, 21 insertions, 14 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 050baea228..c5156c15e3 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,14 @@
+1999-11-14 Eskil Heyn Olsen <deity@eskil.dk>
+
+ * Makefile.am: Stupid misplaced endif cause gncal to depend on an
+ install gnome-pilot... fixed... sorry.
+
+1999-11-12 Eskil Heyn Olsen <deity@eskil.dk>
+
+ * Makefile.am (extra_pilot_bins): Fixed the if then else problem,
+ using solution suggested by James Henstridge, appears to be caused
+ by a (by now fixed) bug in my automake.
+
1999-11-12 Russell Steinthal <rms39@columbia.edu>
* prop.c: Config code for timeout, make Alarms property page use a
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index 510ef8e80a..652f78c8f8 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -9,13 +9,11 @@ gnorba_DATA = gnomecal.gnorba
help_base = $(datadir)/gnome/help/cal
if HAVE_GNOME_PILOT
-bin_PROGRAMS = \
- gnomecal \
- calendar-conduit-control-applet \
- calendar-pilot-sync
-else
-bin_PROGRAMS = gnomecal
+extra_pilot_bins = \
+ calendar-conduit-control-applet \
+ calendar-pilot-sync
endif
+bin_PROGRAMS = gnomecal $(extra_pilot_bins)
INCLUDES = \
-I$(includedir) \
@@ -120,9 +118,9 @@ calendar_pilot_sync_LDADD = \
if HAVE_GNOME_PILOT
#calendar_conduit
calendar_conduitsdir=$(libdir)/gnome-pilot/conduits
-endif
calendar_conduits_LTLIBRARIES = libcalendar_conduit.la
+endif
libcalendar_conduit_la_SOURCES = \
GnomeCal-common.c \
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 510ef8e80a..652f78c8f8 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -9,13 +9,11 @@ gnorba_DATA = gnomecal.gnorba
help_base = $(datadir)/gnome/help/cal
if HAVE_GNOME_PILOT
-bin_PROGRAMS = \
- gnomecal \
- calendar-conduit-control-applet \
- calendar-pilot-sync
-else
-bin_PROGRAMS = gnomecal
+extra_pilot_bins = \
+ calendar-conduit-control-applet \
+ calendar-pilot-sync
endif
+bin_PROGRAMS = gnomecal $(extra_pilot_bins)
INCLUDES = \
-I$(includedir) \
@@ -120,9 +118,9 @@ calendar_pilot_sync_LDADD = \
if HAVE_GNOME_PILOT
#calendar_conduit
calendar_conduitsdir=$(libdir)/gnome-pilot/conduits
-endif
calendar_conduits_LTLIBRARIES = libcalendar_conduit.la
+endif
libcalendar_conduit_la_SOURCES = \
GnomeCal-common.c \
+2 * eric6 ports: Update to version 6.1.6.bsam2016-06-061-2/+3 * Deprecate ports broken for more than 6 monthsantoine2016-06-041-0/+3 * Many KDE i10n ports: Patch updates CURDIRpi2016-05-261-1/+1 * - Update to 2016.05.22sunpoet2016-05-262-4/+4 * editors/calligra-l10n: add plist-subpi2016-05-242-96/+96 * - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-195-16/+16 * - Update to 2016.05.15sunpoet2016-05-192-3/+4 * eric6 ports: Update to version 6.1.5.bsam2016-05-101-2/+2 * german/wordpress: update 4.4.2 -> 4.5.2junovitch2016-05-102-3/+3 * Update to 5.0.6.jkim2016-05-071-4/+4 * - Update to 2016.05.01sunpoet2016-05-032-3/+3 * - Update to 2016.04.24sunpoet2016-04-252-3/+3 * many ports: mark broken on powerpc64swills2016-04-221-0/+2 * eric6 ports: update to version 6.1.4 (reaaly, previous updatebsam2016-04-221-2/+2 * eric6 ports: update to version 6.1.4.bsam2016-04-221-2/+2 * - Update to 2016.04.17sunpoet2016-04-192-3/+3 * Update to 11lme2016-04-162-3/+3 * - Update to 2016.04.10sunpoet2016-04-122-3/+3 * - Update to 2016.04.03sunpoet2016-04-072-3/+3 * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-0110-18/+18 * Add missing items to the calligra-l10n ports plists.rakuco2016-03-292-0/+2 * - Update to 2016.03.20sunpoet2016-03-222-3/+3 * - Update to 2016.03.06sunpoet2016-03-082-3/+3 * - Makefile.local for slave ports is included by bsd.port.mk r397519dinoex2016-02-281-4/+0 * - Update to 4.4.2miwi2016-02-232-4/+3 * Update to 5.0.5.jkim2016-02-161-4/+4 * Update Calligra to 2.9.11.rakuco2016-02-092-3/+2 * eric6 ports: Update to version 6.1.2.bsam2016-02-081-2/+2 * - Update to 2016.01.31sunpoet2016-02-032-3/+3 * - Make build process independent from locale settingsunpoet2016-01-171-0/+1 * - Update to 2016.01.10sunpoet2016-01-132-3/+3 * - Update to 20151222sunpoet2016-01-132-3/+3 * - Update to 4.4.1miwi2016-01-072-4/+4 * eric6 ports: Update to version 6.1.1.bsam2016-01-051-2/+2 * Cleanup GH_* and variables order.mat2015-12-291-1/+1 * - Update to 2015.12.27sunpoet2015-12-292-3/+3 * - Update to 1.8beat2015-12-272-3/+3 * - ADD php-ftp supportmiwi2015-12-241-2/+3 * - fix against bugzilla 4.4.11ohauer2015-12-231-4/+4 * - Update to 2015.12.20sunpoet2015-12-222-3/+3 * Update Calligra to 2.9.10.rakuco2015-12-223-26/+39 * Update to 5.0.4.jkim2015-12-181-4/+4 * Fix usage of ${PERL5}.mat2015-12-181-2/+2 * - Update to 4.4sunpoet2015-12-112-4/+6 * - Update to 2015.12.06sunpoet2015-12-092-3/+3 * eric6 ports: Update to version 6.1.0.bsam2015-12-071-2/+2 * - Update to 2015.11.29sunpoet2015-12-022-3/+3 * Remove expired ports:rene2015-11-294-35/+0 * - Update to 2015.11.22sunpoet2015-11-242-3/+3 * - Update to 2015.11.15sunpoet2015-11-202-3/+3 * - Update to 2015.11.08sunpoet2015-11-102-3/+3 * Update to 5.0.3.jkim2015-11-041-4/+4 * - Update to 2015.10.25sunpoet2015-10-272-3/+3 * Deprecate ports broken for more than 6 monthsantoine2015-10-261-0/+2 * - Fix shebangsamdmi32015-10-251-2/+30 * - Update to 2015.10.18sunpoet2015-10-202-3/+3 * - Update to 2015.10.11sunpoet2015-10-162-3/+3 * - Update to 2015.10.04sunpoet2015-10-092-3/+3 * Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-081-1/+1 * - Update to 2015.09.27sunpoet2015-10-042-3/+3 * - Update to 4.3.1sunpoet2015-10-012-3/+3 * - update to 4.4.10ohauer2015-09-302-5/+5 * Update to 5.0.2.jkim2015-09-242-6/+6 * - Update to 2015.09.20sunpoet2015-09-212-3/+3 * - Update to 2015.09.13sunpoet2015-09-152-3/+3 * - update bugzilla ports to 5.0.1 / 4.4.10ohauer2015-09-141-2/+2 * eric6 ports: Update to version 6.0.9.bsam2015-09-121-2/+2 * - Update to 2015.09.06sunpoet2015-09-082-3/+3 * Update LibreOffice to 5.0.1.jkim2015-09-021-4/+4 * - Update to 2015.08.30sunpoet2015-08-312-3/+3 * - Update to 2015.08.23sunpoet2015-08-252-3/+3 * - Update to version 10lme2015-08-233-15/+15 * - Update to 4.3sunpoet2015-08-202-3/+3 * - Update to 2015.08.16sunpoet2015-08-192-3/+3 * devel/eric6 and eric6 i18n files: update to version 6.0.8bsam2015-08-181-2/+2 * - Update to 2015.08.09sunpoet2015-08-142-3/+3 * Update to 4.2.4flo2015-08-072-4/+3 * Remove tryton 2.4 leftoversrm2015-08-054-29/+0 * - Unbreak: tarball rerolled with updated .mo/.po files [1]sunpoet2015-08-012-4/+3 * - Mark BROKEN: checksum mismatch:amdmi32015-07-311-0/+2 * - Update to 2015.07.26sunpoet2015-07-282-3/+3 * - Update to 4.2.3sunpoet2015-07-242-3/+4 * - Update to 2015.07.19sunpoet2015-07-202-3/+3 * - Add NO_ARCHsunpoet2015-07-181-0/+1 * - Add NO_ARCHsunpoet2015-07-181-0/+1 * - Add NO_ARCHsunpoet2015-07-181-0/+1 * - Update to 2015.07.12sunpoet2015-07-142-3/+3 * - Update to 2015.07.05sunpoet2015-07-072-3/+3 * - Update to 2015.06.28sunpoet2015-07-022-3/+3 * - Update to 2015.06.21sunpoet2015-06-232-3/+3 * - Update to 2015.06.14sunpoet2015-06-152-3/+3 * - Update to 2015.06.07sunpoet2015-06-092-3/+3 * - Update to 2015.05.31sunpoet2015-06-022-3/+3 * - update to 4.4.9ohauer2015-06-012-6/+6 * - Update to 2015.05.17sunpoet2015-05-232-3/+3 * Distfile was rerolled, no changes.kwm2015-05-151-2/+2 * - Use DISTVERSIONSUFFIX instead of DISTNAMEsunpoet2015-05-141-1/+1 * MASTER_SITES cleanup.mat2015-05-142-4/+2 * eric6 ports: Update to version 6.0.5.bsam2015-05-081-2/+2 * Update de-wordpress to 4.2.2.kwm2015-05-072-3/+3 * - Update to 2015.05.03sunpoet2015-05-052-3/+3 * - Update to 4.2.1sunpoet2015-04-292-3/+3 * - Update to 2015.04.26sunpoet2015-04-272-3/+3 * - Update to 4.2 and unbreak this portsunpoet2015-04-262-5/+3 * Update to 4.3.7.jkim2015-04-261-4/+4 * - Update to 2015.04.19sunpoet2015-04-222-3/+3 * Remove expired ports:rene2015-04-186-93/+0 * eric6 ports: Update to version 6.0.4.bsam2015-04-091-2/+2 * - Update to 2015.04.05sunpoet2015-04-062-3/+3 * Mark a few ports in german category BROKEN (unfetchable)antoine2015-04-052-0/+4 * Update to 9lme2015-04-032-3/+3 * - Update to 2015.03.29sunpoet2015-03-302-3/+3 * - Update to 2015.03.22sunpoet2015-03-242-3/+3 * php53 and fallout: Deprecate, set removal for 15 APR 2015marino2015-03-221-1/+4 * - Update to 2015.03.15sunpoet2015-03-172-3/+3 * Update KDE SC to 4.14.3alonso2015-03-122-2/+3 * - Update to 2015.03.08sunpoet2015-03-102-3/+3 * Eric6 localization files.bsam2015-03-083-0/+10