net/minidlna: use newer kqueue patch

- Use newer kqueue patch
- Use autotools to regenerate configure required for the patch
This commit is contained in:
William Grzybowski 2013-12-16 14:45:39 +00:00
parent afea8afe39
commit e66acdbd56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336641
2 changed files with 584 additions and 307 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= minidlna PORTNAME= minidlna
PORTVERSION= 1.1.1 PORTVERSION= 1.1.1
PORTREVISION= 2 PORTREVISION= 3
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= net multimedia www CATEGORIES= net multimedia www
MASTER_SITES= SF MASTER_SITES= SF
@ -21,11 +21,13 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
libavformat.so:${PORTSDIR}/multimedia/ffmpeg libavformat.so:${PORTSDIR}/multimedia/ffmpeg
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-db-path=/var/db/minidlna \ CONFIGURE_ARGS= --with-db-path=/var/db/minidlna \
--with-os-url="http://www.FreeBSD.org" --with-os-url="http://www.FreeBSD.org"
CFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
USES= iconv USES= iconv
USE_AUTOTOOLS= autoconf aclocal automake
AUTOMAKE_ARGS= --add-missing
PKGMESSAGE= ${WRKSRC}/pkg-message PKGMESSAGE= ${WRKSRC}/pkg-message
SUB_FILES+= pkg-message SUB_FILES+= pkg-message

File diff suppressed because it is too large Load diff