ports/100876: [PATCH] net/kf: fix pkg-plist, depends, Makefile cleanup

Stanislav Sedov ssedov at mbsd.msk.ru
Wed Jul 26 11:12:08 UTC 2006


>Number:         100876
>Category:       ports
>Synopsis:       [PATCH] net/kf: fix pkg-plist, depends, Makefile cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 26 11:10:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006
>Description:
 - Fix depend (gtkspell2 is deprecated)
 - This port deletes system directories (listed in bsd.x11-4.dist)
 - Fix deprecated variable
 - Add SHA256

Port maintainer (anrays at gmail.com) is cc'd.

>How-To-Repeat:
>Fix:

--- kf-0.4_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/kf/Makefile /var/tmp/kf/Makefile
--- /usr/ports/net/kf/Makefile	Tue Apr 12 07:26:12 2005
+++ /var/tmp/kf/Makefile	Wed Jul 26 12:38:22 2006
@@ -22,13 +22,13 @@
 USE_GNOME=	libglade2
 USE_GETOPT_LONG=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_LIBTOOL_VER=	15
+USE_AUTOTOOLS=	libtool:15
 
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 .ifndef(WITHOUT_GTKSPELL)
-LIB_DEPENDS+=	gtkspell.0:${PORTSDIR}/textproc/gtkspell2
+LIB_DEPENDS+=	gtkspell.0:${PORTSDIR}/textproc/gtkspell
 CONFIGURE_ARGS+=	--enable-gtkspell
 .endif
 
diff -ruN --exclude=CVS /usr/ports/net/kf/distinfo /var/tmp/kf/distinfo
--- /usr/ports/net/kf/distinfo	Sat Jan  8 20:21:21 2005
+++ /var/tmp/kf/distinfo	Wed Jul 26 12:38:58 2006
@@ -1,2 +1,3 @@
 MD5 (kf-0.4.tar.gz) = d21d7622dbec870bd10f367e5ef5a195
+SHA256 (kf-0.4.tar.gz) = 79bbed5038bde5b7bddc3a1a90e8a020c4ca148ff3dc24bba2eeaf17966f8ffa
 SIZE (kf-0.4.tar.gz) = 363208
diff -ruN --exclude=CVS /usr/ports/net/kf/pkg-plist /var/tmp/kf/pkg-plist
--- /usr/ports/net/kf/pkg-plist	Sat Jan  8 20:21:21 2005
+++ /var/tmp/kf/pkg-plist	Wed Jul 26 12:35:30 2006
@@ -114,11 +114,5 @@
 share/locale/bg/LC_MESSAGES/kf.mo
 share/locale/pl/LC_MESSAGES/kf.mo
 share/locale/ru/LC_MESSAGES/kf.mo
- at dirrm share/locale/bg/LC_MESSAGES
- at dirrm share/locale/pl/LC_MESSAGES
- at dirrm share/locale/ru/LC_MESSAGES
- at dirrm share/locale/bg
- at dirrm share/locale/pl
- at dirrm share/locale/ru
 @dirrm %%DATADIR%%/emoticons
 @dirrm %%DATADIR%%
--- kf-0.4_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list