Next | Query returned 46 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147)
Log message:
Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
   2005-12-06 19:26:49 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix shared linking on DragonFly.
   2005-11-16 20:18:59 by Joerg Sonnenberger | Files touched by this commit (15)
Log message:
Fix Python's makesetup script to treat -pthread as linker flag.
This is needed for databases/py-psycopg at least to compile properly.
Since the installed version changed, bump revision.
   2005-08-19 08:12:09 by grant beattie | Files touched by this commit (5)
Log message:
include LDFLAGS when linking shared libraries, so they can find their
prerequisite libraries at runtime.

fixes build on Solaris (and probably others).
   2005-08-19 08:06:09 by grant beattie | Files touched by this commit (1)
Log message:
nuke broken pre-configure target, which does nothing useful.

it was broken because the delimeter , can appear in the RHS of the
sed(1) expression (think "-Wl,-R ..."), and it does nothing useful
because the patterns don't appear in the files.
   2005-07-29 15:27:27 by Matthias Drochner | Files touched by this commit (10)
Log message:
make the fcntl selftest recognize "netbsd3" so that the right
structure padding is used
not application relevant, so I abstain from bumping PKGREVISION
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-24 10:03:12 by Alistair G. Crooks | Files touched by this commit (133)
Log message:
Add RMD160 digests
   2005-01-30 13:44:40 by Julio M. Merino Vidal | Files touched by this commit (14)
Log message:
Convert the python packages to use the alternatives system to install a
bin/python wrapper.  Bump their PKGREVISION to 1.

Also remove the python package.  In order to preserve a similar behavior to
this one using the new framework, start by installing pkg_alternatives.
Then just open its manpage, scroll down to the EXAMPLES section, Applying
filters subsection, and follow the (rather short) directions given there.
   2004-12-19 06:34:07 by grant beattie | Files touched by this commit (4)
Log message:
all of these use dlopen().

Next | Query returned 46 messages, browsing 11 to 20 | Previous