Subject: Re: CVS commit: pkgsrc/mail/drac
To: None <tech-pkg@NetBSD.org>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: tech-pkg
Date: 06/22/2004 16:05:47
On Aug 10, 1:12pm, Thomas Klausner wrote:
}
} Module Name: pkgsrc
} Committed By: wiz
} Date: Sun Apr 25 01:05:18 UTC 2004
}
} Modified Files:
} pkgsrc/mail/drac: Makefile
} Added Files:
} pkgsrc/mail/drac: buildlink3.mk
}
} Log Message:
} Convert to bl3.
Since you're dealing with mail stuff is there any chance you can
make qpopper work with drac? I have an open PR (22925) since September
23rd, 2003 on this. Here is an updated patch:
--- Makefile.common.orig Tue Sep 23 20:54:13 2003
+++ Makefile.common Tue Sep 23 20:50:34 2003
@@ -31,4 +31,9 @@
CONFIGURE_ENV+= O_DEFS="${O_DEFS}" CFLAGS="-DINET6"
.endif
+.if defined(POP_WITH_DRAC)
+.include "../../mail/drac/buildlink3.mk"
+CONFIGURE_ARGS+= --with-drac
+.endif
+
LIBS+= ${LDFLAGS}
You should also update the comment for the POP_WITH_DRAC option in
bsd.pkg.defaults.mk .
Thanks in advance.
}-- End of excerpt from Thomas Klausner