Next | Query returned 124 messages, browsing 101 to 110 | Previous

History of commit frequency

CVS Commit History:


   2004-05-07 14:06:47 by Chris Pinnock | Files touched by this commit (21)
Log message:
Add RCS tags
   2004-04-26 11:21:59 by Thomas Klausner | Files touched by this commit (20)
Log message:
Unused.
   2004-04-25 14:52:36 by Matthias Scheler | Files touched by this commit (1)
Log message:
Correct botch in last commit.
   2004-04-25 14:45:58 by Matthias Scheler | Files touched by this commit (1)
Log message:
Remove "${PKGMANDIR}/" prefix from entries for manual page. This variable
is defined nowhere.
   2004-04-25 06:15:48 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Add "graphics" to CATEGORIES.
(I think that this should be moved from the "devel" category.)
   2004-04-25 06:05:10 by Jeremy C. Reed | Files touched by this commit (2)
Log message:
Under NetBSD, some libraries were linked with libiconv, such as
/usr/pkg/lib/libgphoto2_port.so.5.1.
So include libiconv buildlink3.mk.
   2004-04-25 06:01:14 by Jeremy C. Reed | Files touched by this commit (5)
Log message:
Remove PLIST and replace by adding PLIST.common and PLIST.common_end.
Add PLIST.Linux which has share/doc/libgphoto2/linux-hotplug/usbcam.*
files.

Bump PKGREVISION. Version needed for BUILDLINK_DEPENDS.libgphoto2
not bumped because this is only documentation.
   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
   2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256)
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
   2004-02-21 23:58:08 by Quentin Garnier | Files touched by this commit (5)
Log message:
Make this compile with gcc-2.95 (hi drochner!).  Closes PR 24515.

bl3ify, and provide a buildlink3.mk file for future bl3ification of
dependencies.

Next | Query returned 124 messages, browsing 101 to 110 | Previous