#!/bin/sh # The user may have a wish they want to preserve ver=`grep -a awieYJFnsuILOnfsYEW ${PKG_PREFIX}/bin/wish 2> /dev/null \ | sed -e 's/.*\*\*//'` if [ ! -e ${PKG_PREFIX}/bin/wish ] || [ "$ver" != "" -a "$ver" -lt 001 ] then [ -f ${PKG_PREFIX}/bin/wish ] && chmod u+w ${PKG_PREFIX}/bin/wish mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/wish <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**001 ( echo "In FreeBSD, wish is named with a version number. This is because" echo "different versions of wish are not compatible with each other and" echo "they can not all be called \"wish\"! You may need multiple versions" echo "installed because a given port may depend on a specific version." echo echo "On your system, wish is installed under at least the following names:" echo for name in $(/bin/ls $(echo $PATH | sed 's/:/ /g') 2> /dev/null | egrep '^wish(step)?(x|([0-9]+\.[0-9]+))([a-z][a-z])?$') do echo $name done [ "$name" = "" ] && echo "No wish installations found, sorry." ) 1>&2 exit 1 EOF chmod a+rx ${PKG_PREFIX}/bin/wish fi sd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/comms
Commit message (Expand)AuthorAgeFilesLines
* Update ImageMagick to 6.9.10.14 [1]kwm2018-11-112-2/+3
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-112-2/+3
* security/openssl-devel was removed, but there is a security/openssl111 now.mat2018-11-101-2/+2
* Fix build for some more kde@ ports on GCC-architecturestcberner2018-11-101-1/+1
* multimedia/ffmpeg: update to 4.1jbeich2018-11-061-1/+1
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativetcberner2018-11-052-2/+4
* Fix build on powerpc64 by adding compiler:c++11-lang to USES.linimon2018-11-032-1/+3
* Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-021-1/+0
* Fix build with GCC-based architectures.linimon2018-11-011-1/+1
* Fix USE_GITHUB usage.mat2018-10-312-4/+4
* - Update to 3.2p3wen2018-10-314-14/+40
* Update to 2.39.4joneum2018-10-302-4/+4
* Fix build on gcc-based architectures.linimon2018-10-303-10/+19
* Fix build on powerpc64, and, possibly, armvX.linimon2018-10-301-5/+10
* Unbreak the build against newer versions of OpenSSL (since 1.1.0-pre5), wheredanfe2018-10-242-3/+379
* Expand FreeBSD 12 conditionals to include 13.0-CURRENTjbeich2018-10-241-0/+3
* qt5: Fix build on GCC based architectures.tcberner2018-10-142-2/+2
* comms/conserver-com: Update licensing details and pet portlint0mp2018-10-131-2/+3
* comms/conserver-com: Update for openssl 1.1.1 in 12-CURRENT.sbruno2018-10-122-13/+13
* Deprecate most glib12 consumersantoine2018-10-122-0/+6
* Deprecate some GNOME 2 applicationsantoine2018-10-083-0/+9
* comms/hylafax: Fix build with Clang 6 (and GCC7)koobs2018-10-072-1/+17
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-067-14/+14
* Add missing USES=gl to my portsmartymac2018-10-051-1/+1
* Remove expired ports:rene2018-10-0326-1008/+0
* Clean up Makefiledb2018-10-031-13/+9
* Return avilla@'s ports to the pool after his commit bit got taken in for safe...rene2018-10-024-4/+4
* Cleanup plistantoine2018-10-011-326/+326
* A Linux toolkit for handling signals over the automatric picturedb2018-09-305-0/+69
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lriggs2018-09-292-1/+2
* comms/chirp: 0.4.1.2017.02.22 -> 0.4.1.2018.09.06yuri2018-09-223-10/+9
* Fix build on gcc-based archs.linimon2018-09-211-1/+1
* Mark as broken on powerpc64.linimon2018-09-201-0/+1
* Change x11/xorgproto to become a build depzeising2018-09-121-1/+1
* comms/freedv: Update 1.2.2 -> 1.3.1yuri2018-09-114-8/+21
* Add DOCS options to ports that should have one.mat2018-09-1014-4/+26
* Update Qt5 to 5.11.1tcberner2018-09-093-1/+12
* comms/anyremote: update to 6.7.1swills2018-09-073-8/+17
* Update devel/json-c to 0.13.1sunpoet2018-09-061-0/+1
* comms/geoid: fix build on CURRENT and pet portlintyuri2018-09-052-4/+16
* Fix typognn2018-09-041-1/+1
* Update the license allow post GPLv2gnn2018-09-041-1/+1
* Remove an unused dependency, update to properly grab version of Pythongnn2018-09-041-3/+1
* Update build dependencies to track a library rather than an executablegnn2018-09-041-2/+3
* Update dependencies to properly follow Python and librariesgnn2018-09-041-5/+6
* Switch to the more idiomatic inclusion of Pythongnn2018-09-041-3/+3
* Attach libbtbb and ubertooth to the buildgnn2018-09-041-0/+2
* Make this port depend on its librarygnn2018-09-041-1/+2
* Ubertooth Tools for use with Ubertooth One a Bluetooth and BLE sniffergnn2018-09-045-0/+72
* Bluetooth Baseband Library for use by Ubertooth and othersgnn2018-09-046-0/+87
* Deprecate KDE4 software, categories a-c.adridg2018-08-301-0/+3
* Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as theydanfe2018-08-302-2/+3
* comms/telldus-core: Fix build with Clang 6tobik2018-08-271-0/+2
* Remove expired port:rene2018-08-2243-2925/+0
* Update MAINTAINER: use @FreeBSD.orgsunpoet2018-08-192-2/+2
* Fix LoTW integration again.shurd2018-08-182-4/+13
* Update to 4.0.18db2018-08-152-5/+4
* ## [3.7.13.4] - 2018-07-15db2018-08-155-102/+93
* Add patch to fix potential crash on startupshurd2018-08-122-1/+14
* Fix obvious typodb2018-08-091-1/+1
* devel/boost-*: update to 1.68.0jbeich2018-08-096-6/+6
* Update unixcw and xcwcp to latest release.shurd2018-08-0815-10/+289
* Update to latest version, it's on github nowshurd2018-08-085-38/+37
* Fix MASTER_SITES for new versionshurd2018-08-071-1/+1
* Update to latest releaseshurd2018-08-073-16/+12
* Fix a common grammar error: "can not" means the opposite of "cannot."adamw2018-08-021-2/+2
* [NEW PORT]: comms/py-adafruit-ampy: Adafruit MicroPython toolloader2018-08-014-0/+31
* [NEW PORT] comms/py-esptool: Utility to communicate with Espressif ESP8266 & ...loader2018-07-314-0/+49
* - Restore BUILD_DEPENDmiwi2018-07-301-0/+3
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-3021-13/+21
* comms/xmorse: Fix build with Clang 6tobik2018-07-291-0/+15
* Remove expired ports:rene2018-07-297-98/+0
* - Update to 0.51miwi2018-07-284-10/+28
* This port is no longer maintained upstream and furthermore has nodb2018-07-211-1/+4
* Deprecate ports broken for more than 5 monthsantoine2018-07-171-0/+2
* comms/gpredict: Update 1.3 -> 2.2.1yuri2018-07-164-89/+28
* comms/trustedqsl: Update 2.2.1 -> 2.4; Unbreak with wxWidgets-3.1yuri2018-07-153-7/+14
* Update to latest release, use preferred OpenSSL libs.shurd2018-07-1115-63/+104
* comms/tio: Update to 1.31swills2018-07-102-4/+4
* Update to g20180708.mr2018-07-102-5/+5
* Remove all := from BUILD_DEPENDS, here are never needed.mat2018-07-095-5/+5
* comms/dcf77pi: update to version 3.7.0rene2018-07-093-10/+11
* Mark these ports as broken on aarch64, and, where appropriate, armvX.linimon2018-07-071-0/+1
* Remove debug attempt that kept this port from building on package builderdb2018-07-052-7/+6
* wsjtx does not use kvasd and wsjt is going awaydb2018-07-052-1/+5
* - Add LICENSEamdmi32018-07-041-4/+8
* Switch to Github versioning scheme to follow porter's handbook specificationsmartymac2018-07-032-5/+7
* Switch to Github and update to latest versionmartymac2018-07-022-7/+9
* Mark ports broken on mips64 that are already broken on powerpc64. Inlinimon2018-07-021-0/+2
* Forced commit forgot wsjt DEPRECATION and EXPIRATIONdb2018-07-022-2/+5
* Both these ports have long been replaced with wsjtxdb2018-07-022-5/+8
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-2921-45/+44
* comms/airspy: Rename the option SSE -> SIMDyuri2018-06-271-5/+5
* comms/airspy: Fix build due to the MMX-related errorsyuri2018-06-272-0/+20
* comms/cutecom: Fix WRKSRC namejwb2018-06-272-1/+2
* Updated to 9.2.6db2018-06-2621-60/+33
* Mark broken on arm-current.linimon2018-06-251-1/+4
* New port: comms/airspy: AirSpy's usemode driver and associated toolsyuri2018-06-256-0/+100
* comms/cutecom: Upgrade to 0.45.0jwb2018-06-248-95/+20
* comms/gqrx: Add missing library to LIB_DEPENDSyuri2018-06-241-3/+3
* comms/gnuradio: Add missing library to LIB_DEPENDS; Add missing file to pkg-p...yuri2018-06-242-1/+3
* Update math/gsl to 2.5tcberner2018-06-231-0/+1
* Mark as broken on aarch64, and, where appropriate, armvX.linimon2018-06-221-0/+2
* Inadvertantly forgot to delete patch-boost-1.67 no longer neededdb2018-06-211-75/+0
* Use PY_FLAVOR for dependencies.mat2018-06-212-5/+5
* Removed dependancy on uneeded gitdb2018-06-2014-90/+137
* Mark ports broken on powerpc64, categories a-c.linimon2018-06-181-2/+3
* Fix typo of locale.setlocal which should be locale.setlocaledb2018-06-172-5/+5
* =Version 4.0.17=db2018-06-162-5/+4
* Update to 2.39.3joneum2018-06-162-4/+4
* Upgrade to 1.9.1db2018-06-167-20/+84
* - Fix LICENSEamdmi32018-06-131-1/+3
* Much better way to ensure a UTF-8 CODESET in the localeshurd2018-06-122-5/+7
* Fix unicode for 'C' locale.shurd2018-06-122-0/+15
* Fix port builds for architectures which remain on gcc as the default compiler.linimon2018-06-111-1/+1
* Grab maintainership of TiLP2+ libraries, they are too important to be orphans.danfe2018-06-093-3/+3
* Update TiLP2+libraries and drop maintainership.tijl2018-06-0811-53/+82
* Remove expired ports:rene2018-06-0747-860/+0
* Fails the same way on powerpc64 as on arvmX.linimon2018-06-051-0/+3
* - Bump PORTREVISION (editors/lazarus was updated)acm2018-06-031-1/+1
* Update WWWsunpoet2018-05-2816-16/+16
* - Moved ports to Uses/lazarus.mkacm2018-05-263-25/+27
* - Update to 20171122lwhsu2018-05-254-6/+6
* Update the Qt5 ports to 5.10.1.rakuco2018-05-186-4/+5
* Update to 2.11.5martymac2018-05-182-5/+4
* misc/openhab2 comms/gammu: Bumpyuri2018-05-161-0/+1
* Fix dependencies.mr2018-05-101-2/+4
* comms/gammu: Unbreak: add missing files to pkg-configyuri2018-05-101-0/+2
* - update WWWdinoex2018-05-091-1/+1
* Add liquid-dsp and inspectrum to the build.mr2018-05-071-0/+2
* Add inspectrum, a Offline radio signal analyser.mr2018-05-074-0/+35
* Add liquid-dsp.mr2018-05-074-0/+51
* Deprecate ports broken for more than 6 monthsantoine2018-05-054-0/+9
* multimedia/ffmpeg: update to 4.0jbeich2018-05-021-1/+1
* Update the QScintilla2 ports to 2.10.4tcberner2018-04-301-1/+1
* Update WWW site to https.madpilot2018-04-261-1/+1
* Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.mat2018-04-261-0/+2
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereamdmi32018-04-261-1/+1
* Update to 1.30krion2018-04-202-4/+4
* Adjust PORTREVISION order to pet portlint after r467711jbeich2018-04-181-1/+1
* devel/boost-*: update to 1.67.0jbeich2018-04-186-4/+6
* comms/gnuradio: unbreak with boost 1.67jbeich2018-04-181-0/+75
* Update to 2.11.4martymac2018-04-172-4/+4
* comms/uhd: unbreak with boost 1.67jbeich2018-04-152-1/+157
* Update Gammu to v1.39rodrigo2018-04-102-4/+4
* comms/atslog: Convert to USES=phpbrnrd2018-04-081-1/+1
* Update klogdb2018-04-073-18/+14
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkacm2018-04-051-1/+1
* Fix permissions in installed Qt5 header filestcberner2018-03-30