aboutsummaryrefslogtreecommitdiff
path: root/comms/gnokii
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.6.28Tilman Keskinoz2009-09-1110-571/+112
| | | | | | | | PR: 138674 Submitted by: maintainer Notes: svn path=/head/; revision=241224
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix build with custom LOCALBASE.Ion-Mihai Tetcu2009-06-062-1/+33
| | | | | | | | Submitted by: maintainer Reported by: QATty Notes: svn path=/head/; revision=235322
* Presenting GNOME 2.26 for FreeBSD. SeeJoe Marcus Clarke2009-04-101-2/+2
| | | | | | | | | | | | | | | | http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach. Notes: svn path=/head/; revision=231972
* - Mark MAKE_JOBS_SAFE for SMP compilationMartin Wilke2009-03-261-0/+1
| | | | | | | | PR: 133067 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=231074
* - Fix build in presence of mpeg4ip by hardcoding /usr/lib/spd.so (mpeg4ipPav Lucistnik2009-03-226-13/+51
| | | | | | | | | | | installs another spd.so to localbase) PR: ports/131778 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Reported by: Vladimir Kushnir <vkushnir@bigmir.net> Notes: svn path=/head/; revision=230699
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-091-1/+3
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* - A function in gnokii happens to use strndup() which is implementedPhilip M. Gollucci2009-02-042-0/+12
| | | | | | | | | | | only in 8.0, so revert it to a simple strdup(). PR: ports/131350 Reported by: ledondo2000 at gmail.com Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=227595
* - Update to 0.6.27Martin Wilke2009-01-115-15/+410
| | | | | | | | PR: 128589 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=225745
* Chase devel/libical updateMax Brazhnikov2009-01-041-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=225233
* - Register conflicts between gnokii, smstools and sendsmsPav Lucistnik2008-11-141-0/+2
| | | | | | | Reported by: ganbold of EFnet Notes: svn path=/head/; revision=222830
* 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
* - Bring Makefile header to canonical form (reindent and augment)Alexey Dokuchaev2008-07-272-75/+38
| | | | | | | | | | | | | | | | | | - Manual pages are not subject to NOPORTDOCS filtering, fix this - Handle pkg-message word expansion in a preferred manner - Convert to use OPTIONS - Simplify and cleanup Makefile - Explicit glib20 dependency is useless in X11 case (implied by gtk20) - Drop libgnome dependency, xgnokii does not link with it per what I see - Drop RUN_DEPENDS introduced in rev. 1.68, as it is bogus (port does not install any perl bits) [*] - Trim overly long INSTALL statements Approved by: maintainer Pointy hat to: miwi [*] Notes: svn path=/head/; revision=217709
* - Fix build and install when CONFIGURE_TARGET is prepended to executable ↵Rong-En Fan2008-07-142-23/+18
| | | | | | | | | | | | | | | | | | files [1] - Add missing dependency on glib2 [2] - gettext is required by configure unconditionally, so remove WITHOUT_NLS [3] PR: ports/125509 Reported by: Carsten Jonstrup <carsten.jonstrup at gmail.com> and Alastair Watts <awatts at pett.com.au> [1], Alastair Watts <awatts at pett.com.au> [2], rafan [3] Submitted by: Guido Falsi <mad at madpilot.net> (maintainer) Approved by: Guido Falsi <mad at madpilot.net> (maintainer) Notes: svn path=/head/; revision=216820
* - Add missing textproc/p5-XML-Parser dependency.Martin Wilke2008-07-071-0/+4
| | | | | | | | PR: 125361 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=216459
* - Update to 0.6.26Pav Lucistnik2008-06-1214-176/+117
| | | | | | | | PR: ports/124305 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=214711
* 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 unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Fix buildRong-En Fan2008-03-181-1/+2
| | | | | | | | Reported by: pointyhat via pav Submitted by: Scot Hetzel <swhetzel at gmail.com> Notes: svn path=/head/; revision=209280
* - Fix automatic dependenciesRong-En Fan2008-03-161-4/+16
| | | | | | | | | PR: ports/121687 Submitted by: Scot Hetzel <swhetzel at gmail.com> Approved by: Guido Falsi <mad at madpilot.net> (maintainer) Notes: svn path=/head/; revision=209140
* - Fix fetchPav Lucistnik2008-02-161-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=207333
* - Update to 0.6.22Pav Lucistnik2007-12-147-29/+51
| | | | | | | | PR: ports/118692 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=203655
* o Fix: correctly detect and use devel/libusbMario Sergio Fujikawa Ferreira2007-12-111-0/+17
| | | | | | | | | | o Add WITH_USB knob PR: 118070 Approved by: maintainer Notes: svn path=/head/; revision=203039
* - Update to 0.6.18Martin Wilke2007-07-265-19/+19
| | | | | | | | PR: 114914 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=196337
* - Update to 0.6.17Pav Lucistnik2007-06-276-42/+64
| | | | | | | | PR: ports/113926 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=194338
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-10/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Drop 4.X gruft.Martin Wilke2007-04-231-9/+1
| | | | | | | | | PR: 111942 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Approved by: maintainer Notes: svn path=/head/; revision=190691
* - Update to 0.6.14Rong-En Fan2006-09-064-5/+28
| | | | | | | | PR: ports/102918 Submitted by: Guido Falsi <mad at madpilot.net> (maintainer) Notes: svn path=/head/; revision=172389
* Update to 0.6.12 and make it fetchable again.Emanuel Haupt2006-04-093-76/+15
| | | | | | | | | PR: 95340 Submitted by: self Approved by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=159223
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Fix build when WITH_SMSD and WITH_PGSQL are defined (cause was a malformedSam Lawrance2005-11-301-1/+1
| | | | | | | | | | | sed command). PR: ports/89422 Submitted by: Scot W. Hetzel <swhetzel@gmail.com> Approved by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=149988
* Update to 0.6.10Marcus Alves Grando2005-11-136-41/+48
| | | | | | | | | | Add SHA256 PR: 88921 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=148141
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 0.6.8Sam Lawrance2005-08-282-7/+6
| | | | | | | | PR: ports/84641 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=141118
* - Update to 0.6.7Pav Lucistnik2005-05-195-40/+15
| | | | | | | | PR: ports/81198 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=135620
* - Update MASTER_SITES, website reorganizedPav Lucistnik2005-05-131-2/+2
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=135178
* - Fix WITHOUT_X11Pav Lucistnik2005-05-071-2/+11
| | | | | | | | PR: ports/80683 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=134786
* - Update to 0.6.5Pav Lucistnik2005-05-055-14/+28
| | | | | | | | PR: ports/80631 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=134657
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+2
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* - Add optional knob for libicalPav Lucistnik2004-12-282-2/+19
| | | | | | | | | PR: ports/75442 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Requested by: Sven Berkvens-Matthijsse <sven@berkvens.net> Notes: svn path=/head/; revision=125375
* [maintainer update] comms/gnokii update to 0.6.4Edwin Groothuis2004-10-264-9/+45
| | | | | | | | | | | upgrade to 0.6.4 just released. Added a knob tolink smsd to glib2. minor changes to the messages regarding smsd in pre-fetch. PR: ports/72929 Submitted by: Guido Falsi <mad@madpilot.net> Notes: svn path=/head/; revision=120191
* Support WITHOUT_NLSKirill Ponomarev2004-07-112-11/+18
| | | | Notes: svn path=/head/; revision=113387
* Update to 0.6.3Kirill Ponomarev2004-07-085-34/+40
| | | | | | | | PR: ports/68812 Submitted by: maintainer Notes: svn path=/head/; revision=113214
* - Fix pkg-message processing for people whom ${PKGDIR} != ${.CURDIR}Pav Lucistnik2004-05-021-1/+1
| | | | | | | | PR: ports/66183 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=108222
* - Fix dependencies in WITHOUT_X11 casePav Lucistnik2004-05-021-1/+1
| | | | | | | | PR: ports/66097 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=108150
* - Fix build on 4-xKirill Ponomarev2004-04-211-1/+1
| | | | | | | Approved by: marcus (portmgr) Notes: svn path=/head/; revision=107780
* - Fix build on 4-xKirill Ponomarev2004-04-181-0/+4
| | | | Notes: svn path=/head/; revision=107392
* - Update to version 0.6.1Kirill Ponomarev2004-04-144-13/+15
| | | | | | | | PR: ports/65547 Submitted by: maintainer Notes: svn path=/head/; revision=107074
* . Re-add the Savannah mirrors to MASTER_SITES.Greg Lewis2004-03-091-1/+2
| | | | | | | | PR: 63934 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=103455
* - Update MASTER_SITES and pkg-descrKirill Ponomarev2004-03-072-8/+9
| | | | | | | | PR: ports/63893 Submitted by: maintainer Notes: svn path=/head/; revision=103222