Enji Cooper
7c1e17e76e
Fix building termcap.db when make obj is run beforehand from a clean tree by
...
using make variables for the filenames, which helps resolve pathing
appropriately when running cap_mkdb
X-MFC with: r275687
Pointyhat to: me
2014-12-10 23:18:11 +00:00
Enji Cooper
1db9ecff02
Remove termcap entry reordering; install the file verbatim instead
...
termcap entry reordering requires ex (which is available via usr.bin/vi), which
breaks on build hosts where installworld is run with MK_VI == no (or when
make delete-old is run on ^/projects/building-blocks as vi, et al, are
removed on the branch when the knob is tweaked to => "no")
Reordering termcap was believed to improve performance, but the file is now
accessed via /etc/termcap.db, so /etc/termcap (and /usr/share/misc/termcap by
proxy) access is less preferred.
Reordering the file broke the historical comment <-> entry mapping as well,
which could muddle the purpose of entries in the file, so it could be
potentially harmful to readers in its reordered state.
Discussion took place on hackers@ here:
https://lists.freebsd.org/pipermail/freebsd-hackers/2014-December/046657.html
Discussed with: -hackers, mp
MFC after: 1 month
Sponsored by: EMC / Isilon Storage Division
2014-12-10 20:40:03 +00:00
Mark Peek
0ad435f321
Document support for Netgear WG111v1 (rev2)
2014-12-08 04:06:03 +00:00
Enji Cooper
65051f5755
The previous commit should have been a logical or not a logical "and"
...
Pointyhat to: me
2014-12-08 03:32:26 +00:00
Enji Cooper
7d5bd3ab9a
${CC} --version doesn't need to be queried if both COMPILER_TYPE and
...
COMPILER_VERSION are known
2014-12-08 03:30:42 +00:00
Baptiste Daroussin
dbdf98e9a9
Fix rendering
2014-12-06 22:28:51 +00:00
Sean Bruno
b19403fe3b
Add myself as a ports committer, mentored by bapt/bdrewery.
2014-12-06 22:03:12 +00:00
Baptiste Daroussin
ffc5fcca2a
Update to reflect the current members of portmgr
2014-12-06 21:55:18 +00:00
Baptiste Daroussin
2a0aa1c307
add some missing mentor->mentee relationship
2014-12-06 21:50:35 +00:00
Dominic Fandrey
d34492d118
Add mentor information for kami a.k.a. me.
...
My mentors are cs and koobs.
Differential Revision: https://reviews.freebsd.org/D975
Reviewed by: cs
Approved by: cs
2014-12-06 21:34:37 +00:00
Enji Cooper
a8374a76b1
${CC} --version doesn't need to be queried if both COMPILER_TYPE and
...
COMPILER_VERSION are known
2014-12-06 04:02:56 +00:00
Enji Cooper
3e37e37681
Fix typos in comments and wrap to <80 columns
...
MFC after: 3 days
2014-12-06 03:15:46 +00:00
Enji Cooper
9f1bd9c146
Fix typos in comments and wrap to <80 columns
...
MFC after: 3 days
2014-12-06 03:12:57 +00:00
Enji Cooper
da976f9d68
MFhead @ r275496
2014-12-05 07:48:25 +00:00
Rui Paulo
2a1136620d
Switch gpioctl(8) to LIBADD.
2014-12-03 03:05:15 +00:00
Enji Cooper
210607205f
Make ccd(4), et al conditional based on MK_CCD
2014-12-02 19:53:55 +00:00
Enji Cooper
c8c7f0b0e0
Add knob, MK_MAC_SUPPORT for building items with mac(9) support, like
...
libugidfw, ugidfw, etc
2014-12-02 17:08:24 +00:00
Ed Maste
9a2a384623
Regenerate src.conf(5) after r275373
2014-12-02 02:16:30 +00:00
Andrew Turner
a103277891
Set the correct architecture when targeting ARMv7
...
MFC after: 1 Week
Sponsored by: ABT Systems Ltd
2014-12-01 21:07:36 +00:00
Alexander Motin
238e75e505
Document ISP 2532 support and hint.isp.0.vports tunable.
...
MFC after: 1 week
2014-12-01 17:51:16 +00:00
Ed Maste
3194293903
Build infrastructure for elftoolchain tools
...
Set WITH_ELFTOOLCHAIN_TOOLS in src.conf to use the elftoolchain version
of the following tools:
* addr2line
* elfcopy (strip / mcs)
* nm
* size
* strings
Reviewed by: bapt (earlier version)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D1224
2014-12-01 17:49:42 +00:00
Enji Cooper
162789296e
MFhead @ r275302
2014-11-30 06:48:37 +00:00
Peter Jeremy
b6e5ca4a88
Cross reference tap(4) and tun(4) and include a short explanation as
...
to how they differ. This will assist users in selecting which interface
is more appropriate for their purposes.
Approved by: grog (co-mentor)
MFC after: 2 week
2014-11-30 04:50:13 +00:00
Enji Cooper
e7d836f78d
Make nfs server components conditional according to MK_NFS_SERVER
2014-11-30 02:31:37 +00:00
Enji Cooper
65ea08621f
Add MK_FILE and MK_SQLITE3
...
- MK_FILE will conditionalize building lib/libmagic and usr.bin/file
- MK_SQLITE3 will conditionalize building lib/libsqlite3, and will disable
MK_SVN/MK_SVNLITE by proxy
2014-11-30 00:45:33 +00:00
Enji Cooper
840e70929b
MFHead @ r275232
2014-11-29 05:28:40 +00:00
Enji Cooper
e0cbf36b20
Make ee(1) optional via MK_EE
2014-11-29 01:58:52 +00:00
Baptiste Daroussin
4bf5485791
Update libucl to latest version
...
While here correctly link libucl to libm and register the dependency on libm
for static building
2014-11-29 00:45:09 +00:00
Enji Cooper
0a775c8d2e
Install skeleton files based on the values of MK_MAIL and MK_TCSH
...
Customize according to MK_GAMES and MK_VI, in particular comment out lines
that would change behavior
Change dot.cshrc and dot.profile to not check for /usr/games/fortune based
on the new behavior in customizing the files
2014-11-28 22:07:16 +00:00
Maxim Konovalov
2da9bf1ddc
o NetBSD 6.1.5, OpenBSD 5.6, FreeBSD 10.1, DragonFly 4.0.1 added.
2014-11-27 14:54:17 +00:00
Enji Cooper
a8b303ad4d
Add WITHOUT_AUTOFS and WITHOUT_BSDCONFIG
2014-11-27 09:42:40 +00:00
Enji Cooper
f541dd9b51
Implement MK_RADIUS_SUPPORT to make libradius and assorted support optional
2014-11-27 04:16:47 +00:00
Enji Cooper
9f325b1e41
Implement knobs for MK_NETGRAPH_SUPPORT
2014-11-27 03:59:57 +00:00
Enji Cooper
44834b8f27
Honor MK_NETGRAPH for netgraph manpages
2014-11-27 00:10:59 +00:00
Enji Cooper
e26856d614
Honor MK_NETGRAPH for netgraph components
2014-11-27 00:10:16 +00:00
Enji Cooper
d96b818e73
- Fill in MK_LEGACY_CONSOLE == no and SYSCONS == no
...
- Don't install syscons(4)
- Don't install the moused or syscons rc.d scripts if MK_LEGACY_CONSOLE == no
2014-11-26 22:41:51 +00:00
Enji Cooper
f8a682df15
Add missing line continuation
2014-11-26 21:32:12 +00:00
Enji Cooper
0341ccf227
Clean up more usb related files when MK_USB == no when dealing with
...
manpages, libraries, and binaries
2014-11-26 21:18:52 +00:00
Glen Barber
c5d09a87d4
Regen src.conf(5) after r275138.
...
Sponsored by: The FreeBSD Foundation
2014-11-26 20:44:54 +00:00
Enji Cooper
a3f5edf093
Add MK_TIMED option for optionally building usr.sbin/timed, et al
2014-11-26 13:25:09 +00:00
Enji Cooper
466046ec0d
Conditionalize a number of components in the tree
...
- bootparamd
- bootpd
- finger/fingerd
- ftp/ftpd
- hastctl/hastd
- iscsid, et al
- rbootd
- talk/talkd
- tcpd, et al
- tftp/tftpd
Add src.conf entries for the various components and do a best effort
at adding components to tools/build/mk/OptionalObsoleteFiles.inc
2014-11-26 08:44:05 +00:00
Baptiste Daroussin
1ac18f08c6
Remove MINUSLPAM the LIBADD framework handles static dependencies just fine
2014-11-26 08:14:30 +00:00
Baptiste Daroussin
b9270546cf
Remove all remnant ugly LD<lbname> but atf one until the aft framework knows
...
about LIBADD
2014-11-25 22:39:59 +00:00
Baptiste Daroussin
4c5e7118db
Register the explicit (pthread) and implicit (for static) dependencies for
...
kerberos
2014-11-25 22:17:31 +00:00
Baptiste Daroussin
eafea10bae
Defines the libssh dependencies
2014-11-25 22:10:31 +00:00
Baptiste Daroussin
8794b8a783
Define missing libraries to be able to convert gnu, cddl and secure to LIBADD
2014-11-25 21:16:44 +00:00
Enji Cooper
4be1ca354c
Make building/installing bhyve optional via MK_BHYVE on amd64
...
Disable building/installing bhyve from src.opts.mk on unsupported
architectures (!amd64)
2014-11-25 19:20:25 +00:00
Baptiste Daroussin
92fc4f553a
Sort libraries definitions
...
Reported by: bjk
2014-11-25 19:13:03 +00:00
Baptiste Daroussin
9876880a9b
Remove duplicated krb5
...
Reported by: markj
2014-11-25 19:07:31 +00:00
Enji Cooper
1bdede93d8
Make src.opts.mk the source of truth for whether or not to build hyperv
...
In particular, according to several Makefiles it can only be built/run on
amd64 and i386/i386. It isn't supported on i386/pc98
2014-11-25 19:01:49 +00:00