Bug 114503 - irc/bobot++ Makefile Update
Summary: irc/bobot++ Makefile Update
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-11 18:10 UTC by Ben Haga
Modified: 2007-07-27 16:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Haga 2007-07-11 18:10:03 UTC
Makefile contains incorrect argument for exclusion of GUILE build, diff
to follow:

--- Makefile.old        Wed Jul 11 10:07:23 2007
+++ Makefile    Wed Jul 11 10:04:10 2007
@@ -20,7 +20,7 @@
                LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"

 .if defined(WITHOUT_GUILE)
-CONFIGURE_ARGS+=       --disable-script
+CONFIGURE_ARGS+=       --disable-scripting
 .else
 LIB_DEPENDS+=  guile.15:${PORTSDIR}/lang/guile
 CONFIGURE_ARGS+=       --enable-script

Fix: 

.if defined(WITHOUT_GUILE)
-CONFIGURE_ARGS+=       --disable-script
+CONFIGURE_ARGS+=       --disable-scripting
 .else
 LIB_DEPENDS+=  guile.15:${PORTSDIR}/lang/guile
 CONFIGURE_ARGS+=       --enable-script--4nZtukjV2snWgKmZPvAdIp7O8dlHBa5UFf2Ide8Wdlb95vFu
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.old        Wed Jul 11 10:07:23 2007
+++ Makefile    Wed Jul 11 10:04:10 2007
@@ -20,7 +20,7 @@
                LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
How-To-Repeat: Build with WITHOUT_GUILE set.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-12 12:53:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-27 16:18:54 UTC
rafan       2007-07-27 15:18:47 UTC

  FreeBSD ports repository

  Modified files:
    irc/bobot++          Makefile 
  Log:
  - Fix configure argument that disables scripting ability
  
  PR:             ports/114503
  Submitted by:   Ben Haga <bhaga at absoludicrous.com>
  Approved by:    maintainer timeout (16 days)
  
  Revision  Changes    Path
  1.13      +2 -2      ports/irc/bobot++/Makefile
_______________________________________________
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 Rong-En Fan freebsd_committer freebsd_triage 2007-07-27 16:18:55 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!