Bug 149472 - [MAINTAINER] databases/sqlite3: update to 3.7.0.1
Summary: [MAINTAINER] databases/sqlite3: update to 3.7.0.1
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-09 16:50 UTC by Pavel Volkov
Modified: 2010-09-01 19:00 UTC (History)
0 users

See Also:


Attachments
sqlite3-3.7.0.1.patch (5.71 KB, patch)
2010-08-09 16:50 UTC, Pavel Volkov
no flags Details | Diff
Makefile.patch (479 bytes, patch)
2010-08-10 06:44 UTC, Pavel Volkov
no flags Details | Diff
sqlite3-3.7.0.1_1.patch (5.93 KB, patch)
2010-08-11 11:55 UTC, Pavel Volkov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkov 2010-08-09 16:50:02 UTC
- Update to 3.7.0.1

Generated with FreeBSD Port Tools 0.99
Comment 1 swell.k 2010-08-09 18:03:29 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
Comment 2 Pavel Volkov 2010-08-10 06:44:41 UTC
 Yes, I agree to include FTS3 by default. Please apply this path to the
port Makefile. Thank you.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2010-08-10 18:02:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 4 Dmitry Marakasov 2010-08-10 19:07:41 UTC
* 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
Comment 5 Pavel Volkov 2010-08-11 11:55:02 UTC
 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.
>
Comment 6 Pavel Volkov 2010-08-30 16:53:27 UTC
 Hello.
ports/150119 overwrites ports/149472, please close it.
Thank you.
Comment 7 Dmitry Marakasov freebsd_committer freebsd_triage 2010-09-01 18:49:33 UTC
State Changed
From-To: open->closed

Superseded by ports/150119
Comment 8 dfilter service freebsd_committer freebsd_triage 2010-09-01 18:50:03 UTC
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"