Bug 106097 - [PATCH] multimedia/gxine: Respect X11BASE
Summary: [PATCH] multimedia/gxine: Respect X11BASE
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: Frank J. Laszlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-30 23:40 UTC by Frank J. Laszlo
Modified: 2006-12-01 15:00 UTC (History)
1 user (show)

See Also:


Attachments
gxine-0.5.8-X11BASE.diff (431 bytes, patch)
2006-11-30 23:40 UTC, Frank J. Laszlo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank J. Laszlo freebsd_committer freebsd_triage 2006-11-30 23:40:01 UTC
	Respect X11BASE.

	Maintainer has been CC'd.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-30 23:40:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->laszlof

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-30 23:40:49 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Max Brazhnikov 2006-12-01 08:39:37 UTC
Frank's patch doesn't resolve the problem.
I haven't tested patch, but it should work:

diff -ruN --exclude=CVS /usr/ports/multimedia/gxine/Makefile /home/makc/porting/ports/multimedia/gxine/Makefile
--- /usr/ports/multimedia/gxine/Makefile	Mon Nov 13 12:48:51 2006
+++ /home/makc/porting/ports/multimedia/gxine/Makefile	Fri Dec  1 11:09:18 
2006
@@ -23,7 +23,8 @@
 USE_GMAKE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib"
-CONFIGURE_ARGS+=--mandir=${PREFIX}/man
+CONFIGURE_ARGS+=--mandir=${PREFIX}/man --x-includes=${X11BASE}/include \
+		--x-libraries=${X11BASE}/lib
 CFLAGS=		-O2 -fno-strict-aliasing -pipe
 INSTALLS_ICONS=	yes
Comment 4 Frank J. Laszlo freebsd_committer freebsd_triage 2006-12-01 14:49:36 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-12-01 14:57:34 UTC
laszlof     2006-12-01 14:49:24 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/gxine     Makefile 
  Log:
  Respect X11BASE
  
  PR:     ports/106097
  Submitted by:   self
  Reviewed by:    "M. Yu. Brazhnikov" <makc@issp.ac.ru> (maintainer)
  
  Revision  Changes    Path
  1.26      +2 -1      ports/multimedia/gxine/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"