| Summary: | [PATCH] multimedia/libkate: no need for gnome-libs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Marcin Cieslak <saper> | ||||
| Component: | Individual Port(s) | Assignee: | Anders Nordby <anders> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | anders | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Marcin Cieslak
2009-02-24 20:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer (via the GNATS Auto Assign Tool) Another small fix, due to Makefile.in being re-generated, let's fix
pkgconfig path in Makefile.am as well.
Of course, this is not necessary if we get rid of regeneration.
@@ -38,8 +38,8 @@
.endif
post-patch:
- @${REINPLACE_CMD} -E -e "s|^(katepcdir =).*|\1
${LOCALBASE}/libdata/pkgconfig|" \
- ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -E -e "s|^(katepcdir *=).*|\1
${LOCALBASE}/libdata/pkgconfig|" \
+ ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am
.ifdef(NOPORTDOCS)
@${REINPLACE_CMD} -E \
State Changed From-To: open->closed I have removed gnomelibs dependency, it's clearly not needed. I haven't used any of your patching -- the fix should not needed, as png port installs both libpng.pc and libpng12.pc (one of them being actually a symlink to the other). pav 2009-03-30 22:02:20 UTC
FreeBSD ports repository
Modified files:
multimedia/libkate Makefile
Log:
- This port does not need gnomelibs
PR: ports/132076
Reported by: Marcin Cieslak <saper@SYSTEM.PL>
Approved by: maintainer timeout (anders; 1 month)
Revision Changes Path
1.2 +2 -1 ports/multimedia/libkate/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"
|