| Summary: | [MAINTAINER] databases/sqlite3: update to 3.7.0.1 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Pavel Volkov <pol> | ||||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | ||||||||||
| Priority: | Normal | ||||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Pavel Volkov
2010-08-09 16:50:02 UTC
How about enabling FTS3 by default? Since you already enabled SECURE_DELETE and UNLOCKY_NOTIFY it's the only missing piece for firefox4 that prevents it from depending on system sqlite by default. references: ports/146231 fts3 enabled - http://hg.mozilla.org/mozilla-central/rev/54dc626bc0b7 fts3 required for system sqlite - http://hg.mozilla.org/mozilla-central/rev/2ba69e5220c4 Yes, I agree to include FTS3 by default. Please apply this path to the port Makefile. Thank you. Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. * Pavel I Volkov (pol@opk.ru) wrote: What about using PORTDOCS=* and removing all this extra PLIST_SUB complexity? > +CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > +MAKE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CFLAGS are already there and shouldn't be added. Also it'd be better to add CPPFLAGS and LDFLAGS to {MAKE,CONFIGURE}_ENV unconditionally, as it's clearer and less error-prone. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru Wonderful. Taking into account the comments and suggestions, the new path. Thank you. 10.08.2010 22:07, Dmitry Marakasov write: > * Pavel I Volkov (pol@opk.ru) wrote: > > What about using PORTDOCS=* and removing all this extra PLIST_SUB > complexity? > >> +CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" >> +MAKE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > CFLAGS are already there and shouldn't be added. Also it'd be better > to add CPPFLAGS and LDFLAGS to {MAKE,CONFIGURE}_ENV unconditionally, > as it's clearer and less error-prone. > Hello. ports/150119 overwrites ports/149472, please close it. Thank you. State Changed From-To: open->closed Superseded by ports/150119 amdmi3 2010-09-01 17:49:50 UTC
FreeBSD ports repository
Modified files:
databases/sqlite3 Makefile distinfo
Added files:
databases/sqlite3/files patch-src-os_unix.c
Removed files:
databases/sqlite3 pkg-plist
Log:
- Update to 3.7.2
PR: 149472, 150119
Submitted by: Pavel I Volkov <pol@opk.ru> (maintainer)
Revision Changes Path
1.47 +98 -16 ports/databases/sqlite3/Makefile
1.30 +3 -3 ports/databases/sqlite3/distinfo
1.1 +11 -0 ports/databases/sqlite3/files/patch-src-os_unix.c (new)
1.15 +0 -14 ports/databases/sqlite3/pkg-plist (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|