Next | Query returned 74 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2004-04-28 00:41:27 by Todd Vierling | Files touched by this commit (1)
Log message:
Convert INSTALL_SCRIPT to INSTALL_LIB.
   2004-04-27 21:26:35 by Todd Vierling | Files touched by this commit (1)
Log message:
Shared objects must be installed as executable on some systems; convert
INSTALL_DATA to INSTALL_SCRIPT.
   2004-04-26 03:14:04 by Todd Vierling | Files touched by this commit (1)
Log message:
Make build on Interix.
   2004-03-29 07:43:36 by Johnny C. Lam | Files touched by this commit (24)
Log message:
Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
   2004-03-26 12:02:14 by Johnny C. Lam | Files touched by this commit (3)
Log message:
Teach security/tcp_wrappers to build on NetBSD systems.  Remove the
ONLY_FOR_PLATFORMS setting and simply allow the build to fail on systems
on which it currently doesn't build.  Replace the cascading if statement
that set the Makefile target with something more compact.  Lastly, teach
tcp_wrappers to partially honor PKG_SYSCONFDIR -- it will default to the
historic locations /etc/host.{allow,deny} for the config files, but if
PKG_SYSCONFDIR.tcp_wrappers is set in /etc/mk.conf, then it will use that
instead.
   2004-03-21 20:49:05 by Manuel Bouyer | Files touched by this commit (4)
Log message:
Use strerror() instead of sys_errlist[], as the later isn't available on
solaris9.  OK'd by tron@
   2004-03-10 18:57:15 by Johnny C. Lam | Files touched by this commit (46) | Package updated
Log message:
Split out the code that deals with checking whether the software is
built-in or not into a separate builtin.mk file.  The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.

The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.

The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
   2004-02-10 10:17:22 by grant beattie | Files touched by this commit (2)
Log message:
include <sys/types.h> before <sys/socket.h>, allowing this to build
on IRIX 5.3.

fixes second part of PR pkg/24375 from Georg Schwarz.
   2004-02-10 10:06:55 by grant beattie | Files touched by this commit (1)
Log message:
fix build on IRIX by using the right Makefile target, which contains
only the major part of OS_VERSION.

fixes part of PR pkg/24375 from Georg Schwarz.
   2004-02-08 04:00:29 by Johnny C. Lam | Files touched by this commit (10)
Log message:
PKGLIBTOOL and PKGSHLIBTOOL are no more.

Next | Query returned 74 messages, browsing 51 to 60 | Previous