mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
- Fix build after texi2html grew a new arg so -number became ambigious. [1]
- Remove double quotes from *_DESC now that make showconfig no longer needs them. Submitted by: pointyhat via linimon and pav [1]
This commit is contained in:
parent
da065ea934
commit
bae371eefc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299641
@ -29,16 +29,16 @@ MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= KQEMU RTL8139_TIMER SAMBA SDL GNUTLS CURL PCAP GNS3 \
|
||||
CDROM_DMA ADD_AUDIO ALL_TARGETS
|
||||
KQEMU_DESC= "Build with (alpha!) accelerator module"
|
||||
RTL8139_TIMER_DESC= "allow use of re(4) nic with FreeBSD guests"
|
||||
SAMBA_DESC= "samba dependency (for -smb)"
|
||||
SDL_DESC= "SDL/X dependency (graphical output)"
|
||||
GNUTLS_DESC= "gnutls dependency (vnc encryption)"
|
||||
CURL_DESC= "libcurl dependency (remote images)"
|
||||
PCAP_DESC= "pcap dependency (networking with bpf)"
|
||||
GNS3_DESC= "gns3 patches (udp, promiscuous multicast)"
|
||||
KQEMU_DESC= Build with (alpha!) accelerator module
|
||||
RTL8139_TIMER_DESC= allow use of re(4) nic with FreeBSD guests
|
||||
SAMBA_DESC= samba dependency (for -smb)
|
||||
SDL_DESC= SDL/X dependency (graphical output)
|
||||
GNUTLS_DESC= gnutls dependency (vnc encryption)
|
||||
CURL_DESC= libcurl dependency (remote images)
|
||||
PCAP_DESC= pcap dependency (networking with bpf)
|
||||
GNS3_DESC= gns3 patches (udp, promiscuous multicast)
|
||||
CDROM_DMA_DESC= IDE CDROM DMA
|
||||
ADD_AUDIO_DESC= "Emulate more audio hardware (experimental!)"
|
||||
ADD_AUDIO_DESC= Emulate more audio hardware (experimental!)
|
||||
ALL_TARGETS_DESC= Also build non-x86 targets
|
||||
OPTIONS_DEFAULT= SDL GNUTLS CURL PCAP GNS3 CDROM_DMA ALL_TARGETS
|
||||
|
||||
|
@ -36,3 +36,12 @@ Index: qemu/Makefile
|
||||
endif
|
||||
|
||||
install: all $(if $(BUILD_DOCS),install-doc)
|
||||
@@ -321,7 +321,7 @@ cscope:
|
||||
|
||||
# documentation
|
||||
%.html: %.texi
|
||||
- $(call quiet-command,texi2html -I=. -monolithic -number $<," GEN $@")
|
||||
+ $(call quiet-command,texi2html -I=. -monolithic --number-sections $<," GEN $@")
|
||||
|
||||
%.info: %.texi
|
||||
$(call quiet-command,makeinfo -I . $< -o $@," GEN $@")
|
||||
|
Loading…
Reference in New Issue
Block a user