mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Convert USE_XZ to USES
- Switch to USES=libtool, drop .la files - Strip libraries - Fix broken shebang
This commit is contained in:
parent
dbec84e0f8
commit
217f3a76de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356278
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= librep
|
||||
PORTVERSION= 0.92.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang elisp gnome
|
||||
MASTER_SITES= http://download.tuxfamily.org/librep/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . Archive
|
||||
@ -19,11 +20,14 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
|
||||
|
||||
USE_CSTD= gnu89
|
||||
|
||||
USE_XZ= yes
|
||||
USES= gettext pathfix pkgconfig readline gmake
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gettext gmake libtool pathfix pkgconfig readline tar:xz shebangfix
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \
|
||||
--with-stack-direction=-1
|
||||
SHEBANG_FILES= ${WRKSRC}/src/rep-xgettext.jl
|
||||
SHEBANG_LANG= rep
|
||||
rep_OLD_CMD= /usr/bin/rep
|
||||
rep_CMD?= ${PREFIX}/bin/rep
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
@ -43,4 +47,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/share/man/|/man/|g' ${WRKSRC}/man/Makefile.in
|
||||
|
||||
pre-install:
|
||||
${FIND} ${WRKSRC} -name "*.so" -exec ${STRIP_CMD} {} \;
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -9,67 +9,49 @@ include/rep/rep_lisp.h
|
||||
include/rep/rep_regexp.h
|
||||
include/rep/rep_subrs.h
|
||||
lib/librep.a
|
||||
lib/librep.la
|
||||
lib/librep.so
|
||||
lib/librep.so.16
|
||||
lib/librep.so.16.0.0
|
||||
lib/rep/doc-strings
|
||||
lib/rep/emulate-gnu-tar
|
||||
lib/rep/gdbm.a
|
||||
lib/rep/gdbm.la
|
||||
lib/rep/gdbm.so
|
||||
lib/rep/gettext.a
|
||||
lib/rep/gettext.la
|
||||
lib/rep/gettext.so
|
||||
lib/rep/install-aliases
|
||||
lib/rep/libtool
|
||||
lib/rep/readline.a
|
||||
lib/rep/readline.la
|
||||
lib/rep/readline.so
|
||||
lib/rep/rep/data/tables.a
|
||||
lib/rep/rep/data/tables.la
|
||||
lib/rep/rep/data/tables.so
|
||||
lib/rep/rep/ffi.a
|
||||
lib/rep/rep/ffi.la
|
||||
lib/rep/rep/ffi.so
|
||||
lib/rep/rep/i18n/gettext.a
|
||||
lib/rep/rep/i18n/gettext.la
|
||||
lib/rep/rep/i18n/gettext.so
|
||||
lib/rep/rep/io/db/gdbm.a
|
||||
lib/rep/rep/io/db/gdbm.la
|
||||
lib/rep/rep/io/db/gdbm.so
|
||||
lib/rep/rep/io/db/sdbm.a
|
||||
lib/rep/rep/io/db/sdbm.la
|
||||
lib/rep/rep/io/db/sdbm.so
|
||||
lib/rep/rep/io/readline.a
|
||||
lib/rep/rep/io/readline.la
|
||||
lib/rep/rep/io/readline.so
|
||||
lib/rep/rep/io/sockets.a
|
||||
lib/rep/rep/io/sockets.la
|
||||
lib/rep/rep/io/sockets.so
|
||||
lib/rep/rep/io/timers.a
|
||||
lib/rep/rep/io/timers.la
|
||||
lib/rep/rep/io/timers.so
|
||||
lib/rep/rep/lang/record-profile.a
|
||||
lib/rep/rep/lang/record-profile.la
|
||||
lib/rep/rep/lang/record-profile.so
|
||||
lib/rep/rep/util/md5.a
|
||||
lib/rep/rep/util/md5.la
|
||||
lib/rep/rep/util/md5.so
|
||||
lib/rep/rep/util/utf8.a
|
||||
lib/rep/rep/util/utf8.la
|
||||
lib/rep/rep/util/utf8.so
|
||||
lib/rep/rep/vm/safe-interpreter.a
|
||||
lib/rep/rep/vm/safe-interpreter.la
|
||||
lib/rep/rep/vm/safe-interpreter.so
|
||||
lib/rep/rules.mk
|
||||
lib/rep/sdbm.a
|
||||
lib/rep/sdbm.la
|
||||
lib/rep/sdbm.so
|
||||
lib/rep/tables.a
|
||||
lib/rep/tables.la
|
||||
lib/rep/tables.so
|
||||
lib/rep/timers.a
|
||||
lib/rep/timers.la
|
||||
lib/rep/timers.so
|
||||
libdata/pkgconfig/librep.pc
|
||||
share/emacs/site-lisp/rep-debugger.el
|
||||
|
Loading…
Reference in New Issue
Block a user