Bug 160406 - [PATCH] graphics/geos: add option to enable python bindings
Summary: [PATCH] graphics/geos: add option to enable python bindings
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 20:50 UTC by Dmitry Marakasov
Modified: 2011-09-13 18:00 UTC (History)
1 user (show)

See Also:


Attachments
geos-3.3.0_2.patch (2.03 KB, patch)
2011-09-02 20:50 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2011-09-02 20:50:09 UTC
geos has an option to enable python bindings, so add support for it in the port.

While here, canonicalize case in the Makefile, add explicit GNU_CONFIGURE (though USE_AUTOTOOLS=libtool implies it, its unapparent and confusing) and sort plist.

Port maintainer (konstantin@saurbier.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-02 20:50:19 UTC
Maintainer of graphics/geos,

Please note that PR ports/160406 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160406

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-02 20:50:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2011-09-02 21:38:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 4 Konstantin Saurbier 2011-09-13 16:38:08 UTC
Hi,

I approve the patch, please commit it!

Best regards,
Konstantin Saurbier
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2011-09-13 16:58:59 UTC
State Changed
From-To: feedback->open

Maintainer approved
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-09-13 17:51:26 UTC
beech       2011-09-13 16:51:12 UTC

  FreeBSD ports repository

  Modified files:
    graphics/geos        Makefile pkg-plist 
  Log:
  - Enable python bindings.
  - Canonicalize case in Makefile.
  - Add explicit GNU_CONFIGURE (though USE_AUTOTOOLS=libtool implies it, it's
    unapparent and confusing).
  - Sort plist.
  - Bump portrevision.
  
  PR:             ports/160406
  Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
  Approved by:    Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
  
  Revision  Changes    Path
  1.29      +19 -4     ports/graphics/geos/Makefile
  1.15      +10 -1     ports/graphics/geos/pkg-plist
_______________________________________________
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 Beech Rintoul freebsd_committer freebsd_triage 2011-09-13 17:51:33 UTC
State Changed
From-To: open->closed

Committed, Thanks!