1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/misc
Mathieu Arnold f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
..
achievo Convert USE_PHP*=yes into USES=php* 2016-06-28 14:00:45 +00:00
aclgen
amanda-client
amanda-perl-wrapper
amanda-server Fix install location of security configuration file 2018-04-12 19:41:15 +00:00
amfm - Add LICENSE 2017-02-27 12:45:31 +00:00
ansiweather misc/ansiweather: Update to 1.12.0 2018-07-03 00:50:59 +00:00
apparix Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
artikulate Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
artikulate-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
asbutton - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
asr-manpages Convert tab after WWW: in pkg-descrs to single space as per PHB 2016-05-23 18:36:52 +00:00
astrolog Use @sample 2016-01-18 22:59:13 +00:00
auto-multiple-choice Bump PORTREVISION on more opencv consumers due to opencv update 2018-05-09 20:27:51 +00:00
bb For ports that are marked BROKEN on armv6, and also fail to build on 2017-11-30 06:13:34 +00:00
bbjd
bdelta Update license of ports using MPL (without version) 2017-11-04 11:43:35 +00:00
bestfit Fix build on CURRENT. 2016-05-27 18:32:06 +00:00
bibletime Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
biblical-curse Fix usage of ${PERL5}. 2015-12-17 17:19:48 +00:00
binclock Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
biosfont-demos Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
birthday Update to 1.6.2 2017-01-12 14:43:17 +00:00
bogosort Prevent collision with getline(3) 2016-05-11 20:32:44 +00:00
bottlerocket misc/bottlerocket: submitter becomes maintainer 2016-10-26 18:55:43 +00:00
boxes Update misc/boxes to version 1.2. 2017-03-22 09:32:25 +00:00
brs
bsod - Lonk to proper ncurses library, should fix build on DragonFly 2017-01-13 09:22:10 +00:00
buffer Work around the lack of definition of union semun per POSIX. 2018-03-02 22:34:53 +00:00
cave - Add LICENSE 2017-09-13 09:01:51 +00:00
cdcollect Make libgnome and libgnomeui not implying esound dependency 2018-03-26 12:38:56 +00:00
chef
chmlib
chord2html Reset ports of itetcu@ after taking in his commit bit for safekeeping. 2017-02-27 21:20:41 +00:00
cinnamon-translations - Remove bogus (in presence of USE_GITHUB) USES=tar* 2017-04-08 11:05:19 +00:00
cldr-emoji-annotation misc/cldr-emoji-annotation: Update 33.0.0.2 -> 33.1.0.0 2018-07-07 21:06:14 +00:00
clex - update to 4.6.7 2018-03-05 09:05:08 +00:00
cloc - Update to 1.76 2018-02-11 12:32:02 +00:00
clpbar
cmatrix misc/cmatrix: document ncurses requirement (USES+=ncurses) 2016-02-02 23:12:12 +00:00
colortail Change MASTER_SITES to GitHub 2018-02-23 19:25:09 +00:00
colwide Switch to USE_GITHUB; MASTER_SITES no longer available 2016-12-11 23:54:24 +00:00
compat4x Fix file modes after extracting. 2016-10-29 09:30:14 +00:00
compat5x Now build on sparc64. 2016-11-03 16:27:03 +00:00
compat6x Sort ARCHS. While here, pet portlint. 2017-06-27 00:05:15 +00:00
compat7x Drop maintainership 2017-06-10 14:39:45 +00:00
compat8x Cleanup BROKEN/IGNORE for 10.3- 2017-01-03 11:01:05 +00:00
compat9x Final version of compat9x after 9.3 EoL. 2017-06-08 17:24:01 +00:00
compat10x Update to 10.3-RELEASE-p19. 2017-06-08 17:24:46 +00:00
compat11x New compat11x port based on 11.0-RELEASE-p10. 2017-06-08 17:25:47 +00:00
countrycodes Update to 1.0.6 2017-03-15 20:30:42 +00:00
cpuid - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
crosspad games/critterding, games/nlarn, misc/crosspad: Document ncurses requirement 2016-11-20 13:45:56 +00:00
crosti Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
cryptoballot misc/cryptoballot: Update g20170928 -> g20180321 2018-05-17 16:06:05 +00:00
cs Add PY_FLAVOR to Python module dependencies. 2018-05-22 13:15:13 +00:00
cstream
dahdi - Fix dahdi_monitor argument parsing 2016-10-04 20:00:27 +00:00
dahdi-kmod Sort ARCHS. While here, pet portlint. 2017-06-27 00:05:15 +00:00
dahdi-kmod26 Sort ARCHS. While here, pet portlint. 2017-06-27 00:05:15 +00:00
ddate - Update to 0.2.2.2016062701 2016-08-13 11:08:48 +00:00
deco misc/deco: document ncurses requirement (USES+=ncurses) 2016-02-02 23:14:07 +00:00
dejagnu misc/dejagnu: update to 1.6.1 2017-10-24 10:54:56 +00:00
delay misc/delay: skip faulty ncurses header detection 2016-11-20 21:00:58 +00:00
detachtty
diction - Fix LICENSE 2017-02-27 12:44:49 +00:00
digitemp When there is a do-install target, do not use a post-install target, do 2016-07-19 11:04:13 +00:00
display misc/display: document ncurses requirement (USES+=ncurses) 2016-02-02 23:15:13 +00:00
dnetc For ports in `misc' category: remove redundant PKGMESSAGE assignment, 2018-05-05 13:54:37 +00:00
dphys-config Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
dtach Upgrade from 0.8 to 0.9. The change-log can be seen here: 2016-05-11 14:50:40 +00:00
dvorak7min - Add LICENSE_FILE 2017-12-04 09:00:25 +00:00
dvorakng misc/dvorakng: document ncurses requirement (USES+=ncurses) 2016-02-02 23:37:39 +00:00
e2fsprogs-libblkid Update to new upstream 1.43.7, install libext2fs.so [1]. 2017-10-29 09:10:56 +00:00
e2fsprogs-libuuid Do not force stop services when a package is deinstalled. 2018-06-27 13:55:56 +00:00
elixir-mime Transfer more Erlang ports to erlang@. 2018-06-08 13:43:25 +00:00
elixir-uuid Transfer more Erlang ports to erlang@. 2018-06-08 13:43:25 +00:00
elscreen - Switch to the forked version maintained by Takaaki Furuse 2018-07-08 01:44:40 +00:00
erlang-mimerl Transfer more Erlang ports to erlang@. 2018-06-08 13:43:25 +00:00
erlang-mimetypes Transfer more Erlang ports to erlang@. 2018-06-08 13:43:25 +00:00
esniper misc/esniper: Upgrade to 2.35.0 2018-06-19 14:18:59 +00:00
estic Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
excel-writer Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
exercism Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them. 2018-03-07 08:06:24 +00:00
explosions - Add LICENSE_FILE 2015-12-29 09:41:26 +00:00
fbless Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
felis
figlet - Switch to new test framework 2018-03-09 08:33:09 +00:00
figlet-fonts misc/figlet-fonts: pass maintainership to new volunteer 2018-01-23 08:47:46 +00:00
findutils - Update to 4.6.0 2016-01-10 09:29:05 +00:00
firestring
flag
floatator
fortune-mod-bible For ports in `misc' category: remove redundant PKGMESSAGE assignment, 2018-05-05 13:54:37 +00:00
fortune-mod-bofh For ports in `misc' category: remove redundant PKGMESSAGE assignment, 2018-05-05 13:54:37 +00:00
fortune-mod-epictetus http://github.com redirects to https://github.com, spare everyone a redirect. 2016-12-02 09:21:58 +00:00
fortune-mod-freebsd-classic - Add classic offensive fortunes removed from FreeBSD base in 2013 (r248200) 2017-11-29 00:21:24 +00:00
fortune-mod-futurama Reset ports per maintainer request. 2016-12-26 11:59:12 +00:00
fortune-mod-psalms For ports in `misc' category: remove redundant PKGMESSAGE assignment, 2018-05-05 13:54:37 +00:00
fortuneit Revert recent strfile changes, strfile is already in base 2016-09-14 19:50:46 +00:00
fpc-chm - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk 2018-04-05 04:52:36 +00:00
free42 misc/free42: Update 2.0.20 -> 2.0.21 2018-06-26 01:16:54 +00:00
freebsd-doc-all Update to r51730 from the FreeBSD docset (a.k.a. 11.2-R version) 2018-05-27 17:54:02 +00:00
freebsd-doc-bn Update to r51391 of the FreeBSD docset. 2018-01-22 13:07:46 +00:00
freebsd-doc-da Update to r48156 of the FreeBSD docset (a.k.a. 10.3-R version) 2016-02-11 14:32:17 +00:00
freebsd-doc-de Update to r51730 from the FreeBSD docset (a.k.a. 11.2-R version) 2018-05-27 17:54:02 +00:00
freebsd-doc-el
freebsd-doc-en Mark the freebsd-doc-* ports broken on aarch64 and powerpc64 due to various 2018-07-07 04:21:31 +00:00
freebsd-doc-es Update to r48633 of the FreeBSD docset. 2016-04-16 16:15:05 +00:00
freebsd-doc-fr Update to r50268 from the FreeBSD docset. 2017-05-25 08:50:04 +00:00
freebsd-doc-hu
freebsd-doc-it
freebsd-doc-ja Update to r51513 from the FreeBSD docset. 2018-03-26 16:33:19 +00:00
freebsd-doc-ko Update to r51391 of the FreeBSD docset. 2018-01-22 13:07:46 +00:00
freebsd-doc-mn
freebsd-doc-nl
freebsd-doc-pl
freebsd-doc-pt
freebsd-doc-ru Update to r51361 from the FreeBSD docset. 2018-01-03 16:22:47 +00:00
freebsd-doc-sr
freebsd-doc-tr
freebsd-doc-zh_cn Update to r51391 of the FreeBSD docset. 2018-01-22 13:07:46 +00:00
freebsd-doc-zh_tw Update to r51391 of the FreeBSD docset. 2018-01-22 13:07:46 +00:00
freebsd-release-manifests Add 11.2-RELEASE MANIFEST files. 2018-06-27 16:23:23 +00:00
freeguide For ports that are marked BROKEN on armv6, and also fail to build on 2017-11-30 06:13:34 +00:00
ftdi-eeprom
fxload Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time 2016-10-09 22:01:34 +00:00
gcstar Remove Perl core modules 2017-06-30 13:44:32 +00:00
gctpc Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
geekcode Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
getopt Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS. 2016-09-30 19:24:30 +00:00
gimp-help-ca
gimp-help-da
gimp-help-el
gimp-help-en Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
gimp-help-en_GB
gimp-help-es
gimp-help-it
gimp-help-nl
gimp-help-nn
gimp-help-sl
gimp-help-sv
gkrellm-gamma Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
gkrellm-helium Remove libcurl.so.7 compatibility link that was added in r374303 to 2016-12-08 17:01:31 +00:00
gkrellm-xkb Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
gkrellmbgchg2 Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
gkrellmlaunch2 Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
gkrellshoot2 Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
gkrellweather2 - Add LICENSE_FILE 2016-09-17 10:34:56 +00:00
gkx86info2 Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
gnome-devel-docs Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
gnome-icon-theme Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
gnome-icon-theme-extras Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
gnome-mime-data - Add LICENSE 2017-11-24 09:00:18 +00:00
gnome-osd Make libgnome and libgnomeui not implying esound dependency 2018-03-26 12:38:56 +00:00
gnome-user-docs Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
gnu-watch Update to 3.3.15 2018-06-02 14:55:55 +00:00
gnuit Use relative symlinks for terminal descriptions instead of absolute 2018-01-28 11:30:25 +00:00
gnuls Skip ENOMEM check for printf when building with qemu, this makes 2018-03-17 09:14:09 +00:00
gnustep-examples Fix configure options for gnustep-make 2017-12-03 12:23:53 +00:00
gone
gonvert Reset maintainer (3+ months of inactivity). 2018-06-26 17:06:33 +00:00
gplink
granulate
grc misc/grc: Update to 1.11.1 2017-05-31 00:00:13 +00:00
gregexp Make libgnome and libgnomeui not implying esound dependency 2018-03-26 12:38:56 +00:00
gtkfind Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
gwhich
hb Fix bunch of ports by TundraWare, which share a common set of problems 2018-02-19 14:01:41 +00:00
hello Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
help2man Update to 1.47.6 2018-03-01 15:19:18 +00:00
heyu2 - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
hicolor-icon-theme
histring Update to 1.1.1-1 2017-11-21 14:04:23 +00:00
hotkeys Shorten pkg-message. 2017-01-18 19:22:32 +00:00
hulgalugha
imerge
img2xterm ImageMagick to 6.9.9-15. 2017-09-28 15:36:31 +00:00
ini_file_manager Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
inplace misc/inplace: convert to USES=shebangfix 2016-04-23 16:39:05 +00:00
ipa_conv Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
ipbt misc/ipbt: document ncurses rqmt (USES+=ncurses), respect LDFLAGS 2016-02-02 23:49:59 +00:00
iselect - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
iso-codes Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
jargon ${RM} already has -f. 2016-10-21 12:51:40 +00:00
jbidwatcher
kbdscan
kcd Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
kde4-l10n Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kde4-l10n-bg Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-bs Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-ca Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-ca_valencia Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-cs Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-da Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-el Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-en_GB Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-es Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-et Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-eu Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-fa Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-fi Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-ga Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-gl Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-hi Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-hr Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-ia Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-id Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-is Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-it Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-kk Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-km Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-lt Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-lv Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-mr Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-nb Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-nds Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-nl Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-nn Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-pa Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-ro Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-sk Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-sl Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-sr Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-sv Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-tr Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-ug Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-wa Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-xdg-env misc/kde4-xdg-env: fix after kdeprefix removal 2016-05-28 07:53:25 +00:00
kde-thumbnailer-chm Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kde-thumbnailer-epub Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kde-thumbnailer-fb2 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kdeedu Update KDE Applications to 18.04.0 2018-04-28 18:11:49 +00:00
kdeedu-data Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kdeedu-kde4 Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
kdeutils Add the KDE metaports 2018-04-27 21:47:35 +00:00
kdeutils-kde4 Resurrect sysutils/filelight-kde4. When the port was updated (to a modern, 2018-03-23 11:00:37 +00:00
kenny - Update MASTER_SITES for my ports 2017-10-05 10:38:13 +00:00
kf5-purpose Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kgeography Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kgeography-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
klettres Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
klettres-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
krecipes-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
ktouch Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
ktouch-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kwordquiz Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kwordquiz-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
latex-mk Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
lazyread - Rename misc/lr to misc/lazyread to reflect upstream name and avoid conflicts with sysutils/lr 2017-08-22 16:33:59 +00:00
lc
lesspipe Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
libeatmydata When there is a do-install target, do not use a post-install target, do 2016-07-19 11:04:13 +00:00
libisocodes Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
libkdeedu-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
libkeduvocdocument Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
liblxi misc/liblxi: Update 1.12 -> 1.13 2018-05-06 23:17:30 +00:00
libmetalink Use USES=gnome 2017-06-28 23:55:37 +00:00
libpostal Mark ports broken on mips64 that are already broken on powerpc64. In 2018-07-02 04:00:29 +00:00
libpredict New port: misc/libpredict: Satellite orbit prediction library 2018-01-08 20:22:43 +00:00
libpri Update to 1.5.0. 2016-10-04 16:51:16 +00:00
libsupertone Mark these ports as buildable on armv6 after a trybroken run. (Also 2017-12-08 01:46:00 +00:00
libsweep-lidar Mark ports broken on powerpc64, categories g-n. 2018-06-18 14:00:43 +00:00
libutf Update MASTER_SITES and thus unbreak distfile fetching: 2017-05-13 11:45:46 +00:00
lifelines http://github.com redirects to https://github.com, spare everyone a redirect. 2016-12-02 09:21:58 +00:00
lingoteach Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
linm Change default version of samba from 4.4 to 4.6 2017-12-23 07:03:21 +00:00
localedata Begin deorbit burn of ia64. We have not attempted to build packages for 2017-06-25 00:29:09 +00:00
logsurfer - Add missing quotes to rc script 2018-01-12 14:02:49 +00:00
loop
lv misc/lv: new MASTER_SITES at github 2016-06-07 05:43:06 +00:00
lxde-common - Update WWW 2018-02-27 09:33:01 +00:00
lxi-tools Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
magicpoint Remove WANT_GNOME and HAVE_GNOME. 2017-10-12 15:57:51 +00:00
man.el
mbuffer Unbreak misc/mbuffer when objdump is missing (for example on aarch64) 2018-06-17 18:46:08 +00:00
mc - Fix LICENSE 2018-02-15 17:35:05 +00:00
mc-light Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
mdp misc/mdp: update to 1.0.12 2018-01-22 18:11:11 +00:00
metalink-checker Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
metalink-editor Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
metalink-tools Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
metromap metromap is not compatible with python3 2017-12-09 09:55:06 +00:00
mime-support - Update to 3.60 2017-10-20 15:19:00 +00:00
mirmon - Update to 2.11 2016-08-03 09:31:15 +00:00
mmv Claim maintainership (was: ports@) and upgrade to version 1.01b.19. 2017-10-24 19:11:30 +00:00
mtail - Update to 1.2.0 2016-07-27 12:55:15 +00:00
mtx
najitool - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
newer NO_EXTRACT support was removed in 1998 2016-11-13 07:56:28 +00:00
nms - Update to 0.3.3 2017-09-23 03:24:14 +00:00
nnn Update to 1.8 2018-05-03 17:23:29 +00:00
nsf misc/nsf: document ncurses rqmt (USES+=ncurses), respect LDFLAGS 2016-02-03 00:14:24 +00:00
numchar Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
nut Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
ondir
opencyc - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with 2016-09-05 19:23:42 +00:00
openhab2 misc/openhab2 comms/gammu: Bump 2018-05-15 16:07:39 +00:00
openhab2-addons Fix typo. 2018-04-13 09:30:38 +00:00
openmvg Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
openr2 Unbreak by switching to USE_GITHUB 2016-09-18 12:33:15 +00:00
orange3 misc/orange3: Update 3.13.0.120 -> 3.14.0 2018-07-06 18:53:15 +00:00
orville-write - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
osinfo-db misc/osinfo-db: update to 20180612 2018-06-16 15:29:57 +00:00
ossp-uuid Unbreak slave port misc/p5-OSSP-uuid 2018-03-29 14:01:06 +00:00
otter
owrep misc/owrep: Update to 1.2 2018-03-11 19:33:00 +00:00
p5-Acme-ButFirst Update WWW 2018-05-27 20:15:16 +00:00
p5-Array-Compare Update WWW 2018-05-27 20:15:16 +00:00
p5-Array-Diff Update WWW 2018-05-27 20:15:16 +00:00
p5-Array-FileReader Update WWW 2018-05-27 20:15:16 +00:00
p5-Array-IntSpan Update WWW 2018-05-27 20:15:16 +00:00
p5-Array-LineReader Update WWW 2018-05-27 20:15:16 +00:00
p5-Array-PrintCols Update WWW 2018-05-27 20:15:16 +00:00
p5-Array-RefElem Update WWW 2018-05-27 20:15:16 +00:00
p5-Asterisk-FastAGI Update WWW 2018-05-27 20:15:16 +00:00
p5-asterisk-perl Update to 1.08 2018-01-07 12:13:00 +00:00
p5-Bot-Training Update WWW 2018-05-27 20:15:16 +00:00
p5-Bot-Training-MegaHAL Add LICENSE_FILE 2018-06-04 18:10:01 +00:00
p5-Bot-Training-StarCraft Update WWW 2018-05-27 20:15:16 +00:00
p5-Business-EDI Update WWW 2018-05-27 20:15:16 +00:00
p5-Business-Hours Update WWW 2018-05-27 20:15:16 +00:00
p5-Business-ISBN Update WWW 2018-05-27 20:15:16 +00:00
p5-Business-ISBN-Data Update WWW 2018-05-27 20:15:16 +00:00
p5-Business-ISIN Update WWW 2018-05-27 20:15:16 +00:00
p5-Business-ISMN Update WWW 2018-05-27 20:15:16 +00:00
p5-Business-ISSN Update WWW 2018-05-27 20:15:16 +00:00
p5-Business-UPS Update WWW 2018-05-27 20:15:16 +00:00
p5-Chatbot-Eliza Update WWW 2018-05-27 20:15:16 +00:00
p5-Data-Buffer
p5-File-CounterFile Update WWW 2018-05-27 20:15:16 +00:00
p5-File-Sort Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Cache Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
p5-Geo-Coder-Bing Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Coder-Google Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Coder-Googlev3 Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Coder-Mapquest Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Coder-Multimap Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Coder-Multiple Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
p5-Geo-Coder-Navteq Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Coder-OpenCage Update to 0.15 2018-06-22 23:54:32 +00:00
p5-Geo-Coder-OSM Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Coder-Ovi Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Coder-PlaceFinder Update WWW 2018-06-04 18:10:11 +00:00
p5-Geo-Coder-TomTom Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-GeoNames Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Postcodes Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Postcodes-DK Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Postcodes-NO Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Weather Update WWW 2018-05-27 20:15:16 +00:00
p5-Geography-Countries Add LICENSE 2018-06-04 18:10:16 +00:00
p5-I18N-Charset Update WWW 2018-05-27 20:15:16 +00:00
p5-I18N-LangTags Add LICENSE 2018-06-04 18:10:22 +00:00
p5-LEGO-RCX Update WWW 2018-05-27 20:15:16 +00:00
p5-List-Compare Update WWW 2018-05-27 20:15:16 +00:00
p5-List-Util-WeightedRoundRobin Update WWW 2018-05-27 20:15:16 +00:00
p5-Locale-Codes Update WWW 2018-05-27 20:15:16 +00:00
p5-Locale-Geocode Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
p5-Locale-Msgcat Update WWW 2018-05-27 20:15:16 +00:00
p5-Locale-SubCountry Update WWW 2018-05-27 20:15:16 +00:00
p5-Locale-US Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-vCard Update WWW 2018-05-27 20:15:16 +00:00
p5-Norge Update WWW 2018-05-27 20:15:16 +00:00
p5-OSSP-uuid Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
p5-Software-License Update WWW 2018-05-27 20:15:16 +00:00
p5-Software-License-CCpack Update WWW 2018-05-27 20:15:16 +00:00
p5-Test-Dir Update WWW 2018-05-27 20:15:16 +00:00
p5-Text-FIGlet Update WWW 2018-05-27 20:15:16 +00:00
p5-Tie-DxHash Update WWW 2018-05-27 20:15:16 +00:00
p5-Zen-Koans Update WWW 2018-05-27 20:15:16 +00:00
pantry - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
parley Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
parley-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
pastebinit Add PY_FLAVOR to Python module dependencies. 2018-05-22 13:15:13 +00:00
patchutils Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
pauker
pciids Update to 20180428 2018-05-15 23:58:50 +00:00
pdmenu Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
pear-Services_Weather Introduce PHP flavors. 2018-03-08 19:48:41 +00:00
pear-Text_Figlet Update distinfo and unbreak this port 2017-06-11 07:40:53 +00:00
pecl-timezonedb Update to 2018.4 2018-03-26 16:35:26 +00:00
pfm Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names 2016-06-21 13:24:53 +00:00
php56-calendar lang/php56: Update from 5.6.25 to 5.6.26 2016-09-23 08:26:44 +00:00
php70-calendar lang/php70: Update from 7.0.10 to 7.0.11 2016-09-21 15:43:47 +00:00
php71-calendar Add PHP 7.1 2017-01-24 11:54:20 +00:00
php72-calendar PHP 7.2: Remove bad repocopies. 2017-11-16 17:12:24 +00:00
phraze
pinfo Update devel/readline to 7.0 patch 3 2017-06-27 13:46:53 +00:00
pipe - Add NO_ARCH 2016-08-10 09:01:04 +00:00
pnpids Add misc/pnpids 2018-01-10 17:43:18 +00:00
podsleuth lang/mono: update to version 5.2.0.215 (and enhance USES=mono) 2018-01-30 19:00:27 +00:00
posixtestsuite Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
proxyper Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-10 15:08:51 +00:00
pspresent Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream 2016-03-24 15:47:50 +00:00
ptsort Add ptsort, a prioritized topological sort. 2017-09-04 19:32:33 +00:00
pubs misc/pubs: Update 0.7.0 -> 0.7.0.104 2018-06-17 16:43:58 +00:00
py-cinder Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-colorbrewer misc/py-colorbrewer: Fix typo in the depends statement 2018-06-29 21:28:57 +00:00
py-crudini Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-emoji New port: misc/py-emoji: Emoji support for Python 2018-04-04 04:26:19 +00:00
py-fuzzy Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-glance Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-orange3-associate New port: misc/py-orange3-associate: Orange 3 add-on: Frequent itemsets and association rules mining 2018-06-21 04:44:03 +00:00
py-orange3-datafusion Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-orange3-educational New port: misc/py-orange3-educational: Orange add-on: widgets for machine learning and data mining 2018-06-14 06:40:02 +00:00
py-orange3-network Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-orange3-timeseries Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-osd Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-palettable misc/py-palettable: Update 3.1.0 -> 3.1.1 2018-05-15 06:58:51 +00:00
py-pexpect Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-powerline-status misc/py-powerline-status: update to 2.6 2018-03-22 00:35:15 +00:00
py-progressbar Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-progressbar2 Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-progressbar231 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-pyfiglet Clean up some USES=python 2018-02-18 13:20:29 +00:00
py-pyprind Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-python-geohash Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-python-utils Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-PyUserInput Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-QSpectrumAnalyzer misc/py-QSpectrumAnalyzer: Add hamradio category 2018-07-01 16:28:14 +00:00
py-qt4-demo Update the QScintilla2 ports to 2.10.4 2018-04-29 16:19:44 +00:00
py-qt4-doc - Update WWWs for all py-qt4* and py-qt5* ports 2018-02-03 12:45:01 +00:00
py-qt5-demo Update the QScintilla2 ports to 2.10.4 2018-04-29 16:19:44 +00:00
py-scikit-fusion Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-serverfiles Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-SimpleSoapy misc/py-SimpleSoapy misc/urh misc/soapysdr misc/py-soapy_power: Add the hamradio category 2018-07-02 01:09:27 +00:00
py-soapy_power misc/py-SimpleSoapy misc/urh misc/soapysdr misc/py-soapy_power: Add the hamradio category 2018-07-02 01:09:27 +00:00
py-SoapySDR misc/py-SoapySDR: Remove the BROKEN statement 2018-06-27 08:41:01 +00:00
py-socli Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-spdx Update to 2.5.0 2018-04-17 19:16:58 +00:00
py-spdx-lookup Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-tqdm misc/py-tqdm: Update to 4.23.4 2018-05-25 03:52:27 +00:00
py-YABT Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-yolk Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
pylize Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
qbrew Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qlas - Reset MAINTAINER due to fatal email bounces, maintainer timeouts 2017-11-04 13:07:41 +00:00
qmetro Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qt4-doc Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qt4-l10n Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qt4-qtconfig Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qt4-qtdemo Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qt5-doc Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qt5-examples Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qt5-l10n Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qt5ct Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qtchooser Mark CONFLICTS_INSTALL with rubygem-github-linguist, rubygem-github-linguist47 and rubygem-gitlab-linguist 2018-02-17 17:51:11 +00:00
R-cran-mime Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
raspberrypi-userland Enable on armv7. 2017-10-10 01:46:52 +00:00
raspbsd-led Fix a typo for the RC script. 2016-08-29 15:41:40 +00:00
ree
rfc Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
ringtonetools - Switch to options helpers 2016-01-04 06:42:18 +00:00
rname - Use NO_WRKSUBDIR 2017-02-19 21:54:11 +00:00
rpl - missing escapes in manpage section covering option -e 2018-04-10 09:18:03 +00:00
rtfm
rubygem-dotenv Update to 2.4.0 2018-04-27 15:57:28 +00:00
rubygem-dotenv-rails-rails4 Update to 2.4.0 2018-04-27 15:57:32 +00:00
rubygem-dotenv-rails-rails5 Update to 2.4.0 2018-04-27 15:57:37 +00:00
rubygem-dotenv-rails-rails50 Update to 2.4.0 2018-04-27 15:57:42 +00:00
rubygem-haversine_distance Add rubygem-haversine_distance 1.1.1 2018-05-30 19:47:36 +00:00
rubygem-iesd Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
rubygem-mime-types misc/rubygem-mime-types: 2.99.1 -> 3.1 2016-06-01 15:28:42 +00:00
rubygem-mime-types1 Update WWW 2017-06-05 14:52:27 +00:00
rubygem-mime-types29 - Update to 2.99.3 2016-12-03 19:33:54 +00:00
rubygem-mime-types-data misc/rubygem-mime-types-data: Update from 3.2016.0221 to 3.2016.0521 2016-09-29 14:13:06 +00:00
rubygem-mimemagic misc/rubygem-mimemagic: update to 0.3.2 2017-01-01 19:33:06 +00:00
rubygem-rabbit - Update to 2.2.1 [1] 2018-05-21 03:16:11 +00:00
rubygem-vpim Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
rump For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so 2017-11-30 05:55:17 +00:00
rumprun Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
saaghar Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
seabios seabios: foce usage of GNU ld 2018-04-04 11:46:19 +00:00
sent misc/sent: Update to 1 2018-02-02 04:06:07 +00:00
seq2 Reset ports maintained by bf@ until he has time again to work on them. 2016-06-27 21:30:34 +00:00
shared-mime-info Update to 1.8 2017-04-01 23:07:57 +00:00
shc Update to 3.9.6 2017-06-06 07:31:46 +00:00
shuffle
shuffle-db - Fix shebangs 2017-04-28 12:34:53 +00:00
since - Reassign ports to the heap 2018-02-23 01:33:00 +00:00
skyutils misc/skyutils: Fix build without SSLv3 2016-12-10 16:04:43 +00:00
sloccount - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
sls
smssend Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
soapysdr misc/py-SimpleSoapy misc/urh misc/soapysdr misc/py-soapy_power: Add the hamradio category 2018-07-02 01:09:27 +00:00
solarized Update my email address 2017-05-08 17:21:49 +00:00
spamcalc Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
sshbuddy - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
sssnips
susv2
susv3
susv4 Update SUSv4/IEEE Std. 1003.1 to the 2016 edition. 2016-10-07 21:49:04 +00:00
sword devel/icu: update to 62.1 2018-06-29 14:22:11 +00:00
table.el - Reset MAINTAINER due to fatal email bounces, maintainer timeouts 2017-11-04 13:07:41 +00:00
talkfilters Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOL 2018-01-05 02:57:35 +00:00
tcb
tdfiglet New port: misc/tdfiglet: 2018-07-04 14:01:00 +00:00
team
telbook Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01 14:16:16 +00:00
tellico-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
tempcontrol Update devel/readline to 7.0 patch 3 2017-06-27 13:46:53 +00:00
termatrix - Add LICENSE_FILE 2016-04-03 12:02:37 +00:00
teseq
thefuck Update misc/thefuck to 3.27. 2018-06-11 15:33:10 +00:00
timediff - Cosmetic fix 2016-09-01 14:50:26 +00:00
tkcron - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
tkinfo 1: Update to 2.11. 2017-10-29 11:33:07 +00:00
tkregexp - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
tkrunit
toilet - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
translate Remove remnants of the switch from Altavista Babelfish to Google Translate 2018-01-18 10:06:54 +00:00
ttyrec Enable openpty by default (pty is no more enabled by default in kernel since 4 years) 2016-03-31 08:03:27 +00:00
tudu - update from 0.10 to 0.10.2 2017-08-19 08:40:26 +00:00
tvbrowser misc/tvbrowser: 2018-04-13 12:31:30 +00:00
typetrainer Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
uk-phone
uk-postcodes
umodunpack
unclutter
unclutter-xfixes misc/unclutter-xfixes: Update to 1.3 2018-02-06 20:29:33 +00:00
unicode-emoji misc/unicode-emoji: Fix license information 2018-05-07 17:23:47 +00:00
upclient For ports in `misc' category: remove redundant PKGMESSAGE assignment, 2018-05-05 13:54:37 +00:00
urbit misc/urbit: Update 0.5.1-232 -> 0.6.0 2018-06-12 18:10:09 +00:00
urh misc/urh: Update 2.2.1 -> 2.2.2 2018-07-03 09:28:41 +00:00
us-zipcodes
usbids Update to 20180504 2018-05-15 23:58:55 +00:00
usbrh-libusb - Add LICENSE 2017-02-27 12:52:17 +00:00
utftools Unbreak. 2016-04-12 15:06:16 +00:00
valspeak
vdmfec Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
vera
vifm - Update WWW 2018-06-12 09:34:30 +00:00
viz
whichman
window misc/window: document ncurses requirement (USES+=ncurses) 2016-02-03 00:18:36 +00:00
with Add misc/with: Command prefixing for continuous workflow using a single tool 2018-03-10 19:22:33 +00:00
wmcalendar Bump PORTREVISION on ports depending on devel/libical. 2018-03-20 02:54:23 +00:00
wmjulia
wmpal - Add LICENSE_FILE 2017-11-29 16:06:26 +00:00
wmScoreBoard - Clarify LICENSE 2016-07-13 09:00:12 +00:00
wmtunlo
wmweather+ misc/wmweather+: Change location of config file 2018-02-06 23:49:44 +00:00
wmwork
wotsap Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
xd
xdelta - make portlint happier 2016-10-06 20:15:36 +00:00
xdelta3 - Update to 3.1.0 2018-06-25 00:55:45 +00:00
xdg-menu - Those ports fail to build with python3 2017-12-12 12:40:15 +00:00
xfce4-appfinder - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
xfce4-weather-plugin Update xfce4-weather-plugin to 0.8.10 2017-10-14 12:44:29 +00:00
xfce4-wm-themes
xgas
xiphos Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
xless
xosd Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
xpns - Add LICENSE 2017-11-28 14:28:44 +00:00
xtail - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
xtar
xtypo
yaunc
ytree Update devel/readline to 7.0 patch 3 2017-06-27 13:46:53 +00:00
zoneinfo Update to version 2018e 2018-05-04 13:08:42 +00:00
Makefile New port: misc/tdfiglet: 2018-07-04 14:01:00 +00:00