Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2003 23:26:40 +0200
From:      Alessandro de Manzano <ale@unixmania.net>
To:        lioux@freebsd.org
Cc:        ports@freebsd.org
Subject:   a little qpopper port's patch
Message-ID:  <20030930232640.A6704@libero.sunshine.ale>

next in thread | raw e-mail | index | archive | help

--h31gzZEtNLTqOjlF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hello,

I'ld just submit you a tiny patch for QPopper 4.x's port I think would be
useful for other sysadmins ;)

Feel free to commit it if you think it's valuable :-)


Many thanks anyway!


-- 

bye!

Ale

ale@unixmania.net

--h31gzZEtNLTqOjlF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=shypatch

--- Makefile	Thu May  1 04:01:14 2003
+++ Makefile.ale	Tue Sep 30 23:22:25 2003
@@ -90,6 +90,8 @@
 	@${ECHO_MSG} "WITH_Y_OPTION=yes		enables daemon command line option"
 	@${ECHO_MSG} "			-y which allows the user to specify a different"
 	@${ECHO_MSG} "			logging facility"
+	@${ECHO_MSG} "WITH_SHY_ENABLED=yes      enables shy mode, don't present"
+	@${ECHO_MSG} "                          version number in banner"
 
 # If WITH_APOP_ONLY variable present in the environment, qpopper builds
 # with APOP authentication only.
@@ -143,6 +145,12 @@
 # different logging facility
 .if defined(WITH_Y_OPTION)
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-popper::pop_init.c
+.endif
+
+# If WITH_SHY_ENABLED variable present in the enviornment, qpopper builds
+# with shy mode enabled, without presenting its version in the POP3 session
+.if defined(WITH_SHY_ENABLED)
+CONFIGURE_ARGS+=	--enable-shy
 .endif
 
 .if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a)

--h31gzZEtNLTqOjlF--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030930232640.A6704>