Bug 152901 - [patch] databases/pecl-sqlite Cleanup/Fixes
Summary: [patch] databases/pecl-sqlite Cleanup/Fixes
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 20:10 UTC by Tom Judge
Modified: 2012-02-01 22:00 UTC (History)
1 user (show)

See Also:


Attachments
databases-pecl-sqlite.txt (1.32 KB, text/plain)
2010-12-07 20:10 UTC, Tom Judge
no flags Details
databases-pecl-sqlite.txt (1.34 KB, text/plain)
2010-12-08 17:38 UTC, Tom Judge
no flags Details
databases-pecl-sqlite.txt (1.34 KB, text/plain)
2010-12-10 16:11 UTC, Tom Judge
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Judge 2010-12-07 20:10:08 UTC
The attached patch fixes the following issues with databases/pecl-sqlite which is the api for sqlite in php 4:

* The port did not define DEFAULT_PHP_VER to 4 so pakcage building is broken.

* The port did not have the correct IGNORE set for the new dual 5.3 and 5.2 ports.  Remove the .if block and add an IGNORE_WITH_PHP.

* Update the comment to reflect the fact that this port is for php 4 only.

* Remove the MD5 line from distinfo.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-07 20:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Tom Judge 2010-12-08 17:38:43 UTC
New patch to add LICENSE line.

This now depends on ports/152927.


-- 
TJU13-ARIN
Comment 3 Tom Judge 2010-12-10 16:11:40 UTC
This should be the final version of this patch, the license is actually
3.0 not 3.01.

Comment 4 Thomas Abthorpe freebsd_committer freebsd_triage 2012-02-01 15:55:28 UTC
Responsible Changed
From-To: mnag->freebsd-ports-bugs

Reassign to the heap
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-02-01 21:55:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-02-01 21:56:41 UTC
sunpoet     2012-02-01 21:56:33 UTC

  FreeBSD ports repository

  Modified files:
    databases/pecl-sqlite Makefile 
  Removed files:
    databases/pecl-sqlite pkg-plist 
  Log:
  - Update COMMENT, add DEFAULT_PHP_VER and IGNORE_WITH_PHP: this port is for PHP 4 only
  - Add LICENSE
  - While I'm here:
    - Remove PHP_MODNAME
    - Respect PORTEXAMPLES
    - Pet portlint
    - Use PORTEXAMPLES instead of the two-line PLIST
  
  PR:             ports/152901
  Submitted by:   Tom Judge <tom@tomjudge.com>
  
  Revision  Changes    Path
  1.6       +18 -17    ports/databases/pecl-sqlite/Makefile
  1.3       +0 -2      ports/databases/pecl-sqlite/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"
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-02-01 21:57:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!