License issue with libXdmcp

I ran into a license issue with a port for the first time and I couldn't really make sense of the wiki page regarding licenses.

http://wiki.freebsd.org/PortsLicenseInfrastructure

Code:
]# make
===>  Vulnerability check disabled, database not found
===>  License not correctly defined: for unknown licenses, defining LICENSE_PERMS is mandatory (otherwise use a known LICENSE)
*** Error code 1

Stop in /usr/ports/x11/libXdmcp.

Can anyone point me in the right direction to solve this?
 
Code:
 # make
===>  License MIT accepted by the user
=> libXdmcp-1.1.0.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/xorg/lib.
=> Attempting to fetch ftp://ftp.mirrorservice.org/sites/ftp.x.org/pub/individual/lib/libXdmcp-1.1.0.tar.bz2
libXdmcp-1.1.0.tar.bz2                        100% of  281 kB  398 kBps
===>  Extracting for libXdmcp-1.1.0
=> SHA256 Checksum OK for xorg/lib/libXdmcp-1.1.0.tar.bz2.
===>  Patching for libXdmcp-1.1.0
===>   libXdmcp-1.1.0 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found
===>   libXdmcp-1.1.0 depends on executable: pkg-config - found
===>  Configuring for libXdmcp-1.1.0

No problems here. Make sure your ports tree is up to date.
 
I am and it was a newly installed machine with portsnap run just before and after to make sure there was no outstanding issues.

I added
Code:
DISABLE_LICENSES=yes
to /etc/make.conf to continue.
 
Back
Top