- Update to 1.5
- Depend on gettext and libiconv
This commit is contained in:
parent
285e2c278a
commit
f3104f090c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213119
3 changed files with 13 additions and 13 deletions
|
@ -6,9 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= star
|
||||
DISTVERSION= 1.5a87
|
||||
DISTVERSION= 1.5
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ftp://ftp.berlios.de/pub/star/alpha/
|
||||
MASTER_SITES= ftp://ftp.berlios.de/pub/star/
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
COMMENT= Unique standard tape archiver with many enhancements
|
||||
|
@ -18,9 +18,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/smake:${PORTSDIR}/devel/smake
|
|||
CONFLICTS= star-1.4*
|
||||
LATEST_LINK= star-devel
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_ICONV= yes
|
||||
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
MAN1= star.1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (star-1.5a87.tar.bz2) = 4b0e5d773d473268feca9a6eda0641a9
|
||||
SHA256 (star-1.5a87.tar.bz2) = 2b40fd819aa822a3f7ba19d8e6ebf43db7651d9ddf6d7d64c4de976b1523c91e
|
||||
SIZE (star-1.5a87.tar.bz2) = 821760
|
||||
MD5 (star-1.5.tar.bz2) = a7b1a5e830935cc1bf1001a558c7f8c4
|
||||
SHA256 (star-1.5.tar.bz2) = 6dbb345d75c88d70ebdea04b13b80d7f3e9cf5d29316d803a355afd03df2723f
|
||||
SIZE (star-1.5.tar.bz2) = 783704
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- star/Makefile.orig Sat Jun 16 16:46:18 2007
|
||||
+++ star/Makefile Thu Jul 19 13:47:02 2007
|
||||
--- star/Makefile.orig 2008-04-06 20:02:25.000000000 +0200
|
||||
+++ star/Makefile 2008-05-16 10:49:50.928160632 +0200
|
||||
@@ -15,7 +15,7 @@
|
||||
INSDIR= bin
|
||||
TARGET= star
|
||||
|
@ -9,10 +9,10 @@
|
|||
CPPOPTS += -D__STAR__
|
||||
CPPOPTS += -DSET_CTIME -DFIFO -DUSE_MMAP -DUSE_REMOTE -DUSE_RCMD_RSH
|
||||
#CPPOPTS += -DSET_CTIME -DFIFO -DUSE_MMAP
|
||||
@@ -50,8 +50,7 @@
|
||||
#LIBS= -lunos
|
||||
#LIBS= -lschily -lc /usr/local/lib/gcc-gnulib
|
||||
LIBS= -ldeflt -lrmt -lschily $(LIB_ACL) $(LIB_ATTR) $(LIB_SOCKET)
|
||||
@@ -52,8 +52,7 @@
|
||||
#
|
||||
# Wenn -lfind, dann auch $(LIB_INTL)
|
||||
#
|
||||
-XMK_FILE= Makefile.man starformatman.mk scpioman.mk gnutarman.mk \
|
||||
- spaxman.mk suntarman.mk Makefile.dfl Makefile.doc
|
||||
+XMK_FILE= Makefile.man starformatman.mk
|
||||
|
|
Loading…
Reference in a new issue