Update to 3.8.8b
Add anti-alias feature PR: ports/30773 Submitted by: Nuzrin Yaapar <nuzrin@goose.net.my>
This commit is contained in:
parent
726e349d2e
commit
05d55a435e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49104
4 changed files with 30 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xfce
|
||||
PORTVERSION= 3.8.8
|
||||
PORTVERSION= 3.8.8b
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://www.xfce.org/archive/
|
||||
|
||||
|
@ -26,6 +26,18 @@ CONFIGURE_ARGS= --with-conf-dir=${PREFIX}/etc/xfce \
|
|||
--with-xpm=${X11BASE} \
|
||||
--disable-xinerama
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_XFT) && ${WITH_XFT} == yes
|
||||
CONFIGURE_ARGS+= --enable-xft
|
||||
.else
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "If you want to enable anti-aliased font support,"
|
||||
@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_XFT=yes\""
|
||||
@${ECHO_MSG}
|
||||
.endif
|
||||
|
||||
MAN1= glob.1 xfbd.1 xfce.1 xfclock.1 xfglob.1 xfgnome.1 xfhelp.1 \
|
||||
xflock.1 xfmountdev.1 xfmouse.1 xfpager.1 xfprint.1 xfrun.1 \
|
||||
xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1
|
||||
|
@ -41,4 +53,4 @@ pre-patch:
|
|||
pre-build:
|
||||
${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xfce-3.8.8.tar.gz) = 52597778787b1fae9d4178d6de3feef6
|
||||
MD5 (xfce-3.8.8b.tar.gz) = 5b3546b169690cbed13d41b7115f9dee
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xfce
|
||||
PORTVERSION= 3.8.8
|
||||
PORTVERSION= 3.8.8b
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://www.xfce.org/archive/
|
||||
|
||||
|
@ -26,6 +26,18 @@ CONFIGURE_ARGS= --with-conf-dir=${PREFIX}/etc/xfce \
|
|||
--with-xpm=${X11BASE} \
|
||||
--disable-xinerama
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_XFT) && ${WITH_XFT} == yes
|
||||
CONFIGURE_ARGS+= --enable-xft
|
||||
.else
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "If you want to enable anti-aliased font support,"
|
||||
@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_XFT=yes\""
|
||||
@${ECHO_MSG}
|
||||
.endif
|
||||
|
||||
MAN1= glob.1 xfbd.1 xfce.1 xfclock.1 xfglob.1 xfgnome.1 xfhelp.1 \
|
||||
xflock.1 xfmountdev.1 xfmouse.1 xfpager.1 xfprint.1 xfrun.1 \
|
||||
xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1
|
||||
|
@ -41,4 +53,4 @@ pre-patch:
|
|||
pre-build:
|
||||
${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xfce-3.8.8.tar.gz) = 52597778787b1fae9d4178d6de3feef6
|
||||
MD5 (xfce-3.8.8b.tar.gz) = 5b3546b169690cbed13d41b7115f9dee
|
||||
|
|
Loading…
Reference in a new issue