aboutsummaryrefslogtreecommitdiff
path: root/mail/qpopper
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* mail/qpopper: fix pkg-plist when not using APOP optionBartek Rutkowski2015-07-201-2/+2
| | | | | | | | | | PR: 198300 Submitted by: Helge Oldach <freebsd@oldach.net> Approved by: maintainer timeout (4 months) MFH: 2015Q3 Notes: svn path=/head/; revision=392558
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - Don't needlessly require gccDmitry Marakasov2015-03-041-4/+7
| | | | | | | | | PR: 198224 Submitted by: amdmi3 Approved by: bc979@lafn.org (maintainer) Notes: svn path=/head/; revision=380446
* Fix build when OpenSSL doesn't support SSL2/SSL3Tijl Coosemans2015-01-091-0/+34
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=376639
* Simplify plistBaptiste Daroussin2014-10-311-15/+4
| | | | | | | Use @sample Notes: svn path=/head/; revision=371959
* Sanitize @mode u+s to @mode 04555 and bump PORTREVISION.Matthias Andree2014-08-272-2/+2
| | | | | | | | PR: 185285 (regression) Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366358
* Rename mail/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-286-0/+0
| | | | Notes: svn path=/head/; revision=363275
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Fix typo in pkg-plist and sanitize creation/removal of (sample)Rene Ladan2014-04-073-59/+5
| | | | | | | | | | configuration files. Prodded by: swills Approved by: (followup of r350186 and r350187) Notes: svn path=/head/; revision=350522
* - Add daemon group for mail/qpopperRene Ladan2014-04-041-1/+1
| | | | | | | - Bump PORTREVISION of mail/qpopper Notes: svn path=/head/; revision=350187
* - Stage support (hackish...)Rene Ladan2014-04-0410-110/+75
| | | | | | | | | | | | | | | | | | | | - Rename :: patchfiles [1] - Merge pkg-req and scripts/pre-install into pkg-install [1] - Replace tab by space in WWW: line [1] - Clean up rc script [1] - Add USE_GCC because clang does not like -freg-struct-return (yet) - Use USERS and GROUPS [1] - Drop empty QPOPAUTH_SETUID option - Fix USE_OPENSSL usage [1] - Replace knobs by options [1] - Merge install-conf-file target into post-install target PR: ports/185285 [1] Submitted by: Takefu <takefu@airport.fm> Approved by: portmgr (mostly infastructure fixes) Notes: svn path=/head/; revision=350186
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - adoption of optionsNGJason Helfman2012-11-301-27/+30
| | | | | | | | | | | | - while here trim header PR: 172378 Submitted by: doug@lafn.org Approved by: maintainer timeout, 42 days Feature safe: yes Notes: svn path=/head/; revision=308022
* Qpopper's configure script tries to detect sendmail in a number of commonChris Rees2012-04-182-4/+27
| | | | | | | | | | | | | | | | | | paths, but the first guess will always fail, because sbindir contains an embedded shell variable. As a result, systems without base sendmail (more specifically, without /usr/sbin/sendmail) will fail configure step. Additional info: http://lists.freebsd.org/pipermail/freebsd-ports/2012-March/073828.html PR: ports/166108 Submitted by: Mel Flynn <rflynn@acsalaska.net> Approved by: maintainer timeout (14+ days) Notes: svn path=/head/; revision=295003
* Move version 1.4 of this file to files/ where it belongs.Doug Barton2012-02-141-1/+1
| | | | Notes: svn path=/head/; revision=291366
* Fix rc.d scriptDoug Barton2012-02-142-7/+8
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=291327
* - Fix qpopper.in file locationPhilip M. Gollucci2012-02-111-6/+3
| | | | | | | | | PR: ports/164463 Submitted by: Takefu <takefu@airport.fm> Approved by: maintainer timeout (bc979@lafn.org ; 16 days) Notes: svn path=/head/; revision=290947
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Add qpopper.inBeech Rintoul2011-12-311-0/+26
| | | | Notes: svn path=/head/; revision=288357
* - Add USE_RC_SUBR with WITH_STANDALONE_MODEBeech Rintoul2011-12-312-5/+4
| | | | | | | | | | | - Fix pkg-desc PR: ports/163639 Submitted by: Takefu <takefu@airport.fm> Approved by: Doug Hardie <bc979@lafn.org> (maintainer) Notes: svn path=/head/; revision=288356
* - Forgot to remove PORTREVISIONSteve Wills2011-07-161-1/+0
| | | | Notes: svn path=/head/; revision=277820
* - Update to 4.1.0Steve Wills2011-07-167-108/+21
| | | | | | | | PR: ports/158780 Submitted by: Doug Hardie <bc979@lafn.org> (maintainer) Notes: svn path=/head/; revision=277819
* - remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276989
* proper usage of @dirrmtry macroAndrej Zverev2011-01-251-1/+1
| | | | | | | | | | PR: ports/153857 Submitted by: az@ Approved by: maintainer (timeout) Feature safe: yes Notes: svn path=/head/; revision=268226
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - use $SUB_FILES to dynamically adjust pkg-message + other changesPhilip M. Gollucci2010-01-313-12/+15
| | | | | | | | | PR: ports/142804 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: maintainer timeout (bc979@lafn.org; > 2 weeks) Notes: svn path=/head/; revision=248925
* - No need to define USE_REINPLACE these daysPav Lucistnik2009-01-081-1/+0
| | | | Notes: svn path=/head/; revision=225487
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-4/+0
| | | | Notes: svn path=/head/; revision=200760
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Re-enable IPv6 support after upgrading to 4.0.9.Hajimu UMEMOTO2006-08-012-8/+9
| | | | | | | Approved by: bc979__at__lafn.org (maintainer) Notes: svn path=/head/; revision=169373
* - Update to 4.0.9Johan van Selst2006-06-254-15/+43
| | | | | | | | | | | | - Assign submitter of PR as maintainer - Remove IPv6 patch PR: 97641 Submitted by: Doug Hardie Approved by: flz (mentor) Notes: svn path=/head/; revision=166328
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Add SHA256Pav Lucistnik2005-11-251-0/+2
| | | | Notes: svn path=/head/; revision=149429
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Install a simple config file.Sergey Matveychuk2005-07-312-0/+3
| | | | | | | | PR: ports/84368 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> Notes: svn path=/head/; revision=140527
* Update to 4.0.8.Hajimu UMEMOTO2005-05-152-7/+6
| | | | | | | Reported by: Rob <spamrefuse _at_ yahoo.com> Notes: svn path=/head/; revision=135279
* Use ume's IPv6 patch.Jean-Yves Lefort2005-05-102-5/+6
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=134994
* - Update to 4.0.7Jean-Yves Lefort2005-05-098-151/+48
| | | | | | | | | | - Use OPTIONS PR: ports/80794 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=134956
* Drop maintainershipMario Sergio Fujikawa Ferreira2005-03-051-1/+1
| | | | Notes: svn path=/head/; revision=130385
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-251-1/+0
| | | | Notes: svn path=/head/; revision=125124
* o update-status-headers configuration option should disable bothMario Sergio Fujikawa Ferreira2004-12-142-1/+17
| | | | | | | | | | | | | writing of "Status:" and "X-UIDL:" headers. However, that only happens with "Status:" header. Have qpopper honor it for "X-UIDL" one as well. o Bump PORTREVISION PR: 73336 Submitted by: Helge Oldach <mail-qpopper-uidl@oldach.net> Notes: svn path=/head/; revision=124023
* Really uphold the WITH_Y_OPTION '-y' command line parameter for the qpopper ↵Mario Sergio Fujikawa Ferreira2004-12-142-1/+30
| | | | | | | | | | daemon PR: 74813 Submitted by: Helge Oldach <mail-qpopper-uidl@oldach.net> Notes: svn path=/head/; revision=124006
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+3
| | | | Notes: svn path=/head/; revision=100321
* Add a knob WITHOUT_APOP for configurations where the apop-feature is in the way.Mark Linimon2003-12-043-57/+57
| | | | | | | | | | | | | | | Update OpenSSL-support, include security/openssl/bsd.openssl.mk, remove usage of deprecated librsaref/libRSAglue, add a knob WITHOUT_SSL. Pacify portlint. Terminate all sentences in comments with a period. Replace spaces with tabs in pre-everything:: messages to print out an aligned table. PR: ports/53401 Submitted by: Marius Strobl <marius@alchemy.franken.de> (Committed on behalf of lioux@, who is having machine problems) Notes: svn path=/head/; revision=95081