/archivers/dpkg/

o'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qmailadmin
Commit message (Collapse)AuthorAgeFilesLines
* mail/qmailadmin: Chase cracklib dictionary rename from r408137tobik2018-10-112-3/+3
| | | | | | PR: 213157 Submitted by: Florian Riehm <mail@friehm.de> Approved by: 2 year bug anniversary
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-10-311-6/+6
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-9/+9
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* - Fix licenseamdmi32015-11-131-13/+8
| | | | - Switch to USES=autoreconf
* - Fix install from non-rootamdmi32015-10-073-7/+15
| | | | | - Strip binary - Drop @dirrm* from plist
* Farewell qmail. You were good but the lack of an upstream maintainer orbdrewery2015-05-281-1/+1
| | | | | | ecosystem maintainers makes this not a viable mail system today. Personally I am moving to postfix and have so far found it incredibly easy to setup and already prefer it over qmail.
* Support LIBS like LDFLAGS.tijl2014-06-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Add CRACKLIB supportbdrewery2014-05-242-2/+90
| | | | | Submitted by: Matt Simerson <matt@simerson.net> Obtained from: http://sourceforge.net/p/qmailadmin/patches/28/
* Replace all @unexec /bin/rmdir with @unexec rmdirmat2014-04-251-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix build with vpopmail-5.4.33bdrewery2014-04-141-0/+54
| | | | Reported by: daily QAT
* Allow overriding webdir prefix via WEBPREFIXbdrewery2014-03-122-8/+12
|
* - Support STAGEDIRbdrewery2014-02-091-1/+0
|
* - Remove mail/qmailadmin-devel as is it older than mail/qmailadmin andbdrewery2013-10-201-2/+0
| | | | | | | | | unmaintained upstream. - Mark it as MOVED to mail/qmailadmin PR: ports/182619 Submitted by: bdrewery Approved by: maintainer timeout (2 weeks)
* - Add NO_STAGE until validated to be safe for upcoming staging supportbdrewery2013-09-201-0/+1
|
* - The build script is looking for aclocal/automake/autoconf and failingbdrewery2013-07-231-0/+3
| | | | | | if 1.1.4 is found. Add them as in dependencies and add --add-missing. Reported by: Alexander B. Zubkov
* Convert from USE_GMAKE to USES=gmakebdrewery2013-07-051-2/+1
|
* - Fix MODIFY_QUOTA after option helper conversionbdrewery2013-06-261-2/+2
| | | | | PR: ports/179979 Submitted by: Claudiu Bosioc <claudiu@casi.ro>
* - Fix configuring ezmlm-idx-7 mailing lists. Only apply thebdrewery2013-06-163-34/+383
| | | | | | | | patch [1] when using ezmlm-idx as it is not backwards compatible with ezmlm. Reported by: Marko Lerota <mlerota@claresco.hr> Obtained from: https://sourceforge.net/p/qmailadmin/patches/36/
* Use new options helpersbdrewery2013-06-151-63/+31
|
* Fix PORTSCOUT entry. Upstream has died and 1.2.16bdrewery2013-06-111-1/+1
| | | | does not build and is not released.
* - Fix ezmlm support by using subcommands of ezmlm-listbdrewery2013-04-24