aboutsummaryrefslogtreecommitdiff
path: root/comms/gnokii
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* c*: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-2/+2
| | | | Notes: svn path=/head/; revision=517041
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-0/+1
| | | | Notes: svn path=/head/; revision=517008
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508834
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Update WWW site to https.Guido Falsi2018-04-261-1/+1
| | | | Notes: svn path=/head/; revision=468329
* Bump PORTREVISION on ports depending on devel/libical.Don Lewis2018-03-201-1/+1
| | | | | | | PR: 226460 Notes: svn path=/head/; revision=465061
* Cleanup dead MASTER_SITESBaptiste Daroussin2017-10-131-1/+0
| | | | Notes: svn path=/head/; revision=452001
* - Modernize port by fully using OPTION helpers and OPTION targetsGuido Falsi2017-07-091-59/+50
| | | | | | | | | | | - Convert to USES=localbase - Patch sample script shebang to reference sh instead of bash - Fix staging and packaging problems when not using default options - Add missing dependencies reported by poudriere stage-qa - Strip installed libraries Notes: svn path=/head/; revision=445404
* - Update devel/libical to version 2.0Pawel Pekala2017-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION in all consumers - mail/claws-mail-vcalendar now builds, remove IGNORE - Mark devel/libical-glib as BROKEN Release Highlights WARNING: Version 2 IS NOT Binary Compatible with Older Versions Version 2 is Source Compatible with Older Versions Lots of source code scrubbing [New] RSCALE support (requires libicu from http://www.icu-project.org) [New] CalDAV attachment support (draft-daboo-caldav-attachments) [New] Resurrect the Berkeley DB storage support [Bug] issue83: Incorrect recurrence generation for weekly pattern Handle RRULEs better Handle threading better PR: 218711 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=440024
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Convert to USES=mysqlGuido Falsi2016-04-261-1/+1
| | | | Notes: svn path=/head/; revision=414078
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - 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