sthen
77f7cc9c61
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:49:33 +00:00
naddy
0819fd513b
switch to CONFIGURE_STYLE=autoreconf
2019-05-19 11:26:24 +00:00
ajacoutot
42497afecb
Unbreak by removing the -static FLAVOR.
...
GLib does not build static libraries anymore since it moved to meson(1).
As discussed with sthen@, having a cgi wrapper that bundlers GLib is...
you know :-)
So no point in trying to patch things around to make this one FLAVORed
port build.
ok sthen@
2019-01-01 16:30:55 +00:00
ajacoutot
9c954cfc0a
Temporarily mark BROKEN, -static does not build with newer GLib.
...
I'll try and fix that once I understand what is going on.
2019-01-01 11:44:12 +00:00
espie
550cc7ef6f
bump -static as well and fix prefix
2018-11-07 07:54:29 +00:00
espie
bd03e91993
*really* bump
2018-11-07 07:01:37 +00:00
rpe
9a8b5ccd06
Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
...
daemon scripts and bump subpackages that contain the *.rc scripts.
discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
naddy
2fdd8f7c5e
replace gettext module
2017-11-12 15:17:47 +00:00
giovanni
4b79f537e0
bugfix update to 0.2.2
2016-09-04 13:59:13 +00:00
sthen
97889e162c
switch my distfiles mirror to https
2015-12-03 21:24:29 +00:00
pascal
35957f111a
Bumps for static PIE changes.
...
"just commit" naddy@
2015-04-03 15:12:28 +00:00
ajacoutot
9d087a11f1
Tweak documentation according to recent rc changes.
...
ok jasper@
2014-07-22 10:55:40 +00:00
jasper
c38dcacc50
use ${VARBASE} instead of hardcoding /var
2013-07-05 09:34:35 +00:00
brad
b74425f50e
- Fix autoconf/automake usage. Set CONFIGURE_STYLE or call autogen.sh but
...
not both.
- Correct the automake bits that were added for static linking. The libraries
were inserted into the wrong variable so the link order was wrong.
- Tidy up the CONFIGURE_ENV usage.
ok sthen@
2013-03-28 23:40:56 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
ajacoutot
0bbbd35e32
register-plist did not catch the devel/glib2 -main -> empty change.
...
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
sthen
9fc05a7ddf
Use 'pkg-config glib-2.0 --libs --static' to construct linker flags when
...
building the static binary. Fixes build problem reported by nigel@ since the
glib-2.0.pc now (correctly) only lists pthread in Libs.private not in Libs.
ok ajacoutot@
2012-08-30 13:47:45 +00:00
jasper
e2f5473ee7
- these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12
2012-06-26 14:53:01 +00:00
sthen
c3e2822fb2
missed bump; pointed out by nigel@
2012-04-11 10:11:32 +00:00
sthen
cf97d0ad2e
Add a subpackage to make it easy to run fcgi-cgi in a chroot jail,
...
requested by Johan Huldtgren, thanks dhill for testing.
2012-04-10 19:34:52 +00:00
sthen
b937380566
fcgi-cgi tweaks: fix HOMEPAGE, remove unneeded lib from LDFLAGS,
...
sync WANTLIB, bump.
2012-04-03 19:12:38 +00:00
sthen
88ea72915d
Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
...
make a distinction between these. ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
sthen
0050e16d5d
use CONFIGURE_ENV not CONFIGURE_ARGS, pointed out by landry@
2012-03-28 08:57:40 +00:00
sthen
5d2e92fec9
fix rc script; pexp must come after sourcing rc.subr, and don't use the
...
-c (chroot) flag by default as this requires extra configuration which
will need describing (TODO ;)
2012-03-27 15:35:37 +00:00
sthen
b674061244
Import ports/www/fcgi-cgi, tweaks/ok landry@
...
fcgi-cgi is a wrapper around CGI applications to support running them under
FastCGI for use with webservers such as nginx and lighttpd 2.x which do not
support running cgi scripts/binaries directly.
2012-03-27 14:21:26 +00:00