1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

162 Commits

Author SHA1 Message Date
Tobias Kortkamp
d0ac9a4bcd mail/qpopper: Reset maintainer
The maintainer no longer uses qpopper.

PR:		222135
2018-12-25 07:16:02 +00:00
Eugene Grosbein
f0b50d36d3 mail/qpopper: grammar fix after r484938 2018-11-14 18:20:42 +00:00
Eugene Grosbein
8f0080b950 Fix mail/qpopper:
- remove MASTER_SITE ftp.qualcomm.com that is no more
  and add a couple of living distfile sources;

- describe custom BSD-style Quallcom license for the distfile;

- fix building with openssl-1.1.1 that no longer has SSLv2 support
  plus made struct ssl_st (SSL) completely opaque, so better use
  public interface SSL_session_reused() instead of direct access
  to now hidden "hit" part of struct; this works for previous
  openssl versions too.

No PORTREVISION bump as this fixed package building for FreeBSD 12+
and has no visible package changes for other supported branches.

PR:		232383
Reported by:	sbruno
Approved by:	bc979@lafn.org (maintainer timeout, 4 weeks)
2018-11-14 18:14:53 +00:00
Tijl Coosemans
1f5e6583f2 Patch configure instead of configure.in so USE_AUTOTOOLS can be removed. 2018-01-14 20:22:37 +00:00
Alexey Dokuchaev
3c8a36012b - Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
  their usage
2016-11-14 03:15:03 +00:00
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00
Dmitry Marakasov
009a0e19e1 - Fix typo (OPTION_SUB), unbreaks plist
- Unsilence installation
- Switch to relative symlink in bin

Approved by:	portmgr blanket
2016-10-26 17:25:24 +00:00
Mathieu Arnold
c6f651390a OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.

The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.

Sponsored by:	Absolight
2016-10-24 10:18:50 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
John Marino
f352d8a683 mail/qpopper: Move SSL requirement so it actually works
Approved by:	SSL blanket
2016-09-10 21:29:29 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Mathieu Arnold
7b46a49633 Don't echo in post-install, use pkg-message. Also, don't "fix"
pkg-message in post-install, use SUB_FILES/SUB_LIST.

Sponsored by:	Absolight
2016-07-18 16:41:19 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Bartek Rutkowski
05fb37be3e mail/qpopper: fix pkg-plist when not using APOP option
PR:		198300
Submitted by:	Helge Oldach <freebsd@oldach.net>
Approved by:	maintainer timeout (4 months)
MFH:		2015Q3
2015-07-20 09:30:14 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Dmitry Marakasov
25da035053 - Don't needlessly require gcc
PR:		198224
Submitted by:	amdmi3
Approved by:	bc979@lafn.org (maintainer)
2015-03-04 16:31:54 +00:00
Tijl Coosemans
97eb943648 Fix build when OpenSSL doesn't support SSL2/SSL3
PR:		195796
2015-01-09 18:28:29 +00:00
Baptiste Daroussin
95071b0abc Simplify plist
Use @sample
2014-10-31 23:26:26 +00:00
Matthias Andree
f869ec74bc Sanitize @mode u+s to @mode 04555 and bump PORTREVISION.
PR:		185285 (regression)
Approved by:	portmgr (antoine)
2014-08-27 21:10:07 +00:00
Adam Weinberger
8e7fd48a29 Rename mail/ patch-xy patches to reflect the files they modify. 2014-07-28 23:20:38 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- 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)
2014-06-11 14:49:59 +00:00
Rene Ladan
648967b107 Fix typo in pkg-plist and sanitize creation/removal of (sample)
configuration files.

Prodded by:	swills
Approved by:	(followup of r350186 and r350187)
2014-04-07 16:28:41 +00:00
Rene Ladan
f327289438 - Add daemon group for mail/qpopper
- Bump PORTREVISION of mail/qpopper
2014-04-04 23:46:16 +00:00
Rene Ladan
31d208c0bd - Stage support (hackish...)
- 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)
2014-04-04 23:45:06 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Jason Helfman
d4a5e1e0b0 - adoption of optionsNG
- while here trim header

PR:		172378
Submitted by:	doug@lafn.org
Approved by:	maintainer timeout, 42 days
Feature safe:	yes
2012-11-30 19:03:49 +00:00
Chris Rees
f411d52623 Qpopper's configure script tries to detect sendmail in a number of common
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)
2012-04-18 08:56:02 +00:00
Doug Barton
f48a045cf9 Move version 1.4 of this file to files/ where it belongs. 2012-02-14 21:35:43 +00:00
Doug Barton
50ee3c22d9 Fix rc.d script
Requested by: maintainer
2012-02-14 10:59:49 +00:00
Philip M. Gollucci
33edb471b7 - Fix qpopper.in file location
PR:             ports/164463
Submitted by:   Takefu <takefu@airport.fm>
Approved by:    maintainer timeout (bc979@lafn.org ; 16 days)
2012-02-11 22:30:09 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Beech Rintoul
b4bf4985f6 Add qpopper.in 2011-12-31 21:50:43 +00:00
Beech Rintoul
3250dcc250 - Add USE_RC_SUBR with WITH_STANDALONE_MODE
- Fix pkg-desc

PR:		ports/163639
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	Doug Hardie <bc979@lafn.org> (maintainer)
2011-12-31 21:48:05 +00:00
Steve Wills
12382421d5 - Forgot to remove PORTREVISION 2011-07-16 23:22:33 +00:00
Steve Wills
e85592807b - Update to 4.1.0
PR:		ports/158780
Submitted by:	Doug Hardie <bc979@lafn.org> (maintainer)
2011-07-16 23:20:11 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Andrej Zverev
3174c4ace9 proper usage of @dirrmtry macro
PR:		ports/153857
Submitted by:	az@
Approved by:	maintainer (timeout)
Feature safe:	yes
2011-01-25 19:11:30 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Philip M. Gollucci
12bddd24fd - use $SUB_FILES to dynamically adjust pkg-message + other changes
PR:             ports/142804
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    maintainer timeout (bc979@lafn.org; > 2 weeks)
2010-01-31 03:44:30 +00:00
Pav Lucistnik
aa6dc6e7bd - No need to define USE_REINPLACE these days 2009-01-08 16:58:29 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Edwin Groothuis
bdd556264e Remove support for OSVERSION < 5 2007-10-03 23:34:16 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Hajimu UMEMOTO
d3beccfcf2 Re-enable IPv6 support after upgrading to 4.0.9.
Approved by:	bc979__at__lafn.org (maintainer)
2006-08-01 18:30:27 +00:00
Johan van Selst
dce18e1bf4 - Update to 4.0.9
- Assign submitter of PR as maintainer
- Remove IPv6 patch

PR:		97641
Submitted by:	Doug Hardie
Approved by:	flz (mentor)
2006-06-25 19:58:41 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Pav Lucistnik
145be4426a - Add SHA256 2005-11-25 15:31:02 +00:00