Bug 113385 - [PATCH] chinese/zhcon: Respect alternate LOCALBASE
Summary: [PATCH] chinese/zhcon: Respect alternate LOCALBASE
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-05 19:50 UTC by Tim Bishop
Modified: 2007-06-06 00:40 UTC (History)
1 user (show)

See Also:


Attachments
zhcon-0.2.5_1.patch (527 bytes, patch)
2007-06-05 19:50 UTC, Tim Bishop
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Bishop freebsd_committer freebsd_triage 2007-06-05 19:50:03 UTC
Respect alternate LOCALBASE.

The problem is this part of the configure script:

	i?86-*-freebsd*)
	      echo "FreeBsd detected"
	      ZHCON_ARCH="FreeBSD"
	                        LIBS="-L/usr/local/lib $LIBS"
	      CFLAGS="$CFLAGS -I/usr/local/include"
	      CXXFLAGS="$CXXFLAGS -I/usr/local/include";;

By setting CPPFLAGS and LDFLAGS in the port Makefile we don't have
to patch the configure script.

An alternative approach would be to fix that section of the
configure script. I notice there's already a REINPLACE_CMD that
catches some instances of /usr/local, but misses these.

Port maintainer (chinsan@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-05 19:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

Over to maintainer
Comment 2 chinsan freebsd_committer freebsd_triage 2007-06-05 20:45:37 UTC
Responsible Changed
From-To: chinsan->rafan

I approved and rafan'll eat it.
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-06-06 00:33:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-06-06 00:33:50 UTC
rafan       2007-06-05 23:33:44 UTC

  FreeBSD ports repository

  Modified files:
    chinese/zhcon        Makefile 
  Log:
  - Respect LOCALBASE
  
  PR:             ports/113385
  Submitted by:   tdb
  Approved by:    chinsan (maintainer)
  
  Revision  Changes    Path
  1.45      +2 -0      ports/chinese/zhcon/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"