Bug 162593 - [patch] devel/libmba: respect CC/CFLAGS, drop unused cruft
Summary: [patch] devel/libmba: respect CC/CFLAGS, drop unused cruft
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: 2011-11-15 19:40 UTC by Jan Beich
Modified: 2012-04-11 04:20 UTC (History)
0 users

See Also:


Attachments
cc.diff (1.99 KB, patch)
2011-11-15 19:40 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2011-11-15 19:40:08 UTC
Most build magic is replaced by WRKSRC/mktool since 0.9.1 so there is no
need to pass anything via MAKE_ENV. Also, altering SHLIB_MAJOR variable
have no effect on build but it's trivial to fix

  MAKE_ARGS=	LIBVERS=${SHLIB_MAJOR}.${PORTVERSION:R:E}.${PORTVERSION:E}

How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/libmba-0.9.1.log

# -lexpat is unused since 0.9.1
$ ldd libmba.so.0
/usr/local/lib/libmba.so.0:
        libutil.so.9 => /lib/libutil.so.9 (0x801217000)
        libc.so.7 => /lib/libc.so.7 (0x800852000)
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-11-15 22:53:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2012-01-15 07:02:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 Jan Beich freebsd_committer freebsd_triage 2012-03-13 16:27:29 UTC
miwi@FreeBSD.org writes:

> State-Changed-From-To: open->closed
> State-Changed-By: miwi
> State-Changed-When: Sun Jan 15 07:02:58 UTC 2012
> State-Changed-Why: 
> Committed. Thanks!

Where? According to freshports.org the last commit was 23 Sep 2011.

>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=162593
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2012-03-28 11:40:59 UTC
State Changed
From-To: closed->open

seems i've closed this per accident.
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2012-04-11 04:19:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-04-11 04:19:05 UTC
miwi        2012-04-11 03:18:52 UTC

  FreeBSD ports repository

  Modified files:
    devel/libmba         Makefile 
  Log:
  - Respect CC/CFLAGS
  - Drop unused cruft
  
  PR:             162593
  Submitted by:   Jan Beich <jbeich@tormail.net>
  
  Revision  Changes    Path
  1.25      +6 -17     ports/devel/libmba/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"