OSSP CVS Repository

ossp - History for /ossp-pkg/petidomo/Makefile.in
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Directory]  [Show Milestones

DateVersion Description
2004-Mar-09 17:00    1.49    Check-in [4446]: @LIBS@ should be at the end of the LIBS definition, not at the beginning. Because usually the stuff in the sublibs want to use the stuff in @LIBS@ theirself. (hint from rse) By thl. (diff)
2004-Mar-09 14:19    1.48    Check-in [4444]: flush pending changes before tagging By thl. (diff)
2004-Feb-02 21:28    1.47    Check-in [4398]: correct dir for shtool By thl. (diff)
2001-Aug-20 15:08    1.46    Check-in [706]: Added docs to the list of subdirectories that need to be handled in the *clean targets. By simons. (diff)
2001-Jan-21 13:20    1.45    Check-in [361]: Make life of RPM builders easier by providing support for the Automake standard variable DESTDIR. By rse. (diff)
2001-Jan-20 16:18    1.44    Check-in [359]: Updated dependencies. By simons. (diff)
2001-Jan-20 15:27    1.43    Check-in [353]: Provide both "make dist" and "make snap". By rse. (diff)
2001-Jan-20 15:17    1.42    Check-in [352]: Provide commands for increasing or updating version information in version.c:

# update the date, but keep version number $ make update-version

# interactively specify new version number $ make new-version

# batch specify new version version number $ make new-version VERSION=0.8.15 By rse. (diff)

2001-Jan-20 14:58    1.41    Check-in [348]: Following my quest against underscores in file names, I renamed the default acknowledgment queue directory from "ack_queue" to "ack-queue". By simons. (diff)
2001-Jan-20 14:42    1.40    Check-in [343]: Underscores in file names suck, because you need an extra key-press to type them compared to the hyphen. For this reason (and for consistency) I corrected this horrible, horrible mistake of the past and renamed those files. By simons. (diff)
2001-Jan-20 14:34    1.39    Check-in [342]: Add first cut for a petidomo(1) manual page. By rse. (diff)
2001-Jan-20 14:26    1.38    Check-in [341]: Renamed the followings tags in petidomo.conf

    MTA_Options         --> MTAOptions
    List_Directory      --> ListDirectory
    Ack_Queue_Directory --> AckQueueDirectory

for consistency reasons. While I was at it, I also renamed the source file from config.c to config-files.c, because the module config.c is generally associated with GNU autoconf and this has nothing to do with it. By simons. (diff)

2001-Jan-19 22:42    1.37    Check-in [338]: Cosmetic change. By simons. (diff)
2001-Jan-19 22:39    1.36    Check-in [337]: Updated dependencies. By simons. (diff)
2001-Jan-19 17:19    1.35    Check-in [332]: In case no index file is installed, "make install" will create an example file at the correct location so that the admininstrator hopefully figures out that there is some work to be done. By simons. (diff)
2001-Jan-19 16:09    1.34    Check-in [327]: Provide "make dist" command for rolling distribution tarball. By rse. (diff)
2001-Jan-19 16:01    1.33    Check-in [325]: First step in GNu shtool version support: Add version.c and use it for "petidomo --version". Support for handling version.c in Makefile.in is coming later. By rse. (diff)
2001-Jan-19 15:14    1.32    Check-in [319]: Do not show subdir walking commands By rse. (diff)
2001-Jan-19 13:50    1.31    Check-in [313]: - Word-wrapped long lines to fit into 80 characters per line. - Updated dependencies. - Removed BINDIR from FLAGS_TO_PASS as it isn't needed anymore. By simons. (diff)
2001-Jan-18 21:22    1.30    Check-in [307]: Install petidomo-xxxx tools By rse. (diff)
2001-Jan-18 21:20    1.29    Check-in [306]: Show were we are operating By rse. (diff)
2001-Jan-18 14:17    1.28    Check-in [296]: New layout By rse. (diff)
2001-Jan-18 14:10    1.27    Check-in [295]: New layout By rse. (diff)
2001-Jan-18 13:54    1.26    Check-in [294]: Switch to GNU shtool By rse. (diff)
2001-Jan-18 13:28    1.25    Check-in [293]: fix install-testlist target By rse. (diff)
2001-Jan-16 12:33    1.24    Check-in [286]: Implemented the acked-once feature. By simons. (diff)
2001-Jan-15 19:48    1.23    Check-in [281]: Implemented the approve mode, where incoming mails are searched for confirmation cookies and the apropriate queue entries will be executed. By simons. (diff)
2001-Jan-15 17:29    1.22    Check-in [270]: Implemented spooling mechanism for requests and postings that need an acknowledgement to be processed. The code is there, it just isn't called yet. By simons. (diff)
2001-Jan-11 15:11    1.21    Check-in [265]: Added generate_cookie() routine taken from mapSoN. By simons. (diff)
2001-Jan-08 21:40    1.20    Check-in [258]: Completed the install-testlist target. By simons. (diff)
2001-Jan-08 17:19    1.19    Check-in [254]: Added dependencies. By simons. (diff)
2001-Jan-08 16:54    1.18    Check-in [252]: Added preliminary install and install-testlist target. By simons. (diff)
2001-Jan-06 15:12    1.17    Check-in [250]: Replaced the old basedir-mechanism in Petidomo, which used to be the home directory of the petidomo user. Now, Petidomo expects its master config file in ETCDIR, which is '/etc' per default. All other paths will be set there at run-time. By simons. (diff)
2000-Dec-15 14:11    1.16    Check-in [242]: Reversed all changes concerning C++ in Petidomo ... it isn't worth the major rewrite. By simons. (diff)
2000-Dec-15 13:14    1.15    Check-in [236]: Added preliminary install target. By simons. (diff)
2000-Dec-14 17:58    1.14    Check-in [231]: The petidomo binary will now be linked with $(CXX). Updated dependencies. By simons. (diff)
2000-Dec-14 17:16    1.13    Check-in [230]: Removed the signature code and all code that depended on it. In the new Petidomo, the signature mechanism for server mails will work differently. By simons. (diff)
2000-Dec-14 16:56    1.12    Check-in [228]: Removed the mail rescue mechanism and all relating code. I guess nobody ever used that mechanism anyway, not even me. :-) By simons. (diff)
2000-Dec-14 16:48    1.11    Check-in [227]: - Removed all debugging code. Now that Petidomo will be "rewritten" in C++, I need a new paradigm for debugging anyway and the old solution of mine was to messy for my taste anyway.

- Petidomo no longer cares under what name it has been started. The different modes of operation will now be distinguished by a mandatory command line parameter. By simons. (diff)

2000-Dec-14 15:54    1.10    Check-in [226]: Added support for C++ source modules within Petidomo. By simons. (diff)
2000-Dec-13 17:43    1.9    Check-in [225]: Modified the main Makefile so that it will pass the values determined by Autoconf down to the libraries. By simons. (diff)
2000-Dec-13 17:08    1.8    Check-in [224]: FreeBSD's make again: That stupid thing really doesn't grasp $< targets. By simons. (diff)
2000-Dec-13 16:35    1.7    Check-in [223]: FreeBSD's make sucks big time: It doesn't honor the -C flag. Hence we have to change into the target directory before calling make. By simons. (diff)
2000-Dec-13 16:30    1.6    Check-in [222]: BSD make doesn't understand $< like GNU make does, thus it is better to explicitely name the targets for the sake of portability. By simons. (diff)
2000-Dec-13 16:26    1.5    Check-in [221]: Rewrote the makefile to not require GNU make. By simons. (diff)
2000-Dec-13 16:08    1.4    Check-in [219]: Updated dependencies. By simons. (diff)
2000-Dec-12 17:53    1.3    Check-in [217]: Cosmetic changes to the Makefile ... nothing important. By simons. (diff)
2000-Dec-12 17:42    1.2    Check-in [216]: After changing librfc822 to get along without libmpools, the library can (and has been) removed from Petidomo. By simons. (diff)
2000-Dec-12 16:16    1.1    Check-in [209]: Rewrote the build process from the scratch. By simons.

CVSTrac 2.0.1