a little qpopper port's patch

Alessandro de Manzano ale at unixmania.net
Tue Sep 30 14:26:53 PDT 2003


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 at unixmania.net
-------------- next part --------------
--- 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)


More information about the freebsd-ports mailing list