summaryrefslogtreecommitdiff
path: root/news/inn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-0/+1
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* Fix a bug which causes innfeed to segfault on 64-bit architectures.Shaun Amott2007-09-262-1/+12
| | | | | | Submitted by: Kai Gallasch <gallasch@free.de> Debugged by: Julien ÉLIE <julien@trigofacile.com> Patched by: roberto
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Fix inn and inn-current install.Shaun Amott2007-01-261-1/+2
| | | | Nudged by: pav
* - Fix PLIST for inn-current.Shaun Amott2006-11-051-2/+2
| | | | | | | - Check files exist before stripping, as strip(1) on 4.x fails if the file isn't there. Reported by: pointyhat via kris
* Pass the correct directories to configure when a non-default INN_LAYOUTShaun Amott2006-11-021-1/+2
| | | | option is used.
* Fix database directory ownership / configure options.Shaun Amott2006-11-012-1/+4
|
* Fix Makefile.layout to work with FreeBSD 4.x.Shaun Amott2006-10-311-0/+2
| | | | Noticed by: Dan Langille's magic sanity test script
* Overhaul for the inn ports:Shaun Amott2006-10-317-548/+506
| | | | | | | | | - Turn inn-stable and inn-current into slaves, as they are pretty much clones of news/inn. - Update the above ports to recent snapshots. - Allow inn's database and spool directories to be placed outside PREFIX (e.g. under /var). - Add OPTIONS knobs.
* For the inn ports:Shaun Amott2006-08-302-13/+13
| | | | | | | | - Fix build in the case where the host machine has either no DNS, or an incomplete hostname. - Use a generic placeholder in the default config file rather than the build machine's name. - Pet portlint(1) while here.
* Amend hostname check to succeed if /bin/hostname fails.Shaun Amott2006-08-231-4/+5
| | | | Another work-around for those pesky amd64 machines.
* - Fix a few incorrect file permissions after install.Shaun Amott2006-08-032-2/+20
| | | | | | - Check for invalid hostname and set IGNORE, since we know the build will fail in this case. - Ensure pkg-install is called with correct environment.
* Switch to my @FreeBSD.org address.Shaun Amott2006-06-191-1/+1
| | | | Approved by: ahze (mentor)
* Fix plist: it's now possible to install inn from package.Thierry Thomas2006-06-093-20/+42
| | | | | PR: ports/98469 Submitted by: Shaun Amott <shaun (at) inerd.com> (maintainer)
* Don't remove database data files during the next upgrade.Thierry Thomas2006-05-283-8/+32
| | | | | PR: ports/98038 Submitted by: Shaun Amott <shaun (at) inerd.com> (maintainer)
* - Update to 2.4.3Pav Lucistnik2006-05-077-38/+76
| | | | | | | | - Provide rc_subr startup script - Take maintainership PR: ports/96872 Submitted by: Shaun Amott <shaun@inerd.com>
* - Drop maintainershipClement Laforet2006-05-011-1/+1
|
* SHA256ifyEdwin Groothuis2006-01-231-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Preserve config files permissions to reduce inncheck warnings.Clement Laforet2004-03-302-27/+27
|
* - SIZEifyClement Laforet2004-03-181-0/+1
| | | | Submitted by: trevor
* Strip binaries.Clement Laforet2004-03-011-0/+16
| | | | Noticed by: naddy (monthes ago)
* Cosmetic change: add missing quotes.Clement Laforet2004-02-261-1/+1
|
* - Add WITH_STANDARD_ETC knobClement Laforet2004-02-263-58/+66
| | | | | | | If you define WITH_STANDARD_ETC inn config files are put in ${PREFIX}/etc/inn Requested by: Jochen Gensch <incmc@gmx.de> (PR 61974)
* - Add a little workaround to keep man directories owned by root.Clement Laforet2004-02-111-2/+2
| | | | | | - Unmark as FORBIDDEN. Noticed by: kris
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 1)
* FORBIDDEN: Changes ownership of system directoriesKris Kennaway2004-01-301-0/+2
|
* - Update to 2.4.1 (urgent release)Clement Laforet2004-01-083-14/+12
| | | | | | | | | This release fixes a potentially exploitable buffer overflow. Changelog: http://lists.litech.org/pipermail/inn-workers/2004q1/002763.html - Add db41 support Approved by: erwin (mentor) (implicitly)
* Changelog:Mark Linimon2003-11-212-17/+54
| | | | | | | | | | | | - set correctly inn tmpdir [PR 57859: thanks to G. Paul Ziemba" <p-fbsd-bugs@treehouse.napa.ca.us>] - fix PKG_PREFIX for pkg-install, now post install script knows correct prefix - add support for db4, db3 in ovdb. Note for users: inn 2.4.0 DOESN'T SUPPORT db4.1. If you want to use db4.1, use inn-stable instead. PR: ports/58394 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
* update news/inn:Daichi GOTO2003-09-282-2/+28
| | | | | | | | - fix build for news/newsx if inn* is installed via a package PR: 57313 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Pointed out by: Kris via dosirak
* update: news/innDaichi GOTO2003-09-265-32/+218
| | | | | | | | | - Now config files are not removed - add many knobs - Use USE_OPENSSL hook PR: 57160 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
* update news/inn:Daichi GOTO2003-08-013-28/+43
| | | | | | | | | | | - Add python knob - Add WITH_TAGGED_HASH (from PR 36587 (thanks to Thomas Seck) - clean/move stuff from do-install: to post-install: - make "portlint -A" happy PR: 55108 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Pointed out by: Thomas Seck <tmseck@netcologne.de>
* Give maintainership to Clement Laforet <sheepkiller@cultdeadsheep.org>Sergey A. Osokin2003-07-241-1/+1
| | | | PR: 54816
* I no longer have time to properly maintain these ports.Dag-Erling Smørgrav2003-07-141-1/+1
|
* Upgrade to 2.4.0, which introduces, amongs other new features, IPv6Dag-Erling Smørgrav2003-05-114-79/+111
| | | | | | support. Many thanks to Thierry Thomas <thierry@pompo.net> for advice and testing.
* Upgrade to 2.3.5, which was released during the freeze.Dag-Erling Smørgrav2003-04-142-2/+2
|
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Upgrade to 2.3.4.Dag-Erling Smørgrav2003-01-062-2/+2
|
* Force ${PREFIX}/news/spool during package building.Dag-Erling Smørgrav2002-11-261-2/+2
|
* Both ports need perl to configure (see configure looks for theEdwin Groothuis2002-11-211-0/+1
| | | | | | version) and to run (bunch of perl-scripts in contrib/samples/innfeed directory) Noticed on: bento
* add MASTER_SITE_ISC (1) and apply themYing-Chieh Liao2002-08-011-1/+2
| | | | | PR: 41218 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1)
* Upgrade to 2.3.3.Dag-Erling Smørgrav2002-05-072-3/+2
|
* Add NO_LATEST_LINK; inn-stable will always be at least as recent as inn.Dag-Erling Smørgrav2001-11-071-0/+1
|
* Build with SSL/TLS support.Dag-Erling Smørgrav2001-06-051-1/+2
|
* Install two additional headers.Dag-Erling Smørgrav2001-05-242-1/+4
| | | | Submitted by: dinoex
* Upgrade to INN 2.3.2.Dag-Erling Smørgrav2001-05-043-8/+10
|
* Forgot to bump PORTREVISION.Dag-Erling Smørgrav2001-03-111-1/+1
|
* Avoid chown'ing /usr/local/man/man* to news:news.Dag-Erling Smørgrav2001-03-111-0/+13
|
* Install some header files which third-party utils may need.Dag-Erling Smørgrav2001-03-062-3/+15
| | | | Avoid leaving cruft behind in the db directory.
* Belatedly upgrade to 2.3.1.Dag-Erling Smørgrav2001-03-054-5/+10
|