mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Don't install .la files
- Fix .pc file installation - Portlint - Remove redundant definitions and no-op patching
This commit is contained in:
parent
7987588671
commit
f481fb75b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115181
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= beep-media-player
|
||||
PORTVERSION= 0.9.6.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
@ -18,14 +18,13 @@ MAINTAINER= flynn@energyhq.es.eu.org
|
||||
COMMENT= GTK2 mp3 player
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_ICONV= yes
|
||||
WANT_GNOME= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_LIBTOOL_VER=15
|
||||
LIBTOOLFILES= configure libbeep/configure
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
INPUT_PLUGINS="${INPUT_PLUGINS}" \
|
||||
@ -75,7 +74,7 @@ CONFIGURE_ARGS+= --disable-esd
|
||||
PLIST_SUB+= ESDPLUGIN:="@comment "
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "i386"
|
||||
.if ${ARCH} != "i386"
|
||||
WITHOUT_3DNOW= yes
|
||||
.endif
|
||||
|
||||
@ -111,8 +110,8 @@ pre-extract:
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|\(datadir\)/aclocal|(prefix)/share/aclocal|g'
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|{datadir}/locale|{prefix}/share/locale|g' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \
|
||||
|
@ -1,51 +0,0 @@
|
||||
--- ltmain.sh.orig Tue Nov 25 16:42:46 2003
|
||||
+++ ltmain.sh Sun Feb 8 00:05:54 2004
|
||||
@@ -1280,7 +1280,7 @@
|
||||
esac
|
||||
elif test "X$arg" = "X-lc_r"; then
|
||||
case $host in
|
||||
- *-*-openbsd* | *-*-freebsd*)
|
||||
+ *-*-openbsd* | *-*-freebsd4*)
|
||||
# Do not include libc_r directly, use -pthread flag.
|
||||
continue
|
||||
;;
|
||||
@@ -1290,8 +1290,16 @@
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ compile_command="$compile_command -pthread"
|
||||
+ finalize_command="$finalize_command -pthread"
|
||||
+ compiler_flags="$compiler_flags -pthread"
|
||||
+ continue
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
+ build_old_libs=no
|
||||
continue
|
||||
;;
|
||||
|
||||
@@ -3000,6 +3008,9 @@
|
||||
# problems, so we reset it completely
|
||||
verstring=
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
+ # FreeBSD doesn't need this...
|
||||
+ ;;
|
||||
*)
|
||||
verstring="0.0"
|
||||
;;
|
||||
@@ -5428,10 +5439,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -17,7 +17,7 @@ lib/bmp/Input/libmpg123.so
|
||||
lib/bmp/Output/libOSS.so
|
||||
%%ESDPLUGIN:%%lib/bmp/Output/libesdout.so
|
||||
lib/bmp/Visualization/libbscope.so
|
||||
lib/pkgconfig/beep.pc
|
||||
libdata/pkgconfig/beep.pc
|
||||
share/aclocal/beep.m4
|
||||
share/bmp/Skins/Default/Avs.bmp
|
||||
share/bmp/Skins/Default/Balance.bmp
|
||||
|
Loading…
Reference in New Issue
Block a user