upgrade to 0.9.4
sort plist
This commit is contained in:
parent
a6d5badcb7
commit
911b693fb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40745
@ -7,12 +7,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= uds
|
||||
PORTVERSION= 0.9.3
|
||||
PORTVERSION= 0.9.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://frost.flewid.de/dist/
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
USE_AUTOMAKE= yes
|
||||
USE_AUTOCONF= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
@ -22,4 +24,7 @@ USE_NEWGCC= yes
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/thread/Makefile.am
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (uds-0.9.3.tar.gz) = 5ea0959de10314da31e8cf35d2001849
|
||||
MD5 (uds-0.9.4.tar.gz) = 61ff8da45829cfee99bb5e154dcc024a
|
||||
|
15
devel/uds/files/patch-Makefile.am
Normal file
15
devel/uds/files/patch-Makefile.am
Normal file
@ -0,0 +1,15 @@
|
||||
--- Makefile.am.orig Mon Apr 2 20:06:43 2001
|
||||
+++ Makefile.am Mon Apr 2 20:07:20 2001
|
||||
@@ -12,9 +12,9 @@
|
||||
|
||||
|
||||
install-data-hook:
|
||||
- rm -Rf $(prefix)/doc/uds
|
||||
- mkdir -p $(prefix)/doc/uds
|
||||
- cp $(srcdir)/doc/*.html $(prefix)/doc/uds
|
||||
+ rm -Rf $(prefix)/share/doc/uds
|
||||
+ mkdir -p $(prefix)/share/doc/uds
|
||||
+ cp $(srcdir)/doc/*.html $(prefix)/share/doc/uds
|
||||
|
||||
uninstall-local:
|
||||
rm -Rf /usr/doc/uds
|
@ -1,15 +0,0 @@
|
||||
--- Makefile.in.orig Tue Feb 27 14:29:36 2001
|
||||
+++ Makefile.in Tue Feb 27 14:30:46 2001
|
||||
@@ -377,9 +377,9 @@
|
||||
cp `find $(srcdir)/test/ -type f -maxdepth 1` $(top_distdir)/test
|
||||
|
||||
install-data-hook:
|
||||
- rm -Rf $(prefix)/doc/uds
|
||||
- mkdir -p $(prefix)/doc/uds
|
||||
- cp $(srcdir)/doc/*.html $(prefix)/doc/uds
|
||||
+ rm -Rf $(prefix)/share/uds/doc
|
||||
+ mkdir -p $(prefix)/share/uds/doc
|
||||
+ cp $(srcdir)/doc/*.html $(prefix)/share/uds/doc
|
||||
|
||||
uninstall-local:
|
||||
rm -Rf /usr/doc/uds
|
11
devel/uds/files/patch-configure.in
Normal file
11
devel/uds/files/patch-configure.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.in.orig Mon Apr 2 20:09:38 2001
|
||||
+++ configure.in Mon Apr 2 20:09:49 2001
|
||||
@@ -23,7 +23,7 @@
|
||||
AC_LANG_CPLUSPLUS
|
||||
|
||||
dnl Checks for libraries.
|
||||
-AC_CHECK_LIB(pthread, main, thread_dir=thread, thread_dir=)
|
||||
+AC_CHECK_LIB(c_r, main, thread_dir=thread, thread_dir=)
|
||||
AC_SUBST(thread_dir)
|
||||
|
||||
dnl Checks for header files.
|
@ -11,6 +11,7 @@ include/uds/exception.hh
|
||||
include/uds/exit.hh
|
||||
include/uds/flex_func.hh
|
||||
include/uds/functional.hh
|
||||
include/uds/init.hh
|
||||
include/uds/log.hh
|
||||
include/uds/md5.h
|
||||
include/uds/procstream.hh
|
||||
@ -30,12 +31,12 @@ include/uds/uds.hh
|
||||
lib/libuds.a
|
||||
lib/libuds.so
|
||||
lib/libuds.so.0
|
||||
share/uds/doc/relnotes.html
|
||||
share/uds/doc/index.html
|
||||
share/uds/doc/features.html
|
||||
share/uds/doc/download.html
|
||||
share/uds/doc/contributing.html
|
||||
share/uds/doc/config.html
|
||||
share/doc/uds/config.html
|
||||
share/doc/uds/contributing.html
|
||||
share/doc/uds/download.html
|
||||
share/doc/uds/features.html
|
||||
share/doc/uds/index.html
|
||||
share/doc/uds/relnotes.html
|
||||
@dirrm share/doc/uds
|
||||
share/uds/udsdeff.cc
|
||||
@dirrm share/uds/doc
|
||||
@dirrm share/uds
|
||||
|
Loading…
Reference in New Issue
Block a user