Next | Query returned 68 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2014-01-11 15:42:06 by Adam Ciarcinski | Files touched by this commit (106)
Log message:
Revbump after updating tcl/tk.
   2012-11-07 15:33:54 by Havard Eidnes | Files touched by this commit (2)
Log message:
Revert the MACHINE_ARCH -> MACHINE PLIST change, now that lang/tcl
has been fixed.

This time we bump PKGREVISION, even though the contents should not
change.
   2012-11-07 13:54:30 by Havard Eidnes | Files touched by this commit (2)
Log message:
It turns out that scotty installs the pre-parsed MIBs into a sub-
directory named ${MACHINE}-${OPSYS} not ${MACHINE_ARCH}-${OPSYS},
which the PLIST specifies.  Adapt the PLIST accordingly, so that
this builds on amd64 as well, where MACHINE and MACHINE_ARCH is
different...

No pkgrevision bump, since this is merely a build fix, and the
contents of the package does not change for those where it
built already.
   2012-08-23 00:18:23 by John Marino | Files touched by this commit (3) | Package updated
Log message:
net/tcl-scotty: Last change no longer needed, revert

The reason tcl-scotty was missing an rpath during the build is because
tclConfig.sh wasn't configured with it.  lang/tcl has been updated so
that tclConfig.sh adds the appropriate runpath for the system.

Remove the previously hardcoded "-rpath" to revert the package to be
the way it way.
   2012-08-21 23:54:19 by John Marino | Files touched by this commit (5)
Log message:
net/tcl-scotty: Insert rpath into libtnm.so

This is not a tcl/tk 8.5 fix.  The libtnm.so couldn't be found during the
build due to an omitted runpath.  Two other patches were regenerated
because they didn't match the source exactly.
   2011-09-02 10:06:55 by Havard Eidnes | Files touched by this commit (9)
Log message:
Several changes rolled into one:

 o Wedge in DESTDIR support.  This is a little tricky since the
   installation procedure wants to run scotty to parse and dump
   the MIB files, and this needs to be done in DESTDIR.  Therefore
   we use the post-install target, to fix things up before packaging
   and the real install.

 o Fix the "dns" functionality not to use _res, since this program
   is linked with libpthread that won't work on NetBSD (aborts the
   program).  Though the modified version still uses a global static
   variable.

 o Add comments to all the patch files.

 o Eliminate use of ${WRKSRC}/.., since pkglint objects to it.  Instead
   use BUILD_DIRS and CONFIGURE_DIRS.

 o Add a LICENSE setting, 2-clause-bsd appears most similar.

 o Bump PKGREVISION for the above changes.
   2009-08-20 17:25:01 by Jim Wise | Files touched by this commit (31)
Log message:
Give up maintainership of packages where I am still listed as MAINTAINER.
   2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Next | Query returned 68 messages, browsing 31 to 40 | Previous