Commit Graph

9 Commits

Author SHA1 Message Date
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
jasper
d23eb3c36b stop using malloc.h; stdlib.h is already included anyway 2016-01-13 22:09:32 +00:00
jasper
dd11ff3185 switch distfiles.nl to SSL, setup with security/letsencrypt/client 2015-11-24 09:11:02 +00:00
sthen
0c13d11cc0 Makefile-openbsd-x86-64.gmake comes from files/, so modify it there rather
than patching.

Since only the relevant version for the current arch is copied into the
build directory, patching fails on arch other than amd64 with comic
results (I had a log with 300GB of "No file found--skip this patch? [n]"
/ "File to patch:" lines).
2015-05-18 09:17:42 +00:00
kettenis
69bfea1809 Make sure object files linked into a shared library get compiled with -fPIC.
ok ajacoutot@
2015-05-16 10:59:22 +00:00
kurt
46f312eaef - Unlink jdk/1.6 and make jdk/1.7 the default jdk for all java ports
- Adjust java.port.mk and cmake to use 1.7
- Adjust jdk/1.7 for pkg_add upgrades
okay sthen@, jasper@, ajacoutot@
2014-05-07 15:42:15 +00:00
ian
46f89b2109 Remove sys/timeb.h. ok naddy@ jca@ 2013-12-08 16:35:17 +00:00
ian
939b130ae7 Remove -lcompat, which isn't even needed.
Inspired by and ok naddy@
2013-11-30 01:11:15 +00:00
jasper
5ba9fa2ae6 import tanukiwrapper, based on svn rev 1780
The Java Service Wrapper is an application which has evolved out of a
desire to solve a number of problems common to many Java applications:

  - Run as a Windows Service or Unix Daemon
  - Application Reliability
  - Standard, Out of the Box Scripting
  - On Demand Restarts
  - Flexible Configuration
  - Ease Application Installations
  - Logging

ok aja@
2013-07-10 14:40:29 +00:00