summaryrefslogtreecommitdiff
path: root/print/libpaper
AgeCommit message (Collapse)AuthorFilesLines
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