summaryrefslogtreecommitdiff
path: root/print/libpaper
AgeCommit message (Collapse)AuthorFilesLines
2010-04-24Update to 1.1.24:jmmv5-67/+6
- Our patches have been merged upstream. - One minor fix in a manual page to respect sysconfdir.
2010-04-23Fix build when libpaper is not yet installed.jmmv1-3/+3
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-23Fix pkglint warnings: add PAPERSIZE to BUILD_DEFS and do not hide ajmmv1-3/+4
post-build command.
2010-04-23Add references to the upstream bug numbers that host these patches.jmmv4-7/+13
2010-04-22Generate the sample configuration file during the build stage and installjmmv3-11/+16
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-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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-01add dependency to devel/libgetopt for platforms without getoptlongsno1-1/+3
2009-02-16modify check of __STDC__ to accept a "0" value as positive,drochner2-1/+15
fixes build error with Sun Studio Compiler reported by Joern Clausen per PR pkg/40660
2008-03-08Update to libpaper-1.1.23 due to missing distfile (asked by joerg@)tnn2-12/+12
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.
2008-03-08DESTDIR clean.joerg1-1/+3
2007-09-14Don't use malloc.h.joerg2-1/+21
2007-09-04import the Debian libpaper-1.1.22, a library to supply information aboutdrochner7-0/+98
paper sizes