freebsd-ports/editors
Don Lewis 95150ce111 On amd64, clang++ 4.0 uses the MOVAPS SSE instruction to initialize
sufficiently large objects returned by the "new" operator.  This
requires that the object have 16-byte alignment.  The FreeBSD
malloc() implementation does the correct thing here, but OpenOffice
has a couple of internal memory allocator implementations that only
align to 8-byte boundaries at most.  In addition OpenOffice overrides
the new operator to interpose a couple of layers of wrappers.  If
the --enable-debug option is passed to configure, the wrapper adds
8 to the size passed to the allocator and adds an 8 byte offset to
the pointer returned by the allocator to make room for a signature
that it adds to the beginning of the memory block (the signature
is validated and the inverse transformation is done when the memory
is freed).  This breaks the proper alignment done by the mamory
allocator.  Fix these problems by adding an EXTRA_PATCH that teaches
the internal OpenOffice memory allocators to do 16-byte alignment
and to use a 16-byte offset in the "new" wrapper, and apply this
patch on amd64 if clang 4.0 is the system compiler.
Pass the --with-alloc=system flag to configure so that the libc
version of malloc() is used instead of one of the internal memory
allocator implementations.

Fix a few mis-sorts in BUILD_DEPENDS and don't list www/p5-libwww
twice.

Fix a compile error in the bridges code when --enable-debug is
specified.

Fix a sporadic failure in the clear_001 QA test that occasionally
breaks the build.  The nominal mutex hold time is 5 seconds, but
because it is only checked one per second, the actual time is more
likely to be around 6 seconds.  When the before time value is
subtracted from the after time value, the result might be 7 whole
seconds and a large negative number of nanoseconds.  Since the
pass/fail check only looks at the difference in the seconds fields,
it will fail the "< 7" assertion.  Relax the assertion to "<= 7"
as a quick fix.

The editors/openoffice-4 port does not need poppler.  It is only
needed for the PDF import extension, which is not built in OpenOffice
4.1.x.

Cherrypick some cleanups from PR 216245 [1]:
 * The --without-stlport configure flag is not needed.

 * Pass the -with-build-version flag to configure (but use ${PKGNAME}
   for completeness instead of just  ${PORTNAME}-${PORTVERSION})

 * Tweak a comment in the Makefile.

PR:		216245
Submitted by:	pfg [1]
2017-01-31 03:42:07 +00:00
..
2bsd-vi Mark as broken on aarch64: fails to link with sbrk. 2016-11-10 01:21:43 +00:00
abiword Fix packaging 2017-01-16 18:33:56 +00:00
abiword-docs Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
aee editors/aee: modernize makefile and support ports ncurses 2016-11-19 21:39:28 +00:00
aewan editors/aewan: document ncurses requirement (USES+=ncurses) 2016-01-31 11:19:44 +00:00
apel - Simplify plist. 2016-11-13 13:18:12 +00:00
asedit
beav - Switch to options helpers 2016-03-29 00:00:49 +00:00
biew Remove libiconv.so.3 compatibility link that was added in r374303 to 2016-12-08 19:23:24 +00:00
bitedit editors/bitedit: document ncurses rqmt (USES+=ncurses), respect LDFLAGS 2016-01-31 12:41:50 +00:00
boiling-egg
bpatch Resurrect bpatch, hope everything's right this time. 2017-01-28 16:29:20 +00:00
bvi editors/bvi: document ncurses requirement (USES+=ncurses) 2016-02-05 18:19:14 +00:00
calligra Chase update of graphics/poppler (and slaves ports) in revision r430777 2017-01-07 10:42:51 +00:00
calligra-l10n Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and 2016-08-24 08:20:31 +00:00
calligra-l10n-bs editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-ca editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-ca_valencia editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-cs editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-da editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-el editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-en_GB editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-es editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-et editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-fi editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-gl editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-it editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-kk editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-nb editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-nl editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-sk editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-sv editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
calligra-l10n-tr editors/calligra-l10n: add plist-sub 2016-05-24 05:44:56 +00:00
chexedit editors/chexedit: skip faulty ncurses.h detection conftest 2016-11-19 19:47:22 +00:00
codelite textproc/hunspell: update to 1.6.0 2017-01-07 14:43:11 +00:00
conglomerate Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in 2016-12-08 15:46:46 +00:00
cooledit Bump PORTREVISIONS for ports depending on the canonical version of GCC and 2016-11-20 09:38:08 +00:00
cream Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
deforaos-editor Update to 0.4.0 2017-01-13 15:46:42 +00:00
dhex editors/dhex: document ncurses requirement (USES+=ncurses) 2016-02-05 18:20:31 +00:00
diakonos
dkns - Update to 1.96 2016-09-13 18:54:38 +00:00
drjava Convert tab after WWW: in pkg-descrs to single space as per PHB 2016-05-23 18:36:52 +00:00
e3 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
ecce [NEW PORT] editors/ecce: Edinburgh Compatible Context Editor 2016-10-06 13:07:12 +00:00
edith - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with 2016-09-05 19:23:42 +00:00
editorconfig-core-c
emacs The output of tools like awk, date, sort, tr,... depends on the current 2017-01-18 13:20:31 +00:00
emacs-devel editors/emacs-devel: Update to latest commit on master branch. 2017-01-24 15:27:06 +00:00
emacs-nox11 Mark as broken on aarch64: fails to link with sbrk. 2016-11-10 01:21:43 +00:00
fileobj editors/fileobj: Upgrade version 0.7.25 => 0.7.44 2016-11-21 15:44:06 +00:00
flim - Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection. 2016-11-13 13:21:08 +00:00
focuswriter - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL 2017-01-11 10:08:38 +00:00
fpc-ide FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
fte - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
fxite Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
gate - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
gedit Add more PLIST_SUB to Mk/Uses/python.mk 2017-01-07 21:42:28 +00:00
gedit-plugins Add more PLIST_SUB to Mk/Uses/python.mk 2017-01-07 21:42:28 +00:00
ghex Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
gmanedit Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
gnotepad+ Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
gobby Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
gwrite editors/gwrite: new ubunto MASTER_SITE to unbreak 2016-09-20 16:30:03 +00:00
heme editors/heme: document ncurses rqmt (USES+=ncurses), respect LDFLAGS 2016-01-31 14:40:55 +00:00
hexcurse editors/hexcurses: document ncurses requirement (USES+=ncurses) 2016-01-31 11:47:43 +00:00
hexedit Update to 1.3 2017-01-28 20:52:03 +00:00
hexer Add hexer 1.0.3, multi buffer editor for binary files. 2016-12-16 09:48:54 +00:00
hexpert x11/xterm: document ncurses requirement (USES+=ncurses) 2016-02-05 18:34:16 +00:00
hnb Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
hte Reset mva@'s ports, he handed in his ports bit. 2017-01-22 22:27:54 +00:00
impress - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
jed Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed 2016-05-23 20:35:01 +00:00
jedit - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
joe Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
joe2 Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
jove Fix collision with getline(3) 2016-07-29 23:15:11 +00:00
jupp - Update to 3.1.30 2017-01-12 10:37:59 +00:00
kate Introduce new extensible virtual categories for KDE 2016-10-18 17:22:35 +00:00
kate-plugin-pate Introduce new extensible virtual categories for KDE 2016-10-18 17:22:35 +00:00
kile-kde4 Reassign makc's ports back to the pool. 2016-10-20 15:58:12 +00:00
klat4 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and 2016-08-24 08:20:31 +00:00
komodo-edit - In Uses/linux.mk use the loop variable directly when appending to 2016-09-07 12:43:22 +00:00
latexila Bump PORTREVISIONS for ports depending on the canonical version of GCC and 2016-11-20 09:38:08 +00:00
lazarus Don't quote {} in find -exec calls. 2016-12-01 11:18:03 +00:00
lazarus-lcl-gtk2 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
lazarus-lcl-nogui Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
lazarus-lcl-qt Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
lazarus-lcl-units editors/lazarus* (5 ports): Upgrade version 1.4.2 => 1.6RC2 2016-01-26 17:59:50 +00:00
le editors/le: document ncurses requirement (USES+=ncurses) 2016-01-31 11:39:58 +00:00
leafpad Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
led editors/led: document ncurses requirement (USES+=ncurses) 2016-01-31 11:20:47 +00:00
leo Update to 5.3. 2016-05-09 13:42:58 +00:00
lfhex - Clarify LICENSE 2016-03-29 00:53:48 +00:00
libreoffice The output of tools like awk, date, sort, tr,... depends on the current 2017-01-18 13:20:31 +00:00
libreoffice-af Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-am Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-as Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ast Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-be Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-bg Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-bn Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-bn_IN Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-bo Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-br Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-brx Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-bs Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ca Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ca_valencia Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-cs Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-cy Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-da Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-dgo Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-dz Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-el Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-en_GB Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-en_ZA Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-eo Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-es Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-et Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-eu Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-fa Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-fi Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ga Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-gd Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-gl Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-gu Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-gug Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-hi Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-hr Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-i18n Fix ports using PREFIX in their depends instead of LOCALBASE. 2017-01-13 16:54:55 +00:00
libreoffice-id Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-is Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-it Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ka Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-kk Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-km Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-kmr_Latn Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-kn Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-kok Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ks Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-lb Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-lo Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-lt Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-lv Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-mai Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-mk Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ml Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-mn Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-mni Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-mr Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-my Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-nb Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ne Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-nl Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-nn Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-nr Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-nso Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-oc Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-om Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-or Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-pa_IN Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ro Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-rw Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sa_IN Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sat Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sd Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-si Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sid Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sk Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sl Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sq Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sr Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sr_Latn Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ss Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-st Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sv Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-sw_TZ Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ta Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-te Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-tg Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-th Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-tn Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-tr Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ts Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-tt Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ug Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-uz Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-ve Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-vec Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-xh Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice-zu Update to 5.2.4. 2017-01-01 17:54:02 +00:00
libreoffice4 The output of tools like awk, date, sort, tr,... depends on the current 2017-01-18 13:20:31 +00:00
linux-sublime ${RM} already has -f. 2016-10-21 12:51:40 +00:00
linux-sublime3 Make 64 bit Linux packages the default on amd64. 2017-01-12 10:44:45 +00:00
madedit devel/boost-*: update to 1.63.0 2017-01-06 08:45:03 +00:00
manedit Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
mg Cleanup BROKEN/IGNORE for 10.3- 2017-01-03 11:01:05 +00:00
mined ${RM} already has -f. 2016-10-21 12:51:40 +00:00
morla Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in 2016-12-08 15:46:46 +00:00
mousepad Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
mp Mark as broken on various tier-2 archs. 2016-11-14 07:47:48 +00:00
nano - Update to 2.7.4 2017-01-12 01:57:53 +00:00
nano-devel - Update to 2.5.3 2016-02-27 00:14:52 +00:00
ne - Add LICENSE_FILE 2016-11-13 09:00:16 +00:00
nedit
neovim Update to 0.1.7 2016-12-13 11:39:01 +00:00
nvi-devel Remove libiconv.so.3 compatibility link that was added in r374303 to 2016-12-08 19:23:24 +00:00
nvi-m17n Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
omegaT Upgrade omegaT from 3.1.9 to 3.6.0 2017-01-29 16:17:56 +00:00
openoffice-4 On amd64, clang++ 4.0 uses the MOVAPS SSE instruction to initialize 2017-01-31 03:42:07 +00:00
openoffice-devel Upgrade to upstream svn revision r1780246. This incorporates the 2017-01-31 03:25:00 +00:00
p5-Padre Add LICENSE_FILE 2017-01-10 18:36:37 +00:00
p5-Proc-InvokeEditor Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
p5-Vimana In several dozen ports, use single space for WWW: line in pkg-descr, and 2016-11-22 14:04:21 +00:00
paredit-mode.el
pdfedit devel/boost-*: update to 1.63.0 2017-01-06 08:45:03 +00:00
pico-alpine
pluma - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
plume-creator-devel editors/plume-creator-devel: Remove wrongly used PLIST_SUB from pkg-plist 2016-06-12 10:07:16 +00:00
poedit devel/boost-*: update to 1.63.0 2017-01-06 08:45:03 +00:00
psgml Install gzip'd lisp source files. 2016-11-04 18:58:33 +00:00
puff editors/puff: document ncurses rqmt (USES+=ncurses), respect LDFLAGS 2016-01-31 14:44:32 +00:00
py-room Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
rox-edit ${RM} already has -f. 2016-10-21 12:51:40 +00:00
scite x11-toolkits/scintilla, editors/scite: Update to 3.7.1 2016-12-12 00:40:45 +00:00
se editors/se: document ncurses requirement (USES+=ncurses) 2016-02-05 18:57:08 +00:00
semi - Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection. 2016-11-13 13:23:04 +00:00
shed editors/shed: document ncurses requirement (USES+=ncurses) 2016-02-05 18:57:54 +00:00
slime Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
ssed Remove libiconv.so.3 compatibility link that was added in r374303 to 2016-12-08 19:23:24 +00:00
sted - Clarify LICENSE 2016-03-29 00:41:00 +00:00
tamago - Use Github for the distfile instead of old, unmaintained tarball 2016-05-16 18:20:11 +00:00
tea - Enable both aspell and hunspell as default 2017-01-22 21:26:59 +00:00
teco - Switch to options helpers 2016-03-30 00:53:10 +00:00
ted - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
tetradraw - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
texmacs Get rid of QT_PREFIX in favour of PREFIX. 2016-12-18 22:06:50 +00:00
texmaker textproc/hunspell: update to 1.6.0 2017-01-07 14:43:11 +00:00
texstudio textproc/hunspell: update to 1.6.0 2017-01-07 14:43:11 +00:00
textroom textproc/hunspell: update to 1.6.0 2017-01-07 14:43:11 +00:00
texworks textproc/hunspell: update to 1.6.0 2017-01-07 14:43:11 +00:00
the editors/the: overhaul, resolved many existing issues 2016-11-19 23:17:35 +00:00
thoteditor Cleanup $() variables in ports Makefiles. 2016-07-20 15:33:20 +00:00
tpad - Add LICENSE 2016-05-29 14:26:57 +00:00
tree-widget Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
treeform
tweak - update to 3.02 2016-03-25 20:45:54 +00:00
uemacs editors/uemacs: document ncurses rqmt (USES+=ncurses), respect LDFLAGS 2016-02-05 18:59:49 +00:00
uzap editors/uzap: document ncurses reqmt (USES+=ncurses), respect LDFLAGS 2016-01-31 12:18:31 +00:00
vanubi Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
vigor - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
vile Update to 9.8s 2016-12-18 11:47:09 +00:00
vim Update to patchlevel 252. 2017-01-28 16:06:53 +00:00
vim-lite Update vim to 8.0.0019, add GTK3 support, and take maintainership. 2016-10-01 05:36:41 +00:00
web-mode Add editors/web-mode, an autonomous Emacs major-mode 2016-12-30 10:19:09 +00:00
with-editor Update to 2.5.7 2016-11-13 10:03:04 +00:00
wordgrinder emulators/kcemu, editors/wordgrinder: Document ncurses requirement 2016-11-19 19:29:01 +00:00
xcoral Update to 3.0.4 2017-01-13 07:21:04 +00:00
xed
xmlcopyeditor devel/boost-*: update to 1.63.0 2017-01-06 08:45:03 +00:00
xvile Update to 9.8s 2016-12-18 11:47:09 +00:00
yudit The output of tools like awk, date, sort, tr,... depends on the current 2017-01-18 13:20:31 +00:00
yui Mark as broken on various tier-2 archs. 2016-11-14 07:47:48 +00:00
yzis Rename DOCS to DOXYGEN. 2016-12-21 14:56:17 +00:00
zile Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
zoinks Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
Makefile Resurrect bpatch, hope everything's right this time. 2017-01-28 16:29:20 +00:00