| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Submitted by: Kent Stewart <kstewart@owt.com>
Notes:
svn path=/head/; revision=114795
|
|
|
|
|
|
|
|
|
| |
with the new localpkg on -CURRENT.
Submitted by: mtm
Notes:
svn path=/head/; revision=114794
|
|
|
|
| |
Notes:
svn path=/head/; revision=114793
|
|
|
|
|
|
|
| |
only affect old build files and hopefully do not affect any ports...
Notes:
svn path=/head/; revision=114792
|
|
|
|
|
|
|
|
|
|
|
| |
fixed the packing list and removed PORTREVISION.
. Use ${MASTER_SITE_APACHE} to simplify (and expand) the MASTER_SITE list.
PR: 69600 [1]
Submitted by: Sean O'Connell <oconnell@soe.ucsd.edu> [1]
Notes:
svn path=/head/; revision=114791
|
|
|
|
|
|
|
| |
Reported by: Kent Stewart <kstewart@owt.com>
Notes:
svn path=/head/; revision=114790
|
|
|
|
|
|
|
|
|
|
|
| |
* Add patch that fixes truncation of SSL certificate expiry date [1]
* Don't remove libexec/nagios unless it's empty [2]
Submitted by: ade [1], bms [2]
Approved by: maintainer
Notes:
svn path=/head/; revision=114789
|
|
|
|
|
|
|
| |
Submitted by: vs
Notes:
svn path=/head/; revision=114788
|
|
|
|
|
|
|
|
|
|
| |
-Use the correct version of libtool 13 -> 15 to avoid install the *.la files.
-Bump the PORTREVISION, because of the pkg-plist change.
Approved by: Koop Mast <kwm@rainbow-runner.nl> (maintainer)
Notes:
svn path=/head/; revision=114787
|
|
|
|
| |
Notes:
svn path=/head/; revision=114786
|
|
|
|
|
|
|
|
| |
PR: ports/59239
Submitted by: Mathew Kanner <mat@hak.cnd.mcgill.ca>
Notes:
svn path=/head/; revision=114784
|
|
|
|
|
|
|
|
|
|
| |
in the port anyway.
Noticed in PR: ports/69322
Submitted by: Torfinn Ingolfsen
Notes:
svn path=/head/; revision=114783
|
|
|
|
|
|
|
|
|
| |
PR: ports/69566
Submitted by: Cheng-Lung Sung
Approved by: maintainer
Notes:
svn path=/head/; revision=114782
|
|
|
|
|
|
|
|
|
|
| |
2. move the orignal config file to ${APP_HOME}/conf.orig, I think it would be helpful if the config files have been changed.
PR: ports/69617
Submitted by: maintainer
Notes:
svn path=/head/; revision=114781
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
be executed when the apache_enable and other config variables have
already been set, e.g. via /etc/rc.conf. In that case, load_rc_config
will not do anything at all, and the "defaults" set in the script will
override the user's settings. Fix this by honoring any previously-set
config variables.
Carte blanche by: ache (maintainer)
Notes:
svn path=/head/; revision=114780
|
|
|
|
|
|
|
|
| |
PR: ports/69419
Submitted by: Patrick Dung (maintainer)
Notes:
svn path=/head/; revision=114779
|
|
|
|
| |
Notes:
svn path=/head/; revision=114778
|
|
|
|
| |
Notes:
svn path=/head/; revision=114777
|
|
|
|
| |
Notes:
svn path=/head/; revision=114776
|
|
|
|
| |
Notes:
svn path=/head/; revision=114775
|
|
|
|
| |
Notes:
svn path=/head/; revision=114774
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this patch, the following code fragment causes a segmentation fault.
\toksdef\whatevertoks = 266
\toksdef\extratoks = 267
\whatevertoks={junk}
\everypar{\extratoks=\whatevertoks}
\immediate\write16{t={\the\toks265}}
some paragraph\par
\bye
Approved by: linimon (mentor)
Notes:
svn path=/head/; revision=114773
|
|
|
|
|
|
|
|
|
| |
Add --with-pic to CONFIGURE_ARGS on amd64 to fix build.
Submitted by: arved
Notes:
svn path=/head/; revision=114772
|
|
|
|
|
|
|
|
|
|
| |
Move package files from plist to Makefile, remove pkg-plist.
Utilize ${DOCSDIR}.
Use NOPORTDOCS.
Remove empty line.
Notes:
svn path=/head/; revision=114771
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
where the config files may have been loaded already and our load_rc_config
invocation may do nothing: thus, we need to honor any previously set value
of svscan_enable;
- for some reason svscan_stop_post() does not like the IFS-like vars set by
rc.subr and localpkg; use find/xargs instead of having the shell parse its
own output;
- dequote COMMENT;
- fix the daemon(8)-ization by moving 2>&1 to its proper place, so that the
errors from svscan are actually picked up by readproctitle, as explained
in <20040630175050.GD979@straylight.m.ringlet.net>;
- move the 'Starting svscan' message to its proper place, so that the PATH
set by env(1) affects svscan, not the echo command :)
Notes:
svn path=/head/; revision=114770
|
|
|
|
|
|
|
|
|
|
| |
templates like perl module HTML::Template
PR: ports/69277
Submitted by: Andrei V. Shetuhin <shetuhin@corp.mail.ru>
Notes:
svn path=/head/; revision=114768
|
|
|
|
| |
Notes:
svn path=/head/; revision=114767
|
|
|
|
|
|
|
|
|
| |
PR: ports/69481
Submitted by: Tim Bishop
Apologies to: Andrey
Notes:
svn path=/head/; revision=114766
|
|
|
|
|
|
|
|
| |
PR: ports/69481
Submitted by: Tim Bishop
Notes:
svn path=/head/; revision=114765
|
|
|
|
|
|
|
| |
Noticed by: Renato Botelho <rbgarga@gmail.com>
Notes:
svn path=/head/; revision=114764
|
|
|
|
|
|
|
|
| |
PR: ports/69481
Submitted by: Tim Bishop
Notes:
svn path=/head/; revision=114763
|
|
|
|
|
|
|
| |
Utilize ${DOCSDIR}.
Notes:
svn path=/head/; revision=114762
|
|
|
|
| |
Notes:
svn path=/head/; revision=114761
|
|
|
|
| |
Notes:
svn path=/head/; revision=114760
|
|
|
|
|
|
|
|
|
| |
PR: ports/69519
Submitted by: Cheng-Lung Sung
Approved by: maintainer
Notes:
svn path=/head/; revision=114759
|
|
|
|
| |
Notes:
svn path=/head/; revision=114758
|
|
|
|
|
|
|
| |
This should be no-op.
Notes:
svn path=/head/; revision=114757
|
|
|
|
| |
Notes:
svn path=/head/; revision=114756
|
|
|
|
|
|
|
|
| |
PR: ports/69611
Submitted by: maintainer
Notes:
svn path=/head/; revision=114755
|
|
|
|
| |
Notes:
svn path=/head/; revision=114754
|
|
|
|
| |
Notes:
svn path=/head/; revision=114753
|
|
|
|
|
|
|
|
| |
PR: ports/69604
Submitted by: Roman Bogorodskiy (maintainer)
Notes:
svn path=/head/; revision=114752
|
|
|
|
|
|
|
| |
(also tested on 4.x/5.x without flow-tools).
Notes:
svn path=/head/; revision=114751
|
|
|
|
|
|
|
|
| |
PR: ports/69605
Submitted by: Dryice Liu (maintainer)
Notes:
svn path=/head/; revision=114750
|
|
|
|
| |
Notes:
svn path=/head/; revision=114749
|
|
|
|
|
|
|
|
|
| |
PR: ports/68831
Submitted by: Roman Bogorodskiy
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=114748
|
|
|
|
|
|
|
|
| |
PR: ports/68106
Submitted by: Radim Kolar
Notes:
svn path=/head/; revision=114746
|
|
|
|
|
|
|
|
| |
PR: ports/69464
Submitted by: Vadim Mikhailov <freebsd-bugs@mikhailov.org>
Notes:
svn path=/head/; revision=114745
|
|
|
|
| |
Notes:
svn path=/head/; revision=114744
|
|
|
|
| |
Notes:
svn path=/head/; revision=114743
|