Bug 116761

Summary: [PATCH] irc/ratbox-services: Unbreak and portlint
Product: Ports & Packages Reporter: Ulrich Spoerlein <uspoerlein>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: moggie
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ratbox-services-1.1.2.patch none

Description Ulrich Spoerlein 2007-09-30 12:50:00 UTC
Hi,

the port has a syntax error which breaks (INDEX) building if WITH_PGSQL is set.
I also took the liberty of removing some portlint warnings.

Port maintainer (moggie@elasticmind.net) is cc'd.
Generated with FreeBSD Port Tools 0.77

How-To-Repeat: % make -DWITH_PGSQL describe -C /usr/ports/irc/ratbox-services
"Makefile", line 120: Need an operator
make: fatal errors encountered -- cannot continue
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-30 12:50:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-01 08:00:26 UTC
edwin       2007-10-01 06:59:49 UTC

  FreeBSD ports repository

  Modified files:
    irc/ratbox-services  Makefile pkg-plist 
  Log:
  [PATCH] irc/ratbox-services: Unbreak and portlint
  
          the port has a syntax error which breaks (INDEX) building
          if WITH_PGSQL is set.
          I also took the liberty of removing some portlint warnings.
  
  Maintainer was pointed to it over IRC.
  
  PR:             ports/116761
  Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
  
  Revision  Changes    Path
  1.5       +15 -13    ports/irc/ratbox-services/Makefile
  1.3       +0 -1      ports/irc/ratbox-services/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 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-01 08:00:48 UTC
State Changed
From-To: feedback->closed

Committed, thanks!