aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gnokii
Commit message (Collapse)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Convert to USES=mysqlmadpilot2016-04-271-1/+1
|
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix configure when both X11 and SMSD options are off [1]madpilot2015-06-159-33/+32
| | | | | | | (this port always requires glib20) - While here regenerate patches to silence portlint warnings Reporterd by: Marc van Houtum <marc at dutchsecurity.net> (by email) [1]
* 2 ports categories: Remove $PTHREAD_LIBSmarino2015-03-252-24/+13
| | | | | | | | | | Categories: net-p2p, comms Note that qrq was not properly staged, it failed stage-QA. aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA with a fs violation, but it may be acceptable. Fixes added to both. approved by: PTHREAD blanket
* Cleanup plistbapt2014-10-201-3/+0
|
* - Chase database/sqlite3 slib bumpmiwi2014-06-281-1/+1
| | | | Approved by: portmgr (myself)
* Use MAKE_CMD instead of GMAKEbapt2014-06-251-3/+3
|
* Support LIBS like LDFLAGS.tijl2014-06-113-30/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Fix pkg-install, forgotten in previous commit.madpilot2014-05-112-2/+2
|
* - Add USES=libtoolmadpilot2014-05-112-7/+3
| | | | - Don't install .la files
* Convert to USES=pgsqlbapt2014-05-081-1/+1
|
* Fix build on head.madpilot2014-03-281-2/+2
| | | | Reported by: pkg-fallout
* Convert to new USES=tarmadpilot2014-03-171-2/+1
|
* Update to 1.0.kwm2014-01-131-1/+1
| | | | | | Update Comment Add LICENSE blob. Stagify.
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1
| | | | LIB_DEPENDS in comms
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery)
* - Support stagingmadpilot2013-09-292-34/+22
| | | | | - Convert to new LIB_DEPENDS format - Use options helpers
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | comms)
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* - Add patch to avoid a bus error while starting the software.madpilot2013-08-142-2/+21
| | | | | | | | | Many thanks to the Mike Bernard for reporting and helping me debug this problem. While here remove obsolete MAKE_JOBS_SFE flag Reported by: Mike Barnard Kwatampora <mike.barnardq@gmail.com>
* Convert the ports I maintain to USES=gmake.madpilot2013-07-091-2/+1
|
* In preparation of removing devel/libusb (expires 2013-04-30), remove itrene2013-04-301-5/+1
| | | | | | | | | | | | | | | from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* -Update devel/libical to 0.48.mezz2012-12-301-1/+1
| | | | | | | | | | | | -Update the header -OPTIONSng -Use the ltverhack to correct the shared library version (44 -> 0). Bump the rest ports that depend on devel/libical because of shared library version has been changed. Document the update in UPDATING. PR: ports/173540 Remind by: Marcin Cieslak <saper@saper.info>
* Trim Makefile headers for ports I maintain.madpilot2012-12-111-5/+1
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1
| | | | Approved by: portmgr@ (bapt@)
* - Use new options framework "MULTI" feature.madpilot2012-06-091-6/+6
| | | | Approved by: crees, tabthorpe (mentors, implicit)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Convert to new options frameworkmadpilot2012-06-011-39/+51
| | | | | | | | | | - Remove uneeded double quotes - While here fix various portlint warnings - Indent make conditionals and loop Approved by: Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer) Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232 maintainer) Approved by: tabthorpe (mentor)
* Change to my FreeBSD.org email address.madpilot2012-04-151-1/+1
| | | | Approved by: crees (mentor)
* - Update to 0.6.31zi2011-12-114-34/+55
| | | | | | PR: ports/163158 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Feature safe: yes
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-2/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* Fix build with clangarved2011-07-141-1/+2
| | | | | PR: 158660 Submitted by: maintainer
* Change this port to use the GROUPS variablerene2011-06-072-26/+1
| | | | | | PR: ports/157545 Submitted by: Chris Rees [utisoft gmail com] Approved by: maintainer
* - Update to 0.6.30beat2011-01-264-19/+18
| | | | | | | | | | - Add LICENSE information - Add SQLite support option - Remove MD5 checksum PR: ports/154303 Submitted by: Guido Falsi <mad AT madpilot.net> (maintainer) Feature safe: yes
* - Fix buildmiwi2010-06-051-0/+12
| | | | | | PR: 147288 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: maintianer
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* Update libical to 0.44.marcus2010-05-221-1/+1
|
* - Update to 0.6.29miwi2010-05-108-120/+72
| | | | | PR: 146129 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Add missing dependency on intltoolamdmi32010-01-151-2/+2
| | | | | | | | - While here, fix handling of manpage which is installed unconditionally (approved by maintainer) PR: 142834 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Reported by: Ebbe Hjorth <info at ebbehjorth.dk>
* Update to 0.6.28arved2009-09-1110-571/+112
| | | | | PR: 138674 Submitted by: maintainer
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Fix build with custom LOCALBASE.itetcu2009-06-072-1/+33
| | | | | Submitted by: maintainer Reported by: QATty
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-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.
* - Mark MAKE_JOBS_SAFE for SMP compilationmiwi2009-03-261-0/+1
| | | | | PR: 133067 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Fix build in presence of mpeg4ip by hardcoding /usr/lib/spd.so (mpeg4ippav2009-03-236-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>
* - Chase libusb20 rename in r189585.stas2009-03-101-1/+3
| | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
* - A function in gnokii happens to use strndup() which is implementedpgollucci2009-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)
* - Update to 0.6.27miwi2009-01-125-15/+410
| | | | | PR: 128589 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Chase devel/libical updatemakc2009-01-041-1/+1
| | | | Approved by: miwi (mentor)
* - Register conflicts between gnokii, smstools and sendsmspav2008-11-141-0/+2
| | | | Reported by: ganbold of EFnet
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* - Bring Makefile header to canonical form (reindent and augment)danfe2008-07-282-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 [*]
* - Fix build and install when CONFIGURE_TARGET is prepended to executable ↵rafan2008-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)
* - Add missing textproc/p5-XML-Parser dependency.miwi2008-07-071-0/+4
| | | | | PR: 125361 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update to 0.6.26pav2008-06-1214-176/+117
| | | | | PR: ports/124305 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - Fix buildrafan2008-03-181-1/+2
| | | | | Reported by: pointyhat via pav Submitted by: Scot Hetzel <swhetzel at gmail.com>
* - Fix automatic dependenciesrafan2008-03-161-4/+16
| | | | | | PR: ports/121687 Submitted by: Scot Hetzel <swhetzel at gmail.com> Approved by: Guido Falsi <mad at madpilot.net> (maintainer)
* - Fix fetchpav2008-02-171-2/+2
| | | | Reported by: pointyhat
* - Update to 0.6.22pav2007-12-157-29/+51
| | | | | PR: ports/118692 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* o Fix: correctly detect and use devel/libusblioux2007-12-121-0/+17
| | | | | | | o Add WITH_USB knob PR: 118070 Approved by: maintainer
* - Update to 0.6.18miwi2007-07-275-19/+19
| | | | | PR: 114914 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update to 0.6.17pav2007-06-276-42/+64
| | | | | PR: ports/113926 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-202-10/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Drop 4.X gruft.miwi2007-04-231-9/+1
| | | | | | PR: 111942 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Approved by: maintainer
* - Update to 0.6.14rafan2006-09-064-5/+28
| | | | | PR: ports/102918 Submitted by: Guido Falsi <mad at madpilot.net> (maintainer)
* Update to 0.6.12 and make it fetchable again.ehaupt2006-04-103-76/+15
| | | | | | PR: 95340 Submitted by: self Approved by: Guido Falsi <mad@madpilot.net> (maintainer)
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Fix build when WITH_SMSD and WITH_PGSQL are defined (cause was a malformedlawrance2005-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)
* Update to 0.6.10mnag2005-11-146-41/+48
| | | | | | | Add SHA256 PR: 88921 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to 0.6.8lawrance2005-08-282-7/+6
| | | | | PR: ports/84641 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update to 0.6.7pav2005-05-195-40/+15
| | | | | PR: ports/81198 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update MASTER_SITES, website reorganizedpav2005-05-131-2/+2
| | | | Reported by: krismail
* - Fix WITHOUT_X11pav2005-05-071-2/+11
| | | | | PR: ports/80683 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update to 0.6.5pav2005-05-055-14/+28
| | | | | PR: ports/80631 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Split the postgresql ports into a server and a client part.girgen2005-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)
* - Add optional knob for libicalpav2004-12-292-2/+19
| | | | | | PR: ports/75442 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Requested by: Sven Berkvens-Matthijsse <sven@berkvens.net>
* [maintainer update] comms/gnokii update to 0.6.4edwin2004-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>
* Support WITHOUT_NLSkrion2004-07-112-11/+18
|
* Update to 0.6.3krion2004-07-085-34/+40
| | | | | PR: ports/68812 Submitted by: maintainer
* - Fix pkg-message processing for people whom ${PKGDIR} != ${.CURDIR}pav2004-05-031-1/+1
| | | | | PR: ports/66183 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* - Fix dependencies in WITHOUT_X11 casepav2004-05-021-1/+1
| | | | | PR: ports/66097 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Fix build on 4-xkrion2004-04-221-1/+1
| | | | Approved by: marcus (portmgr)
* - Fix build on 4-xkrion2004-04-181-0/+4
|
* - Update to version 0.6.1krion2004-04-154-13/+15
| | | | | PR: ports/65547 Submitted by: maintainer
* . Re-add the Savannah mirrors to MASTER_SITES.glewis2004-03-101-1/+2
| | | | | PR: 63934 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update MASTER_SITES and pkg-descrkrion2004-03-082-8/+9
| | | | | PR: ports/63893 Submitted by: maintainer
* - Update to 0.6.0pav2004-02-242-3/+3
| | | | | PR: ports/63281 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Teach included libtool to not be clever about -lc_rpav2004-02-151-0/+15
| | | | | PR: ports/62839 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update to 0.5.10pav2004-02-146-63/+45
| | | | | | | - Give maintainership to submitter PR: ports/62800 Submitted by: Guido Falsi <mad@madpilot.net>
* Set {WANT,USE}_GNOME correctly to make these ports compatible with the newmarcus2004-02-041-0/+2
| | | | | | bsd.port.mk. Submitted by: kris
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* Fix build on AMD64arved2004-01-311-1/+1
|
* SIZEify.trevor2004-01-291-0/+1
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* - Update to 0.5.8 [1]sergei2004-01-096-79/+15
| | | | | | | - Fix pkg-plist: .mo files do not seem to get installed PR: 61121 [1] Submitted by: Guido Falsi <mad@madpilot.net>
* - Update to 0.5.7pav2003-12-173-23/+3
| | | | | PR: ports/60297 Submitted by: Guido Falsi <mad@madpilot.net>
* - Fix build when older version is already installed. This will preferpav2003-12-161-1/+1
| | | | | | | newly build libgnokii on linking. PR: ports/60253 Reported by: Krzysztof Stryjek <wtp+gnokii@bsdguru.org>
* - Update to 0.5.6pav2003-12-059-46/+208
| | | | | | | | | - Add WITH_SMSD knob to enable build of SMS messaging daemon with optional MySQL or Postgresql backend PR: ports/54498 Submitted by: Guido Falsi <mad@madpilot.net> Approved by: adamw (mentor)
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-49/+49
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Pass gnokii maintainership to ports@. I only passively use gnokii for SMSanders2003-10-201-1/+1
| | | | nowadays.
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* By me:anders2003-05-2112-95/+215
| | | | | | | | | | | | | | | - Update to 0.5.0. - Add ftp.gnokii.org as MASTER_SITE, as it is back. And from Simon: - Fix package building - use pkg-install for adding/removing the gnokii group. - Use REINPLACE_CMD instead of sed for cleanliness. - Unbreak building on -current. PR: ports/47516 Submitted by: Simon Schubert <corecode@corecode.ath.cx> (partly)
* Remove USE_GNOMENG.marcus2003-04-181-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove broken master site.anders2002-11-061-1/+1
| | | | Reported by: jhs
* Remove empty patch.anders2002-09-251-0/+0
| | | | | PR: 42189 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Add a private master site, making the distfile fetchable again.anders2002-09-251-1/+2
|
* Deploy USE_GNOMENG infrastructurelioux2002-08-301-1/+2
| | | | | PR: 42190 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to version 0.4.3.anders2002-08-147-35/+30
|
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Update to 0.4.0 pre20. This brings support for several more Nokiaanders2002-05-2311-97/+118
| | | | | | | | | models. Make Nokia 6210 default phone type. Unforbid: there are no known vulnerabilities for this version of gnokii. Avoid USE_AUTOCONF. Use sed instead of Perl for patching in port Makefile.
* Mark FORBIDDEN due to security hole:jedgar2002-05-141-0/+2
| | | | http://www.gnokii.org/news.shtml
* gettext upgrade uber-patch (stage 3)ade2002-04-131-2/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Correct MAINTAINER e-mail address for ports I maintain.anders2002-03-141-1/+1
|
* Fix location of gnokiirc from /etc to /usr/local/etctom2001-10-192-3/+14
| | | | Submitted by: Anders Nordby <anders@fix.no>
* - Update to version 0.3.3kevlo2001-10-159-104/+139
| | | | | | | - Takeover maintainership PR: 31275 Submitted by: Anders Nordby <anders@fix.no>
* Set maintainer to ports@FreeBSD.orgpetef2001-10-071-1/+1
| | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
* Updates this abandoned port to a usable version (0.3.3 pre22) that:greid2001-05-0313-105/+276
| | | | | | | | | | | - works with a lot more phones - has many more features - has a nice (optional) GUI Change MAINTAINER to anders@fix.no, with approval from previous MAINTAINER. PR: 27045 Submitted by: Anders Nordby <anders@fix.no>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-4/+4
|
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-181-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Prefix webpages with UUUUUU:hoek1999-05-031-1/+1
|
* Software to talk to Nokia 3810/3110/8110/6110 cellular phonestaoka1999-04-029-0/+125
PR: ports/10629 Submitted by: Staffan Ulfberg <staffanu@multivac.fatburen.org>