Bug 132076 - [PATCH] multimedia/libkate: no need for gnome-libs
Summary: [PATCH] multimedia/libkate: no need for gnome-libs
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: Anders Nordby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 20:30 UTC by Marcin Cieslak
Modified: 2009-03-30 23:10 UTC (History)
1 user (show)

See Also:


Attachments
libkate-0.1.12.patch (4.61 KB, patch)
2009-02-24 20:30 UTC, Marcin Cieslak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Cieslak 2009-02-24 20:30:01 UTC
libkate does not really gnome-libs, only libpng detection needs to be fixed.

somehow for me aclocal was run regnerating pretty much anything, and make in doc bailed
out with /bin/false not present.

therefore I propose to patch configure.ac and doc/Makefile.ac, too.

Added file(s):
- files/patch-configure

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

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-24 20:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anders

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Marcin Cieslak 2009-02-25 01:35:20 UTC
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 \
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2009-03-30 22:59:16 UTC
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).
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-03-30 23:02:34 UTC
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"