INDEX build failed

Oliver Eikemeier eikemeier at fillmore-labs.com
Sat Nov 8 19:08:39 PST 2003


Kris Kennaway wrote:

> INDEX build failed with errors:
> Warning: Duplicate INDEX entry: openoffice-1.1.0_1
> 
> Most recent CVS update was:

[...]

> U editors/openoffice-1.1-ca/Makefile

has:

LANG_PKGNAME=   ca
#LANG_EXT=
LANG_CONFIGURE_ARG=     CAT
MASTERDIR=      ${.CURDIR}/../openoffice-1.1

.include "${MASTERDIR}/Makefile"

and editors/openoffice-1.1/Makefile has:

.if !defined(LANG_EXT)
LANG_EXT=01
.else
[...]
#
# Set prefix and suffix
#
.if defined(LANG_PKGNAME)
PKGNAMEPREFIX=  ${LANG_PKGNAME}-
.if defined(LANG_SUFFIX)
PKGNAMESUFFIX=  -${LANG_SUFFIX}
.endif
.endif # if defined(LANG_PKGNAME)
       	 ^^^^^^^^^^^^^^^^^^^^^^^^
         this matches the if !defined(LANG_EXT)



More information about the freebsd-ports mailing list