aboutsummaryrefslogtreecommitdiff
path: root/comms/scmxx
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* add scmxx 0.6.1.5Ying-Chieh Liao2002-09-186-0/+75
Data exchange utility for Siemens mobile phones PR: 39707 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=66562