Bug 106673 - [update] lang/sdcc-devel: version 2.6.2.2006.12.13
Summary: [update] lang/sdcc-devel: version 2.6.2.2006.12.13
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-13 15:50 UTC by Tijl Coosemans
Modified: 2007-01-11 10:00 UTC (History)
0 users

See Also:


Attachments
sdcc-devel.update (8.57 KB, text/plain)
2006-12-13 15:50 UTC, Tijl Coosemans
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans 2006-12-13 15:50:02 UTC
lang/sdcc-devel update to version 2.6.2.2006.12.13
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-12-13 15:53:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-12-13 16:45:31 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 3 Tijl Coosemans 2006-12-13 21:06:48 UTC
> The port does not build under 4.X. Can you take a look in it?

I hope this one solves it. To be applied in addition to the patch above.

--- sdcc-devel.update.extra begins here ---
--- Makefile.orig	Wed Dec 13 21:56:27 2006
+++ Makefile	Wed Dec 13 21:56:35 2006
@@ -36,6 +36,11 @@
 
 .include <bsd.port.pre.mk>
 
+.if !defined(WITHOUT_MCS51) && !defined(WITHOUT_UCSIM) && ${OSVERSION} < 500019
+LIB_DEPENDS=	readline.5:${PORTSDIR}/devel/readline
+CONFIGURE_ARGS=	CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"
+.endif
+
 .if defined(WITHOUT_MCS51) && defined(WITHOUT_DS390)
 CONFIGURE_ARGS+=	--disable-51
 PLIST_SUB+=		MCS51DS390="@comment "
--- sdcc-devel.update.extra ends here ---
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2006-12-14 13:50:10 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-12-14 13:51:59 UTC
miwi        2006-12-14 13:49:55 UTC

  FreeBSD ports repository

  Modified files:
    lang/sdcc-devel      Makefile distinfo pkg-plist 
    lang/sdcc-devel/files patch-configure.in 
  Log:
  - Update to 2.6.2.2006.12.13
  
  PR:             ports/106673
  Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
  
  Revision  Changes    Path
  1.12      +7 -2      ports/lang/sdcc-devel/Makefile
  1.9       +3 -3      ports/lang/sdcc-devel/distinfo
  1.6       +9 -7      ports/lang/sdcc-devel/files/patch-configure.in
  1.10      +33 -15    ports/lang/sdcc-devel/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 6 dfilter service freebsd_committer freebsd_triage 2007-01-11 09:51:54 UTC
miwi        2007-01-11 09:51:34 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/komparator  Makefile distinfo pkg-plist 
  Log:
  - Update to 0.5
  
  PR:             ports/106673
  Submitted by:   miwi
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.5       +1 -1      ports/sysutils/komparator/Makefile
  1.4       +3 -3      ports/sysutils/komparator/distinfo
  1.4       +4 -0      ports/sysutils/komparator/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"