Summary: | [PATCH] devel/upnp - update to 1.6.7 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pawel Pekala <c0rn> | ||||
Component: | Individual Port(s) | Assignee: | Wen Heping <wen> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Pawel Pekala
2010-10-09 12:40:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it. - drop libtool dependency, builds fine without it and was added most likely by accident in r1.22 - drop USE_DOS2UNIX, no longer needed - remove CONFLICTS, the port for upnp104 no longer exist - replace gnomehack with short and clear sed(1) line[1] (cosmetic) - move LICENSE a bit closer to the maintainer section (cosmetic) - add LICENSE_FILE, no reason to be wary of `LICENSE' file since ports/148808 was committed [1] this also reduces the bloat of having to include bsd.gnome.mk --- a.diff begins here --- diff --git devel/upnp/Makefile devel/upnp/Makefile index b7b680a..fd8016d 100644 --- devel/upnp/Makefile +++ devel/upnp/Makefile @@ -15,17 +15,15 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= c0rn@o2.pl COMMENT= Universal Plug and Play Software Development Kit -CONFLICTS= upnp-1.0.* +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes -USE_GNOME= gnomehack -USE_DOS2UNIX= yes + USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -LICENSE= BSD - CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" @@ -37,4 +35,8 @@ CONFIGURE_ARGS= --with-documentation=${DOCSDIR} PORTDOCS= * .endif +post-patch: .SILENT + ${REINPLACE_CMD} '/^pkgconfigexecdir/s|$$(libdir)|$$(prefix)/libdata|' \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk> --- a.diff ends here --- wen 2010-10-19 10:55:59 UTC FreeBSD ports repository Modified files: devel/upnp Makefile distinfo pkg-plist devel/upnp/files patch-libupnp.pc.in Log: - Update to 1.6.7 [1] - Pass mainatinaership to submitter [1] - Mark MAKE_JOBS_SAFE [1] - Add LICENSE_FILE [2] - Drop libtool dependency [2] - Drop USE_DOS2UNIX [2] - Remove CONFLICTS [2] - Replace gnomehack with short and clear sed line [2] PR: ports/151338 Submitted by: "Pawel Pekala" <c0rn@o2.pl> [1], Anonymous <swell.k@gmail.com> [2] Revision Changes Path 1.29 +10 -6 ports/devel/upnp/Makefile 1.15 +3 -3 ports/devel/upnp/distinfo 1.2 +4 -4 ports/devel/upnp/files/patch-libupnp.pc.in 1.13 +5 -1 ports/devel/upnp/pkg-plist _______________________________________________ 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" State Changed From-To: open->closed Committed. Thanks! |