Next | Query returned 33 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2012-10-08 15:45:50 by Aleksej Saushev | Files touched by this commit (147)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
   2010-04-24 17:56:46 by Julio M. Merino Vidal | Files touched by this commit (5) | Package removed
Log message:
Update to 1.1.24:

- Our patches have been merged upstream.
- One minor fix in a manual page to respect sysconfdir.
   2010-04-23 14:45:01 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
Fix build when libpaper is not yet installed.

My previous changes added a call to paperconfig during the build stage to
generate a sample configuration file.  The paperconfig script needs to run
paperconf and relies on the path to do so.  But, if it is not yet installed,
the call fails.  Fix this by pointing the script to the correct place.

Problem reported by wiz@.
   2010-04-23 13:33:06 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
Fix pkglint warnings: add PAPERSIZE to BUILD_DEFS and do not hide a
post-build command.
   2010-04-23 13:31:57 by Julio M. Merino Vidal | Files touched by this commit (4)
Log message:
Add references to the upstream bug numbers that host these patches.
   2010-04-22 13:58:51 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Generate the sample configuration file during the build stage and install
it as any other configuration file, instead of creating it in-place during
package installation.

This makes the configuration file go away upon package deinstallation,
unless it was modified by the administrator.

Bump PKGREVISION to 1.
   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.
   2009-03-01 22:51:22 by Jens Rehsack | Files touched by this commit (1)
Log message:
add dependency to devel/libgetopt for platforms without getoptlong
   2009-02-16 19:05:44 by Matthias Drochner | Files touched by this commit (2)
Log message:
modify check of __STDC__ to accept a "0" value as positive,
fixes build error with Sun Studio Compiler reported by
Joern Clausen per PR pkg/40660
   2008-03-08 15:20:12 by Tobias Nygren | Files touched by this commit (2)
Log message:
Update to libpaper-1.1.23 due to missing distfile (asked by joerg@)

Changes:
* Use defaultpapername() if systempapername() fails, as suggested
  in lib/paper.h. This makes paperconf return a default papersize
  instead of failing if /etc/papersize doesn't exist.
  Closes: #376346.
* Added hungarian translation: Closes: #433726.

Next | Query returned 33 messages, browsing 21 to 30 | Previous