pkgsrc/www/swill/buildlink3.mk
schmonz 493e5dd6aa Update to new upstream. From the git log:
* Fix LLVM warnings (HEAD -> master, origin/master, origin/HEAD)
* Ignore shared library
* Only build libraries if needed
* Make configure executable
* Add configure script
* Update ignored files
* Add getpeerip, setfork functions
* Make it compile under Windows
* Document Cygwin
* Changes to compile with a cygwin compiler.
* Make it compile with gcc-4
* Fix setfork return type.
* Conditionally compile funcitonality that is not part of WIN32.
* _exit is a lot more efficient than exit.
* Add query string in the log file.
* Implement forking server. Add swill_setfork() function.
* Add swill_getquerystring function.
* Fix SVG mime type. See http://www.mozilla.org/projects/svg/faq.html
* Added logging statements for errors.
* Add application/svg type for the .svg suffix.
* Added swill_getrlen and swill_getrequest functions.
* Added conditional compilation directive.
* Added char *swill_getpeerip(const char *name) function.
* Use scanf %p for portability with 64 bit architectures.
* WIN32 port.

pkgsrc changes:

* Libtoolize to fix build on OS X (and perhaps others).
2016-08-11 12:51:15 +00:00

12 lines
289 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2016/08/11 12:51:15 schmonz Exp $
BUILDLINK_TREE+= swill
.if !defined(SWILL_BUILDLINK3_MK)
SWILL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.swill+= swill>=0.3nb2
BUILDLINK_PKGSRCDIR.swill?= ../../www/swill
.endif # SWILL_BUILDLINK3_MK
BUILDLINK_TREE+= -swill