Next | Query returned 101 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2005-12-08 09:16:02 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed the wrong quoting introduced by the recent "pkglint --autofix". The
variables are already quoted. Noted by wiz.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   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-11-14 23:53:09 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
When linking against libpython, the dependencies of libpython might be
needed as well. This is especially the case when
lib/pythonXconfig/Makefile is used as done e.g. www/ap2-python.
   2005-10-01 23:12:05 by Marc Recht | Files touched by this commit (7)
Log message:
Update to Python 2.4.2

Python 2.4.2 is a bugfix release of Python 2.4 - Python 2.4 is now in
bugfix-only mode, no new features are being added. More than 60 bugs have
been squashed since Python 2.4.1, including bugs that prevented Python working
properly on 64 bit AIX and HP/UX.

For a detailed list of changes see:
http://python.org/2.4.2/NEWS.html
   2005-09-01 15:14:35 by D'Arcy J.M. Cain | Files touched by this commit (1)
Log message:
Bump PKGREVISION for change made to patches/patch-al in revision 1.7 as
suggested by Lubomir Sedlacik in discussions on releng-pkgsrc and pullup
request 727.
   2005-08-31 14:13:03 by D'Arcy J.M. Cain | Files touched by this commit (2)
Log message:
Fix problem where LDFLAGS is not being expanded on the command line.
Patch supplied by KISHIMOTO, Makoto <ksmakoto (you know what ) dd.iij4u.or.jp>
Closes PR 31027
   2005-08-23 22:55:46 by D'Arcy J.M. Cain | Files touched by this commit (3)
Log message:
There was a bug in Python that was supposed to be fixed but it seems to have
regressed in the latest version.  I have contacted a Python developer to
have this fixed properly.  In the meantime I have created a patch to fix
it in our tree.  See
http://sourceforge.net/tracker/index.php?func=detail&aid=1196315&group_id=5470&atid=105470
for details of the bug.

Bumped PKGREVISION.
   2005-08-19 07:22:04 by grant beattie | Files touched by this commit (2)
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-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

Next | Query returned 101 messages, browsing 71 to 80 | Previous