mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
2c80774ea9
- Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include <bsd.port.pre.mk> ... .include <bsd.port.options.mk> ... .include <bsd.port.post.mk> First the right order in that case should be: ... .include <bsd.port.options.mk> ... .include <bsd.port.pre.mk> ... .include <bsd.port.post.mk> Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1] |
||
---|---|---|
.. | ||
acroread8 | ||
aspell-pt_BR | ||
aspell-pt_PT | ||
calligra-l10n | ||
calligra-l10n-pt_BR | ||
hunspell | ||
hyphen | ||
irpf-pt_BR | ||
ispell-pt_BR | ||
kde3-i18n | ||
kde3-i18n-pt_BR | ||
kde4-l10n | ||
kde4-l10n-pt_BR | ||
libreoffice | ||
libreoffice-pt_BR | ||
mythes | ||
php_doc-br | ||
webalizer-pt_BR | ||
webalizer-pt_PT | ||
Makefile | ||
Makefile.inc |