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-02-17 14:02:20 by Joerg Sonnenberger | Files touched by this commit (9) |
Log message: Reset maintainer, mail bounced |
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message: Add DESTDIR support. |
2007-12-02 12:34:46 by Thomas Klausner | Files touched by this commit (1) |
Log message: Remove Ex-MASTER_SITE. From Zafer Aydogan. |
2007-11-08 22:22:40 by Blair Sadewitz | Files touched by this commit (1) |
Log message: Bump revision, as the resulting binary should differ because it finds gpg2. |
2007-11-08 22:19:22 by Blair Sadewitz | Files touched by this commit (1) |
Log message: Tell gpgme where the gnupg2 binary is should the user build with the 'gpgsm' option. |
2007-09-25 17:19:29 by Min Sik Kim | Files touched by this commit (1) |
Log message: This package requires libgpg-error>=1.4. Bump PKGREVISION. |
2007-07-28 21:29:57 by Tobias Nygren | Files touched by this commit (1) |
Log message: Work around broken pthread_create configure test on HPUX. |
2007-03-25 01:48:08 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix build on DragonFly. |
2007-03-23 21:04:14 by Matthias Drochner | Files touched by this commit (10) | |
Log message: update to 1.1.4 this fixes the same problem which was fixed by gpg-1.4.7: depending on use, additional text could get through undetected this gpgme uses gpg in a save way -- since we have gpg-1.4.7 in pkgsrc this is kindo belt-and-suspender, but anyway... |