aboutsummaryrefslogtreecommitdiff
path: root/comms/scmxx
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-2/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* converters/libiconv:Tijl Coosemans2015-04-151-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Cleanup plistBaptiste Daroussin2014-10-201-8/+0
| | | | Notes: svn path=/head/; revision=371247
* Stageify.Vanilla I. Shu2014-05-232-8/+8
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=354906
* - Convert USE_GMAKE/USE_BZIP2 to USESMartin Wilke2014-03-131-3/+1
| | | | Notes: svn path=/head/; revision=348047
* Remove trailing whitespaces from category commsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345400
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* Fix type (..if)Adam Weinberger2014-01-031-1/+1
| | | | Notes: svn path=/head/; revision=338559
* Convert comms to MDOCS and MEXAMPLES.Adam Weinberger2014-01-031-1/+4
| | | | | | | Hold-out shame list: perl Notes: svn path=/head/; revision=338555
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* - Fix i18n manpagesMartin Wilke2013-06-121-0/+2
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320690
* Convert the last USE_ICONV to USES=iconvBaptiste Daroussin2013-04-271-2/+1
| | | | Notes: svn path=/head/; revision=316695
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Change MAINTAINER addressThomas Abthorpe2013-01-091-6/+2
| | | | | | | | - Trim headers while I am here - Clean up some trailing whitespace Notes: svn path=/head/; revision=310162
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with B,C Notes: svn path=/head/; revision=240067
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* 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
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* - Fix pkg-plistMartin Wilke2006-07-301-4/+0
| | | | | | | | | PR: ports/100927 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor),maintainer Notes: svn path=/head/; revision=169137
* - Update to 0.9.0Marcus Alves Grando2006-04-294-8/+30
| | | | | | | | | | | | - Update pkg-descr - Respect CFLAGS PR: 94602 Submitted by: Ulrich Spoerlein <q___galgenberg.net> Approved by: maintainer Notes: svn path=/head/; revision=160829
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-8/+8
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* - Update to 0.8.1Sergey Matveychuk2005-10-1110-111/+5
| | | | | | | | PR: ports/87256 Submitted by: maintainer Notes: svn path=/head/; revision=144955
* - Update to 0.8.0Pav Lucistnik2005-07-1411-21/+113
| | | | | | | | PR: ports/83463 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=139224
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 0.7.5Volker Stolz2005-02-143-7/+7
| | | | | | | | PR: ports/77498 Submitted by: Janos Mohacsi (maintainer) Notes: svn path=/head/; revision=128807
* - Remove extra directories from ru and de man pages.Sergey Matveychuk2004-12-182-0/+7
| | | | | | | | | | - While I'm here: remove locale directories for ru and de also. PR: ports/75218 Submitted by: maintainer Notes: svn path=/head/; revision=124381
* - Update to 0.7.4:Sergei Kolobov2004-10-154-22/+25
| | | | | | | | | | | | | | | | - Added German and Russian translations - Configuration file changes PR: ports/72735 Submitted by: Janos Mohacsi (maintainer) While I'm here: - Move examples installation out of NOPORTDOCS check - Add CONFIGURE_TARGET to silense configure warning - Minor Makefile tweaks Notes: svn path=/head/; revision=119511
* Update to 0.7.3Kirill Ponomarev2004-08-042-4/+4
| | | | | | | | PR: ports/69955 Submitted by: maintainer Notes: svn path=/head/; revision=115397
* Update to 0.7.2Tilman Keskinoz2004-07-234-18/+21
| | | | | | | | PR: 69443 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=114477
* - Update to version 0.7.1Kirill Ponomarev2004-05-252-3/+3
| | | | | | | | PR: ports/67165 Submitted by: maintainer Notes: svn path=/head/; revision=109944
* - Update to 0.7.0Pav Lucistnik2004-04-283-5/+19
| | | | | | | | PR: ports/65819 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=107821
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update to 0.6.4.1Pav Lucistnik2004-01-272-3/+3
| | | | | | | | PR: ports/61983 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=99259
* - Update to version 0.6.4Kirill Ponomarev2003-09-243-15/+15
| | | | | | | | | | | | | | | - UCS-2 phonebook transfer mode - Phonebook hadling fixed - Apply the DOCSDIR and EXAMPLESDIR macro to pkg-plist - Remove missing example - Added russian man page - Change master_site to sourceforge PR: 56731 Submitted by: maintainer Notes: svn path=/head/; revision=89180
* Update to 0.6.3.8Sergey A. Osokin2003-06-232-4/+4
| | | | | | | | | Submitted by: maintainer PR: 53635 Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83490
* Update to 0.6.3.7Kevin Lo2003-04-162-2/+2
| | | | | | | | PR: 50995 Submitted by: MAINTAINER Notes: svn path=/head/; revision=79046
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Update to 0.6.3.5Tilman Keskinoz2003-01-183-28/+4
| | | | | | | | PR: 47164 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=73408
* Update to 0.6.3.1. Notable changes in this release:Christian Weisgerber2002-11-214-30/+38
| | | | | | | | | | | | | - Now uses libiconv to generalize the charset handling. It can also decode UCS2-encoded SMS, localize the date format, and add the status report request bit to outgoing SMSes. - SL45 also handled. PR: 45519 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=70695
* Update to version 0.6.1.6Kevin Lo2002-10-242-2/+2
| | | | | | | | PR: 44408 Submitted by: MAINTAINER Notes: svn path=/head/; revision=68708