2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274) |
Log message: Second round of explicit pax dependencies. As reminded by tnn@, many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. |
2008-03-02 07:10:34 by Johnny C. Lam | Files touched by this commit (82) |
Log message: Mechanical changes to add full DESTDIR support to packages that install their files via a custom do-install target. |
2006-12-28 12:47:52 by Thomas Klausner | Files touched by this commit (30) |
Log message: Reset maintainer. When sending mail to proff@iq.org, one gets a reply that says the mail there is not read any longer. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2005-07-19 12:22:34 by grant beattie | Files touched by this commit (29) |
Log message: depends should be ../../<category>/<pkg> |
2004-01-27 01:53:12 by Klaus Heinz | Files touched by this commit (49) |
Log message: Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 |
2004-01-20 13:07:43 by Alistair G. Crooks | Files touched by this commit (63) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message: Drop trailing whitespace. Ok'ed by wiz. |
2003-04-10 03:28:32 by grant beattie | Files touched by this commit (85) |
Log message: make ${PAX} usage consistent: - group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup |
2003-01-27 11:41:43 by Thomas Klausner | Files touched by this commit (1) |
Log message: Update distinfo for currently available file. Diff is: diff -r old/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm \ new/festival/lib/voices/ spanish/abc_diphone/festvox/abc_diphone.scm 60a61,62 > (set! prev_token.punctuation token.punctuation) > (set! token.punctuation "\"`.,:;!?(){}[]" "[see \ Tokenizing]") 104a107 > (set! current_voice_reset abc_voice_reset) 105a109,112 > ) > > (define (abc_voice_reset) > (set! token.punctuation prev_token.punctuation) Addresses part of PR 19873. |