mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update fox to 0.99.172, leaving fox-xunicode still at 0.99.167.
This commit is contained in:
parent
5dd718b127
commit
5ae16a60e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42542
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fox
|
||||
PORTVERSION= 0.99.167
|
||||
PORTVERSION?= 0.99.172
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \
|
||||
ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/
|
||||
@ -19,6 +19,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
.if defined(WITH_XUNICODE)
|
||||
PKGNAMESUFFIX= -unicode
|
||||
|
||||
PATCHVERSION?= ${PORTVERSION}
|
||||
|
||||
PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/
|
||||
PATCHFILES= ${PORTNAME}${PKGNAMESUFFIX}-${PATCHVERSION}.diff
|
||||
PATCH_DIST_STRIP= -p1
|
||||
@ -26,9 +28,11 @@ PATCH_DIST_STRIP= -p1
|
||||
BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
|
||||
|
||||
CONFIGURE_ENV= X_CFLAGS=-DUSE_XUNICODE
|
||||
.endif
|
||||
|
||||
PATCHVERSION= ${PORTVERSION}
|
||||
PLIST_SUB= NEWFILE="@comment "
|
||||
.else
|
||||
PLIST_SUB= NEWFILE=""
|
||||
.endif
|
||||
|
||||
USE_MESA= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (fox-0.99.167.tar.gz) = f2d4dc8ab99097d1b7b304963bbf9e4f
|
||||
MD5 (fox-unicode-0.99.167.diff) = 86cdb314da41d545df5ac0c2003ce05b
|
||||
MD5 (fox-0.99.172.tar.gz) = 34ac385e6e95a6567d65ef1a1a334b4e
|
||||
|
@ -96,6 +96,8 @@ include/fox/FXMessageBox.h
|
||||
include/fox/FXObject.h
|
||||
include/fox/FXObjectList.h
|
||||
include/fox/FXOptionMenu.h
|
||||
%%NEWFILE%%include/fox/FXPCXIcon.h
|
||||
%%NEWFILE%%include/fox/FXPCXImage.h
|
||||
include/fox/FXPNGIcon.h
|
||||
include/fox/FXPNGImage.h
|
||||
include/fox/FXPacker.h
|
||||
@ -118,6 +120,7 @@ include/fox/FXScrollWindow.h
|
||||
include/fox/FXScrollbar.h
|
||||
include/fox/FXSearchDialog.h
|
||||
include/fox/FXSeparator.h
|
||||
%%NEWFILE%%include/fox/FXSettings.h
|
||||
include/fox/FXShell.h
|
||||
include/fox/FXShutter.h
|
||||
include/fox/FXSize.h
|
||||
|
@ -7,6 +7,8 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../fox
|
||||
|
||||
PORTVERSION= 0.99.167
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
COMMENT= ${.CURDIR}/pkg-comment
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fox
|
||||
PORTVERSION= 0.99.167
|
||||
PORTVERSION?= 0.99.172
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \
|
||||
ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/
|
||||
@ -19,6 +19,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
.if defined(WITH_XUNICODE)
|
||||
PKGNAMESUFFIX= -unicode
|
||||
|
||||
PATCHVERSION?= ${PORTVERSION}
|
||||
|
||||
PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/
|
||||
PATCHFILES= ${PORTNAME}${PKGNAMESUFFIX}-${PATCHVERSION}.diff
|
||||
PATCH_DIST_STRIP= -p1
|
||||
@ -26,9 +28,11 @@ PATCH_DIST_STRIP= -p1
|
||||
BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
|
||||
|
||||
CONFIGURE_ENV= X_CFLAGS=-DUSE_XUNICODE
|
||||
.endif
|
||||
|
||||
PATCHVERSION= ${PORTVERSION}
|
||||
PLIST_SUB= NEWFILE="@comment "
|
||||
.else
|
||||
PLIST_SUB= NEWFILE=""
|
||||
.endif
|
||||
|
||||
USE_MESA= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (fox-0.99.167.tar.gz) = f2d4dc8ab99097d1b7b304963bbf9e4f
|
||||
MD5 (fox-unicode-0.99.167.diff) = 86cdb314da41d545df5ac0c2003ce05b
|
||||
MD5 (fox-0.99.172.tar.gz) = 34ac385e6e95a6567d65ef1a1a334b4e
|
||||
|
@ -96,6 +96,8 @@ include/fox/FXMessageBox.h
|
||||
include/fox/FXObject.h
|
||||
include/fox/FXObjectList.h
|
||||
include/fox/FXOptionMenu.h
|
||||
%%NEWFILE%%include/fox/FXPCXIcon.h
|
||||
%%NEWFILE%%include/fox/FXPCXImage.h
|
||||
include/fox/FXPNGIcon.h
|
||||
include/fox/FXPNGImage.h
|
||||
include/fox/FXPacker.h
|
||||
@ -118,6 +120,7 @@ include/fox/FXScrollWindow.h
|
||||
include/fox/FXScrollbar.h
|
||||
include/fox/FXSearchDialog.h
|
||||
include/fox/FXSeparator.h
|
||||
%%NEWFILE%%include/fox/FXSettings.h
|
||||
include/fox/FXShell.h
|
||||
include/fox/FXShutter.h
|
||||
include/fox/FXSize.h
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fox
|
||||
PORTVERSION= 0.99.167
|
||||
PORTVERSION?= 0.99.172
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \
|
||||
ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/
|
||||
@ -19,6 +19,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
.if defined(WITH_XUNICODE)
|
||||
PKGNAMESUFFIX= -unicode
|
||||
|
||||
PATCHVERSION?= ${PORTVERSION}
|
||||
|
||||
PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/
|
||||
PATCHFILES= ${PORTNAME}${PKGNAMESUFFIX}-${PATCHVERSION}.diff
|
||||
PATCH_DIST_STRIP= -p1
|
||||
@ -26,9 +28,11 @@ PATCH_DIST_STRIP= -p1
|
||||
BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
|
||||
|
||||
CONFIGURE_ENV= X_CFLAGS=-DUSE_XUNICODE
|
||||
.endif
|
||||
|
||||
PATCHVERSION= ${PORTVERSION}
|
||||
PLIST_SUB= NEWFILE="@comment "
|
||||
.else
|
||||
PLIST_SUB= NEWFILE=""
|
||||
.endif
|
||||
|
||||
USE_MESA= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (fox-0.99.167.tar.gz) = f2d4dc8ab99097d1b7b304963bbf9e4f
|
||||
MD5 (fox-unicode-0.99.167.diff) = 86cdb314da41d545df5ac0c2003ce05b
|
||||
MD5 (fox-0.99.172.tar.gz) = 34ac385e6e95a6567d65ef1a1a334b4e
|
||||
|
@ -96,6 +96,8 @@ include/fox/FXMessageBox.h
|
||||
include/fox/FXObject.h
|
||||
include/fox/FXObjectList.h
|
||||
include/fox/FXOptionMenu.h
|
||||
%%NEWFILE%%include/fox/FXPCXIcon.h
|
||||
%%NEWFILE%%include/fox/FXPCXImage.h
|
||||
include/fox/FXPNGIcon.h
|
||||
include/fox/FXPNGImage.h
|
||||
include/fox/FXPacker.h
|
||||
@ -118,6 +120,7 @@ include/fox/FXScrollWindow.h
|
||||
include/fox/FXScrollbar.h
|
||||
include/fox/FXSearchDialog.h
|
||||
include/fox/FXSeparator.h
|
||||
%%NEWFILE%%include/fox/FXSettings.h
|
||||
include/fox/FXShell.h
|
||||
include/fox/FXShutter.h
|
||||
include/fox/FXSize.h
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fox
|
||||
PORTVERSION= 0.99.167
|
||||
PORTVERSION?= 0.99.172
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \
|
||||
ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/
|
||||
@ -19,6 +19,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
.if defined(WITH_XUNICODE)
|
||||
PKGNAMESUFFIX= -unicode
|
||||
|
||||
PATCHVERSION?= ${PORTVERSION}
|
||||
|
||||
PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/
|
||||
PATCHFILES= ${PORTNAME}${PKGNAMESUFFIX}-${PATCHVERSION}.diff
|
||||
PATCH_DIST_STRIP= -p1
|
||||
@ -26,9 +28,11 @@ PATCH_DIST_STRIP= -p1
|
||||
BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
|
||||
|
||||
CONFIGURE_ENV= X_CFLAGS=-DUSE_XUNICODE
|
||||
.endif
|
||||
|
||||
PATCHVERSION= ${PORTVERSION}
|
||||
PLIST_SUB= NEWFILE="@comment "
|
||||
.else
|
||||
PLIST_SUB= NEWFILE=""
|
||||
.endif
|
||||
|
||||
USE_MESA= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (fox-0.99.167.tar.gz) = f2d4dc8ab99097d1b7b304963bbf9e4f
|
||||
MD5 (fox-unicode-0.99.167.diff) = 86cdb314da41d545df5ac0c2003ce05b
|
||||
MD5 (fox-0.99.172.tar.gz) = 34ac385e6e95a6567d65ef1a1a334b4e
|
||||
|
@ -96,6 +96,8 @@ include/fox/FXMessageBox.h
|
||||
include/fox/FXObject.h
|
||||
include/fox/FXObjectList.h
|
||||
include/fox/FXOptionMenu.h
|
||||
%%NEWFILE%%include/fox/FXPCXIcon.h
|
||||
%%NEWFILE%%include/fox/FXPCXImage.h
|
||||
include/fox/FXPNGIcon.h
|
||||
include/fox/FXPNGImage.h
|
||||
include/fox/FXPacker.h
|
||||
@ -118,6 +120,7 @@ include/fox/FXScrollWindow.h
|
||||
include/fox/FXScrollbar.h
|
||||
include/fox/FXSearchDialog.h
|
||||
include/fox/FXSeparator.h
|
||||
%%NEWFILE%%include/fox/FXSettings.h
|
||||
include/fox/FXShell.h
|
||||
include/fox/FXShutter.h
|
||||
include/fox/FXSize.h
|
||||
|
Loading…
Reference in New Issue
Block a user