PORTNAME= htmldoc
PORTVERSION= 1.8.28
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= https://github.com/michaelrsweet/htmldoc/releases/download/release-${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
* it is the best we can do (on others, this seed isn't even used...)
*/
+#define CUPS_RAND() arc4random()
+#define CUPS_SRAND(v) arc4random_stir()
+#define CUPS_SRAND(v)
CUPS_SRAND(time(NULL));