2002-11-04 16:40:29 by Stoned Elipot | Files touched by this commit (1) |
Log message: Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk: use perl5/module.mk with PERL5_CONFIGURE=NO. |
2002-11-04 14:48:37 by Stoned Elipot | Files touched by this commit (3) |
Log message: Add dependency on autoconf and have auto{header,conf} run at pre-configure stage: this is need to avoid conflict between the distribution patch file for IPv6 support and patches/patch-af (now removed) and patches/patch-ak. Bump PKGREVISION (again). |
2002-11-04 10:54:32 by Stoned Elipot | Files touched by this commit (2) |
Log message: Bump PKGREVISION after patch-ao addition. And regen overlooked distinfo. |
2002-11-04 02:35:32 by Stoned Elipot | Files touched by this commit (1) |
Log message: More fix for PR pkg/16089. Libisieve also need to be composed of relocatable objects. |
2002-11-01 01:26:30 by Johnny C. Lam | Files touched by this commit (6) |
Log message: If we are building with perl, then create libcyrus.a, libacap.a, and libsieve.a from relocatable objects so that when the Perl modules are linked against these libraries, they are composed wholly from relocatable objects. We query perl for how to compile a source file into a relocatable object file. This should fix pkg/16089. |
2002-10-21 08:12:55 by Johnny C. Lam | Files touched by this commit (4) |
Log message: Ensure that everything that is linked against libsasl is also linked against its dependent libraries by using the output of "sasl-config --libs" if sasl-config is present. |
2002-10-09 23:50:26 by Thomas Klausner | Files touched by this commit (3) |
Log message: buildlink1 -> buildlink2. |
2002-09-20 04:02:02 by grant beattie | Files touched by this commit (38) |
Log message: Make these scripts more portable by taking advantage of automatic rc.d script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam. |
2002-09-19 11:04:35 by Johnny C. Lam | Files touched by this commit (26) |
Log message: Take advantage of the auto-generation and installation of rc.d scripts. |
2002-09-18 23:15:19 by Johnny C. Lam | Files touched by this commit (12) |
Log message: When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL. |