non port: mail/popper/Makefile |
Number of commits found: 26 |
Wednesday, 11 Jun 2014
|
14:50 tijl
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)
 |
Tuesday, 17 Dec 2013
|
16:28 swills
- Release maintainership at maintainer request
PR: ports/184452
Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
 |
Tuesday, 19 Nov 2013
|
07:31 bapt
Rename the port popper to match the directory it is in and fix collision with
mail/qpopper
Discussed with: Doug Hardie <bc979@lafn.org> (maintainer of mail/qpopper)
 |
Friday, 20 Sep 2013
|
19:59 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
 |
Saturday, 14 Jan 2012
|
20:01 miwi
- Fix build with CLANG
PR: 163937
Submitted by: maintainer
 |
Tuesday, 30 Aug 2011
|
15:47 mandree
Make Mikhail Tsatsenko, m.tsatsenko at gmail.com, the new maintainer.
 |
07:49 ache
Remove myself from MAINTAINER
 |
Saturday, 25 Dec 2010
|
16:55 sunpoet
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat)
 |
Thursday, 6 Aug 2009
|
12:37 ache
Add PORTSCOUT hint to prevent it from picking up version 4.x
(qpopper port uses 4.x version)
PR: 136105
Submitted by: Edmondas Girkantas <eg@fbsd.lt>
 |
Wednesday, 22 Dec 2004
|
08:03 vs
- Fix invocation of pkg-install-script
- Use PLIST_FILES (me)
PR: ports/72240
Submitted by: Helge Oldach
Approved by: maintainer
 |
Monday, 6 Dec 2004
|
11:52 krion
Portlint(1)
 |
Tuesday, 21 Sep 2004
|
18:21 brian
Don't free the APOP auth string before checking it.
Bump PORTREVISION.
Approved by: portmgr (marcus@), ache@
 |
Thursday, 11 Dec 2003
|
20:02 marcus
Revert my last commit. According to ache, the maintainer, this is fixed
locally in this port's patches. Sorry for jumping the gun, but better safe
than sorry.
Requested by: ache
 |
16:49 marcus
With my portmgr hat on, mark this port FORBIDDEN as it contains a remotely
exploitable privilege escalation vulnerability. See
http://www.eudora.com/qpopper/#BUFFER for more details.
Reported by: kensmith
 |
Friday, 7 Mar 2003
|
06:06 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Wednesday, 7 Nov 2001
|
13:18 ache
Use LATEST_LINK = popper to stop confusing with qpopper
 |
Friday, 2 Nov 2001
|
10:02 ache
Use ${SH} to run pkg-install. It seems that CTM not preserve x-bit
 |
Friday, 19 Oct 2001
|
12:26 ache
Move user adding into pkg-install
 |
Tuesday, 2 Oct 2001
|
18:01 ache
Fix auth for non-OPIE users
 |
Sunday, 12 Aug 2001
|
21:11 ache
Rename variables using WITH_POPPER_ prefix
 |
Monday, 30 Jul 2001
|
16:51 ache
Switch to OPIE
 |
Monday, 19 Feb 2001
|
15:58 ache
Bump PORTREVISION I forget
 |
Tuesday, 16 Jan 2001
|
17:33 sobomax
Massive style enforcement - use ^I instead of spaces for variables identation.
 |
Thursday, 25 May 2000
|
08:50 kris
unFORBID this port by closing the overflow
 |
Wednesday, 24 May 2000
|
20:55 kris
Mark FORBIDDEN due to Yet Another Qpopper Overflow
 |
Tuesday, 23 May 2000
|
08:11 sobomax
Distfile has been moved into different directory, so update MASTER_SITES.
 |
Number of commits found: 26 |