Bug 128478 - [patch] lang/vala typo in Makefile make it impossible to build vapigen.
Summary: [patch] lang/vala typo in Makefile make it impossible to build vapigen.
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 12:40 UTC by Romain Tartière
Modified: 2008-11-03 22:30 UTC (History)
0 users

See Also:


Attachments
vala.diff (1.35 KB, patch)
2008-10-30 12:40 UTC, Romain Tartière
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Romain Tartière 2008-10-30 12:40:00 UTC
A typo in the lang/vala Makefile prevents to build vapigen if asked to.

pkg-plist has to be fixed too.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-30 12:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-03 22:26:19 UTC
mezz        2008-11-03 22:26:06 UTC

  FreeBSD ports repository

  Modified files:
    lang/vala            Makefile pkg-plist 
  Log:
  -Fix a typo, WITH_VAIPGEN -> WITH_VAPIGEN, the OPTIONS should works now.
  -Fix the plist when WITH_VAPIGEN is defined.
  -Bump the PORTREVISION.
  
  PR:             ports/128478
  Submitted by:   Romain Tartiere <romain@blogreen.org>
  
  Revision  Changes    Path
  1.14      +3 -2      ports/lang/vala/Makefile
  1.12      +2 -3      ports/lang/vala/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 3 Jeremy Messenger freebsd_committer freebsd_triage 2008-11-03 22:26:41 UTC
State Changed
From-To: open->closed

Committed, thanks!