Summary: | Update port: archivers/libcomplex to 0.3.2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | tkato <tkato> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
tkato
2003-01-21 20:40:05 UTC
Lately KATO Tsuguru told: > diff -urN /usr/ports/archivers/libcomprex/Makefile archivers/libcomprex/Makefile [...] > -LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl > + ^^ stray newline > +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ > + curl.2:${PORTSDIR}/ftp/curl > .if !exists(/usr/bin/bzip2) > LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 > .endif > > USE_LIBTOOL= yes > -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" > +LIBTOOLFLAGS= # none > +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > + LDFLAGS="-L${LOCALBASE}/lib -lintl" use CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" etc so that people can customize behavior? (static etc) cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News On Wed, 22 Jan 2003 13:22:43 +0100 "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> wrote: > use CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" etc so > that people can customize behavior? (static etc) I suppose it isn't preferable to allow each user to customize configurations other than that are indicated explicitly with WITH_foo/WITHOUT_foo knob. State Changed From-To: open->closed Committed, thanks! |