mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Update to version 0.4.9.2
Remove file: files/patch-Makefile.in PR: ports/168605 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
7da9a4be40
commit
da244d49bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298536
@ -6,28 +6,40 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= buici-clock
|
PORTNAME= buici-clock
|
||||||
PORTVERSION= 0.4.5
|
PORTVERSION= 0.4.9.2
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= x11-clocks
|
CATEGORIES= x11-clocks
|
||||||
MASTER_SITES= ftp://ftp.buici.com/pub/buici-clock/
|
MASTER_SITES= DEBIAN
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Xlib implementation of an attractive, configurable clock
|
COMMENT= Xlib implementation of an attractive, configurable clock
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
LICENSE= GPLv2 # (or later)
|
||||||
|
|
||||||
|
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
USE_XORG= x11 xext
|
||||||
|
USE_GNOME= pkgconfig
|
||||||
USE_BISON= build
|
USE_BISON= build
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_XORG= x11 xau xdmcp xext ice sm
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
|
||||||
MAN1= buici-clock.1
|
MAN1= buici-clock.1
|
||||||
PLIST_FILES= bin/buici-clock
|
PLIST_FILES= bin/buici-clock
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's,_=,+=,' ${WRKSRC}/xo/Makefile.in
|
@${REINPLACE_CMD} -e \
|
||||||
@${REINPLACE_CMD} -e 's|\./configure|./configure ${CONFIGURE_ARGS}|' ${WRKSRC}/configure
|
's|echo -e|echo| ; \
|
||||||
@${REINPLACE_CMD} -e 's|\./configure|./configure ${CONFIGURE_ARGS}|' ${WRKSRC}/Makefile.in
|
s|-g | |' ${WRKSRC}/Makefile.in
|
||||||
|
@${REINPLACE_CMD} -e \
|
||||||
|
's|_=|+=| ; \
|
||||||
|
s|-g | |' ${WRKSRC}/xo/Makefile.in
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/buici-clock ${PREFIX}/bin
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/buici-clock.1 ${MANPREFIX}/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (buici-clock_0.4.5.tar.gz) = eb19c3f5c253bcc68dc03021aa8e871362d10b8946fd9cf67e125cfc42f982f9
|
SHA256 (buici-clock_0.4.9.2.tar.gz) = 06b33420128b5ebfa4063dae0a998527c24a912aefdd69f3e9f8442b7d3a751d
|
||||||
SIZE (buici-clock_0.4.5.tar.gz) = 154495
|
SIZE (buici-clock_0.4.9.2.tar.gz) = 167987
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
--- Makefile.in.orig Wed Feb 12 19:05:59 2003
|
|
||||||
+++ Makefile.in Mon Nov 22 11:42:51 2004
|
|
||||||
@@ -138,7 +138,7 @@
|
|
||||||
|
|
||||||
xolib:
|
|
||||||
@if test ! "${XO_PATH}" = "../xo" ; \
|
|
||||||
- then (cd ${XO_PATH} ; ./configure ; make all) ; fi
|
|
||||||
+ then (cd ${XO_PATH} ; ./configure ; gmake all) ; fi
|
|
||||||
|
|
||||||
$(O_D)$(TARGET): $(OBJ) $(XO_PATH)/libxo.a
|
|
||||||
$(CC) -o $@ $(addprefix $(O_D),$(OBJ)) $(LFLAGS)
|
|
||||||
@@ -178,7 +178,7 @@
|
|
||||||
.version_patch` > .version
|
|
||||||
|
|
||||||
_version.h: .version
|
|
||||||
- @/bin/echo -e \#define SZ_VERSION \"`cat .version`\" > _version.h
|
|
||||||
+ @/bin/echo \#define SZ_VERSION \"`cat .version`\" > _version.h
|
|
||||||
|
|
||||||
.PHONY: transmit
|
|
||||||
transmit: # distribution-archive
|
|
@ -2,4 +2,4 @@ Buici Clock is an attractive X-Window System clock.
|
|||||||
As clocks go, Buici satisfies the basic need of representing
|
As clocks go, Buici satisfies the basic need of representing
|
||||||
the time accuratel and attractively.
|
the time accuratel and attractively.
|
||||||
|
|
||||||
WWW: ftp://ftp.buici.com/pub/buici-clock/
|
WWW: http://packages.qa.debian.org/b/buici-clock.html
|
||||||
|
Loading…
Reference in New Issue
Block a user