aboutsummaryrefslogtreecommitdiff
path: root/comms/gnokii
Commit message (Collapse)AuthorAgeFilesLines
* - Fix configure when both X11 and SMSD options are off [1]Guido Falsi2015-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] Notes: svn path=/head/; revision=389710
* 2 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-242-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 Notes: svn path=/head/; revision=382189
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371247
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* Use MAKE_CMD instead of GMAKEBaptiste Daroussin2014-06-241-3/+3
| | | | Notes: svn path=/head/; revision=359146
* Support LIBS like LDFLAGS.Tijl Coosemans2014-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) Notes: svn path=/head/; revision=357486
* Fix pkg-install, forgotten in previous commit.Guido Falsi2014-05-102-2/+2
| | | | Notes: svn path=/head/; revision=353600
* - Add USES=libtoolGuido Falsi2014-05-102-7/+3
| | | | | | | - Don't install .la files Notes: svn path=/head/; revision=353597
* Convert to USES=pgsqlBaptiste Daroussin2014-05-071-1/+1
| | | | Notes: svn path=/head/; revision=353226
* Fix build on head.Guido Falsi2014-03-281-2/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=349426
* Convert to new USES=tarGuido Falsi2014-03-171-2/+1
| | | | Notes: svn path=/head/; revision=348449
* Update to 1.0.Koop Mast2014-01-121-1/+1
| | | | | | | | | Update Comment Add LICENSE blob. Stagify. Notes: svn path=/head/; revision=339537
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in comms Notes: svn path=/head/; revision=336176
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331271
* - Support stagingGuido Falsi2013-09-292-34/+22
| | | | | | | | - Convert to new LIB_DEPENDS format - Use options helpers Notes: svn path=/head/; revision=328668
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326089
* - Add patch to avoid a bus error while starting the software.Guido Falsi2013-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> Notes: svn path=/head/; revision=324715
* Convert the ports I maintain to USES=gmake.Guido Falsi2013-07-081-2/+1
| | | | Notes: svn path=/head/; revision=322531
* In preparation of removing devel/libusb (expires 2013-04-30), remove itRene Ladan2013-04-291-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) Notes: svn path=/head/; revision=316831
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* -Update devel/libical to 0.48.Jeremy Messenger2012-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> Notes: svn path=/head/; revision=309647
* Trim Makefile headers for ports I maintain.Guido Falsi2012-12-101-5/+1
| | | | Notes: svn path=/head/; revision=308635
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300277
* - Use new options framework "MULTI" feature.Guido Falsi2012-06-091-6/+6
| | | | | | | Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=298830
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Convert to new options frameworkGuido Falsi2012-05-311-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) Notes: svn path=/head/; revision=297905
* Change to my FreeBSD.org email address.Guido Falsi2012-04-141-1/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=294819
* - Update to 0.6.31Ryan Steinmetz2011-12-104-34/+55
| | | | | | | | | PR: ports/163158 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=287151
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-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. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* Fix build with clangTilman Keskinoz2011-07-141-1/+2
| | | | | | | | PR: 158660 Submitted by: maintainer Notes: svn path=/head/; revision=277702
* Change this port to use the GROUPS variableRene Ladan2011-06-062-26/+1
| | | | | | | | | PR: ports/157545 Submitted by: Chris Rees [utisoft gmail com] Approved by: maintainer Notes: svn path=/head/; revision=275152
* - Update to 0.6.30Beat Gaetzi2011-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 Notes: svn path=/head/; revision=268264
* - Fix buildMartin Wilke2010-06-051-0/+12
| | | | | | | | | PR: 147288 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: maintianer Notes: svn path=/head/; revision=255769
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Update libical to 0.44.Joe Marcus Clarke2010-05-221-1/+1
| | | | Notes: svn path=/head/; revision=254795
* - Update to 0.6.29Martin Wilke2010-05-108-120/+72
| | | | | | | | PR: 146129 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=254052
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Add missing dependency on intltoolDmitry Marakasov2010-01-141-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> Notes: svn path=/head/; revision=247872
* 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