aboutsummaryrefslogtreecommitdiff
path: root/mail/crm114
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail/crm114: fix build with -fno-commonFernando Apesteguía2020-10-012-6/+303
| | | | | | | | PR: 249989 Submitted by: glebius@FreeBSD.org Notes: svn path=/head/; revision=550766
* Extend expiration of ports broken with -fno-commonNiclas Zeising2020-08-301-3/+3
| | | | | | | | | | | | | | | | | Extend the expiration of unmaintained leaf ports that are broken with -fno-common and previously had a short expiration date. The new date is set to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people until 2021-06-30 (10 months from now) to fix issues. Improve the wording of the deprecation message, mentioning both llvm 11 and -fno-common. Bump portrevision to force reinstall. This way the warning message about deprecation will be displayed to users installing or reinstalling the software. MFH: 2020Q3 (maybe) Notes: svn path=/head/; revision=547044
* mail/crmi114x buid on current and deprecateTobias C. Berner2020-08-281-0/+5
| | | | Notes: svn path=/head/; revision=546776
* mail/crm114: strip gettext-runtime requisiteMatthias Andree2019-10-211-4/+2
| | | | | | | | PR: 226608 Reported by: Igor Sysoev Notes: svn path=/head/; revision=515119
* Reduce number of requisites.Matthias Andree2019-09-081-4/+10
| | | | | | | | | | | | | Corey has decided to give up maintainership. Thanks for your past efforts! While here, run ${STRIP_CMD} on executables in bin/. PR: 226608 Submitted by: Corey Halpin (maintainer) Reported by: Igor Sysoev Notes: svn path=/head/; revision=511596
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* 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
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373086
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-152-18/+18
| | | | Notes: svn path=/head/; revision=361961
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-3/+3
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* - Stage supportMartin Wilke2014-05-191-37/+13
| | | | | | | | PR: 189892 Submitted by: maintainer Notes: svn path=/head/; revision=354486
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Use standard PGO_DESC from the pool.Alexey Dokuchaev2013-06-021-1/+0
| | | | Notes: svn path=/head/; revision=319665
* Convert to new options frameworkBaptiste Daroussin2013-06-011-12/+10
| | | | Notes: svn path=/head/; revision=319615
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 20100106Philip M. Gollucci2010-01-112-5/+4
| | | | | | | | PR: ports/142503 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=247593
* - Update to 20091225Martin Wilke2009-12-252-6/+6
| | | | | | | | PR: 142023 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=246656
* - Chase libtre shlib bumpMartin Wilke2009-12-221-1/+2
| | | | Notes: svn path=/head/; revision=246443
* - Update to 20090423Beat Gaetzi2009-05-133-13/+20
| | | | | | | | | | | | | | - Pass maintainership to submitter Note: css files will have to be rebuilt to work against this version, as the data file format has changed. PR: ports/134213 Submitted by: Corey Halpin <chalpin AT cs.wisc.edu> Approved by: hideo <hideo AT lastamericanempire.com> (old maintainer), miwi (mentor) Notes: svn path=/head/; revision=233838
* Fix typo on COMMENTMario Sergio Fujikawa Ferreira2009-04-221-1/+1
| | | | Notes: svn path=/head/; revision=232484
* Add WITH_PGO to build with Profile-Guided OptimizationMario Sergio Fujikawa Ferreira2009-04-221-3/+37
| | | | | | | | PR: 133356 Approved by: maintainer Notes: svn path=/head/; revision=232481
* - Pass maintainership to submitterThomas Abthorpe2009-02-131-1/+1
| | | | | | | Submitted by: hideo via freebsd-ports@ Notes: svn path=/head/; revision=228218
* o rewriteutil.crm requires the same crm binary location fix as theMario Sergio Fujikawa Ferreira2008-08-071-1/+2
| | | | | | | | other crm recipes o Bump PORTREVISION due to crm recipe change Notes: svn path=/head/; revision=218172
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 114Martin Wilke2008-04-252-5/+5
| | | | | | | | PR: 122304 Submitted by: Corey Halpin <chalpin+d+1207418886.2e431b@cs.wisc.edu> Notes: svn path=/head/; revision=211965
* - Update to 119870Martin Wilke2008-01-212-5/+5
| | | | | | | | PR: 119870 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> Notes: svn path=/head/; revision=205999
* Update to 20070810Michael Nottebrock2007-09-072-5/+5
| | | | Notes: svn path=/head/; revision=199049
* Update to 20070731.Michael Nottebrock2007-08-093-25/+19
| | | | Notes: svn path=/head/; revision=197402
* BROKEN: UnfetchableKris Kennaway2007-08-091-0/+2
| | | | Notes: svn path=/head/; revision=197399
* - Update to 20070622Martin Wilke2007-07-062-5/+5
| | | | | | | | PR: 114351 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> Notes: svn path=/head/; revision=195074
* - Update to 20070428Martin Wilke2007-05-272-4/+4
| | | | | | | Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (via privat mail) Notes: svn path=/head/; revision=192149
* - Update MASTER_SITESMartin Wilke2007-05-011-3/+1
| | | | Notes: svn path=/head/; revision=191296
* - Update to 20070406Martin Wilke2007-04-242-10/+14
| | | | | | | | PR: 112018 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> Notes: svn path=/head/; revision=190834
* - Update to 20070301Martin Wilke2007-03-283-6/+7
| | | | | | | | PR: 110976 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> Notes: svn path=/head/; revision=188694
* Reset meno.abels@adviser.com due to maintainer-timeouts and no responseMark Linimon2007-02-271-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=186103
* - Update to 20061103Gabor Kovesdan2007-01-123-8/+11
| | | | | | | | | | PR: ports/107294 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> Approved by: erwin (mentor), maintainer timeout Notes: svn path=/head/; revision=182257
* Update to 20060118.Sam Lawrance2006-04-294-57/+37
| | | | | | | | | PR: ports/92812 Submitted by: hideo <hideo@lastamericanempire.com> Approved by: Meno Abels <Meno.Abels@Adviser.com> (maintainer) Notes: svn path=/head/; revision=160764
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* update to 20050518Renato Botelho2005-07-183-5/+26
| | | | | | | | | PR: ports/83661 Submitted by: Radim Kolar <hsn@netmag.cz> Approved by: Meno Abels <Meno.Abels@Adviser.com> (maintainer), flz (mentor) Notes: svn path=/head/; revision=139522
* Add post-patch reinplace to fix a few of my botchesSam Lawrance2005-06-101-2/+7
| | | | | | | | | | | | | - don't static link (PORTREVISION++ for this) - obey CFLAGS, LDFLAGS - allow it to build on 4.x as a result of PR: ports/79345 Approved by: maintainer (timeout, 2 months) Notes: svn path=/head/; revision=137179
* Update to 20041231 ("well-tested" version)Sam Lawrance2005-06-105-115/+8
| | | | | | | | | PR: ports/79345 Submitted by: Garrett Wollman <wollman@freebsd.org> Approved by: maintainer (timeout 2 months) Notes: svn path=/head/; revision=137159
* Chase libraries for new textproc/libtre version.Kirill Ponomarev2004-10-261-1/+1
| | | | Notes: svn path=/head/; revision=120242