ports/103446: Missing files in pkg-plist; spaces in variable in Makefile

Diane Bruce db at db.net
Thu Sep 21 03:40:19 UTC 2006


>Number:         103446
>Category:       ports
>Synopsis:       Missing files in pkg-plist; spaces in variable in Makefile
>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:   Thu Sep 21 03:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Diane Bruce
>Release:        FreeBSD 4.11-RELEASE-p9 i386
>Organization:
unorganised as usual
>Environment:
System: FreeBSD heceta.db.net 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #4: Tue May 17 16:07:52 EDT 2005 db at heceta.db.net:/usr/src/sys/compile/HECETA i386


	
>Description:
	sdl12 port has two missing files in pkg-plist
        some other portlint errors
>How-To-Repeat:
	make and deinstall sdl12
>Fix:



diff -u -r /usr/ports/devel/sdl12/Makefile sdl12/Makefile
--- /usr/ports/devel/sdl12/Makefile	Wed Sep 20 23:25:44 2006
+++ sdl12/Makefile	Wed Sep 20 23:29:07 2006
@@ -18,11 +18,12 @@
 
 BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
 
+INSTALLS_SHLIB=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 WANT_GNOME=	yes
 USE_GNOME=	gnomehack gnometarget
-USE_ICONV=      yes
+USE_ICONV=	yes
 CONFIGURE_ENV=	NASM="${LOCALBASE}/bin/nasm"		\
 		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"	\
 		PTHREAD_LIBS="${PTHREAD_LIBS}"		\
@@ -38,7 +39,7 @@
 CONFIGURE_ARGS+=--disable-video-x11
 .endif
 
-# XXX: exists untill it will be committed to bsd.port.mk
+# XXX: exists until it will be committed to bsd.port.mk
 COPYTREE_SHARE=	${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \
 		2>&1) && \
 		${CHOWN} -R ${SHAREOWN}:${SHAREGRP} $$1 && \
diff -u -r /usr/ports/devel/sdl12/pkg-plist sdl12/pkg-plist
--- /usr/ports/devel/sdl12/pkg-plist	Wed Sep 20 23:25:46 2006
+++ sdl12/pkg-plist	Wed Sep 20 23:22:43 2006
@@ -18,11 +18,13 @@
 include/SDL/SDL_error.h
 include/SDL/SDL_events.h
 include/SDL/SDL_getenv.h
+include/SDL/SDL_image.h
 include/SDL/SDL_joystick.h
 include/SDL/SDL_keyboard.h
 include/SDL/SDL_keysym.h
 include/SDL/SDL_loadso.h
 include/SDL/SDL_main.h
+include/SDL/SDL_mixer.h
 include/SDL/SDL_mouse.h
 include/SDL/SDL_mutex.h
 include/SDL/SDL_name.h
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list