Bug 58525 - [PATCH] port devel/portlint: USE_* should be no user-settable option
Summary: [PATCH] port devel/portlint: USE_* should be no user-settable option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-25 15:50 UTC by Oliver Eikemeier
Modified: 2003-10-26 21:28 UTC (History)
0 users

See Also:


Attachments
portlint-USE.patch (541 bytes, patch)
2003-10-25 15:50 UTC, Oliver Eikemeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Eikemeier 2003-10-25 15:50:19 UTC
Some ports use user-settable options that start with USE_*. These are reserved
for bsd.port.mk and friends, and may give strange results when defined on the
command line or in make.conf. For example:

  cd security/gnupg; make install USE_OPENLDAP=yes

fails when OpenLDAP is not installed, but succeeds when OpenLDAP is installed.

Affected ports:

ache@FreeBSD.org
- www/lynx-current
- www/mnogosearch
USE_OPENSSL => !WITHOUT_OPENSSL

cy@FreeBSD.org
- security/krb5
USE_MIT_TARBALL => WITH_MIT_TARBALL

darius@dons.net.au
- comms/ltmdm
USE_595_OBJ => WITH_595_OBJ

kcwu@ck.tp.edu.tw
- chinese/libtabe
- chinese/xcin25
USE_DB2 => WITH_DB2

koma2@jiro.c.u-tokyo.ac.jp
- japanese/skkinput3
USE_SKK10 => WITH_SKK10

krion@FreeBSD.org
- irc/ngircd
USE_TCP_WRAPPERS => WITH_TCP_WRAPPERS

kris@FreeBSD.org
- games/tome
USE_XLIB => WITH_XLIB

kuriyama@FreeBSD.org
- security/gnupg
USE_OPENLDAP => WITH_OPENLDAP, and use USE_OPENLDAP

maho@FreeBSD.org
- math/spooles
USE_MPI => WITH_MPI
USE_THREADS => WITH_THREADS

makoto@pinpott.spnet.ne.jp
- japanese/zangband
USE_Z_SCORES => WITH_Z_SCORES

markun@onohara.to
- security/clamav
USE_LIBTOOL_VER is a dirty hack by myself...

mbr@FreeBSD.org
- editors/staroffice60
USE_CDROM => WITH_CDROM

mwest@uct.ac.za
- x11/xmotd
USE_HTML => WITH_HTML
USE_MOTIF => WITH_MOTIF
USE_XPM => WITH_XPM

nectar@FreeBSD.ORG
- security/heimdal
USE_XLIB => WITH_XLIB

nobutaka@FreeBSD.org
- www/w3m
USE_OPENSSL => !WITHOUT_OPENSSL

okazaki@FreeBSD.org
- java/junit
USE_JAVA => WITH_JAVA

openoffice@FreeBSD.org
- editors/openoffice
- editors/openoffice-devel
- german/openoffice
- portuguese/openoffice
- russian/openoffice
USE_LANG => WITH_LANG

pat@FreeBSD.org
- games/q3server-ra3
DONT_USE_ZIP => WITHOUT_ZIP
- games/utserver-to
DONT_USE_ZIP => WITHOUT_ZIP
DO_USE_WRKSUBDIR => WITH_WRKSUBDIR
DO_USE_STRIP => WITH_STRIP

ports@FreeBSD.org
- cad/gmsh
USE_TRIANGLE => WITH_TRIANGLE
- cad/tochnog
USE_THREADS => WITH_THREADS
- security/isakmpd
USE_KEYNOTE => WITH_KEYNOTE
- www/interchange
USE_THIS_PERL => WITH_BASE_PERL
- net/rsync
USE_SSH => WITH_SSH

sergei@FreeBSD.org
- mail/anubis
USE_OPENSSL => WITH_OPENSSL
USE_GNUTLS => WITH_GNUTLS
USE_PAM => WITH_PAM
USE_TCP_WRAPPERS => WITH_TCP_WRAPPERS
USE_PAM => WITH_PAM

sf@slappy.org
- math/maxima
USE_CMUCL => WITH_CMUCL
USE_GCL => WITH_GCL
USE_CLISP => WITH_CLISP

taguchi@tohoku.iij.ad.jp
- x11-servers/XttXF86srv-common
USE_SHARED_WRKSRC => WITH_SHARED_WRKSRC

udo.schweigert@siemens.com
- mail/mutt-devel
USE_NCURSES => WITH_NCURSES
USE_SLANG => WITH_SLANG

ume@FreeBSD.org
- mail/cyrus-imapd2
- mail/cyrus-imapd22
USE_BDB_VER => WITH_BDB_VER

Ports that are reported, but shouldn't:

ade@FreeBSD.org:
- devel/autoconf
- devel/autoconf213
- devel/autoconf253
- devel/autoconf257
USE_AUTOCONF
- devel/automake
- devel/automake14
- devel/automake15
- devel/automake17
USE_AUTOMAKE
- devel/libtool13
- devel/libtool14
- devel/libtool15
USE_LIBTOOL
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-10-25 21:50:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Mine!
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-10-26 21:27:51 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-10-26 21:27:51 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-10-26 21:27:51 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 5 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-10-26 21:27:51 UTC
State Changed
From-To: open->closed

Committed, thanks!