pkgsrc/editors
jlam 95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
..
abiword Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
abiword-plugins update to 2.2.7 2005-04-13 20:15:55 +00:00
beav Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
beaver Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
biew Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
bvi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ce Removed empty line. 2005-05-23 09:17:45 +00:00
ce-doc Update to 4.5. No changelog available, and diffs are extensive. 2005-01-08 07:46:15 +00:00
ce-x11 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
conglomerate Removed trailing white-space. 2005-05-23 08:26:03 +00:00
cooledit Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
dasher Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
easyedit Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ed Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
elvis Removed trailing white-space. 2005-05-23 08:26:03 +00:00
elvis-x11 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
emacs Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
emacs-nox11 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
emacs-packages Depend on riece instead of liece. Bump version to 0.6. 2004-11-30 15:42:02 +00:00
emacs20 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ex Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
fe Initial import of fe-1.6, a folding editor with an EMACS-like command set, 2005-05-23 12:00:42 +00:00
gconf-editor Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gedit Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gice Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gnuserv Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gtranslator Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
hexedit Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hnb Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
jde Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
jed Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
joe Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
jove Don't use buildlink framework just to do a conditional dependency for a 2005-05-26 21:49:39 +00:00
kile Update kile to version 1.8. 2005-05-26 14:31:42 +00:00
leafpad Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
leim Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
leim20 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
lpe Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
lyx-qt Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
lyx-xforms bump PKGREVISION for the aiksaurus shared library version number change 2004-12-29 09:19:58 +00:00
manedit Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
matlab-mode avoid letting the emacs flavour affect DIST_SUBDIR. Ensures both emacs 2005-03-14 22:03:55 +00:00
mg2a Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
mined Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mlview Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
mule Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
mule-ucs Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
nano Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ne Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
nedit Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ng Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nvi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nvi-m17n Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pico Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
poedit Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
sam Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
speedbar Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ssam Update MASTER_SITES and HOMEPAGE. 2005-04-30 08:54:59 +00:00
tamago Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted Removed trailing white-space. 2005-05-23 08:26:03 +00:00
ted-cs Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-da Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-de Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-en-gb Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-en-us Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
ted-es Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-fr Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-it Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-nl Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-no Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-pl Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-pt Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
ted-sv Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
TeXmacs Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
uemacs Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
ve Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
vigor Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
vile Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
vilearn Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
vim Updated editors/vim to 6.3.074 and fixed pkg/29979 2005-05-30 14:18:14 +00:00
vim-gtk Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
vim-gtk2 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
vim-kde Add RMD160 checksum. 2005-05-25 11:55:27 +00:00
vim-motif Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
vim-share Updated editors/vim to 6.3.074 and fixed pkg/29979 2005-05-30 14:18:14 +00:00
vim-xaw Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
wily Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xcoral Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xemacs Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xemacs-current Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xemacs-nox11 Xemacs and Xemacs-nox11 share the same PLIST but netbsd-x11 doesn't 2005-04-25 17:23:50 +00:00
xemacs-packages Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
xjed Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xvile Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xwpe Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
yudit Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
zile Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
Makefile Add and enable fe 2005-05-23 12:01:30 +00:00