# New ports collection makefile for: srvx # Date created: 2003-11-28 # Whom: Walter Venable # # $FreeBSD$ # PORTNAME= srvx PORTVERSION= 1.3.1 CATEGORIES= irc net MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A set of services for ircu P10 protocol networks OPTIONS= PROTOCOL_BAHAMUT "Enables Bahamut protocol (P10 is default)" "on" \ DEBUG "Enables debug mode" "off" USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-getopt SUB_FILES= pkg-message PORTDOCS= chanserv.help \ global.help \ mod-helpserv.help \ mod-memoserv.help \ mod-sockcheck.help \ modcmd.help \ nickserv.help \ opserv.help \ saxdb.help \ sendmail.help PLIST_FILES= bin/srvx \ etc/srvx.conf.example \ etc/sockcheck.conf.example .include .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if defined(WITH_PROTOCOL_BAHAMUT) CONFIGURE_ARGS+= --with-protocol=bahamut .endif post-patch: @${REINPLACE_CMD} -e 's|= "srvx.conf"|= "${PREFIX}/etc/srx.conf"|g' \ ${WRKSRC}/src/main.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/srvx ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/*.conf.example ${PREFIX}/etc .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/src/*.help ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Add LICENSE - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change - Fix trailing whitespace in pkg-messages 2016-05-19T11:09:14+00:00 amdmi3 amdmi3@FreeBSD.org 2016-05-19T11:09:14+00:00 93637cc764dd0eadb39d4faf2311bc61d7b3e265 Approved by: portmgr blanket
Approved by:	portmgr blanket
- Fix trailing whitespace in pkg-descrs, categories [p-x]* 2016-05-19T10:53:05+00:00 amdmi3 amdmi3@FreeBSD.org 2016-05-19T10:53:05+00:00 22084e17f721ebb9a063f5603491229fcfc70d9b Approved by: portmgr blanket
Approved by:	portmgr blanket
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z. 2016-04-01T14:33:55+00:00 mat mat@FreeBSD.org 2016-04-01T14:33:55+00:00 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Make it so that the default Perl is always called perl5. 2015-09-14T12:19:48+00:00 mat mat@FreeBSD.org 2015-09-14T12:19:48+00:00 fce96910d8fa5a4eed7867a15f95ee514b0fdc2e - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
Convert remaining p5-CGI.pm consumers to p5-CGI, and bump PORTREVISION. 2015-04-25T16:12:19+00:00 adamw adamw@FreeBSD.org 2015-04-25T16:12:19+00:00 a213f118042e80bc994e5a545f08c044cf1a5498 All these changes are tested but the following are worth noting: The following ports fail "make test", but did so before this change, and fail in the same places: - textproc/p5-xmltv - www/p5-Business-Paypal - www/p5-CGI-Enurl www/p5-Apache-Gallery is missing all sorts of dependencies, fails all tests, and should probably be marked BROKEN For graphics/imc, move the OPTIONS_DEFINE block out of the LICENSE block area. As long as we're here, sort plist on perl@-owned ports.
All these changes are tested but the following are worth noting:

The following ports fail "make test", but did so before this change, and
fail in the same places:
- textproc/p5-xmltv
- www/p5-Business-Paypal
- www/p5-CGI-Enurl

www/p5-Apache-Gallery is missing all sorts of dependencies, fails all tests,
and should probably be marked BROKEN

For graphics/imc, move the OPTIONS_DEFINE block out of the LICENSE block area.

As long as we're here, sort plist on perl@-owned ports.