- Unbreak the support for jpeg and png.

Reported by:	Jim Freeze <jfreeze@freebsdportal.com>

- Fix the name of the macro to enable the Unicode support.

Submitted by:	HIDAKA Takahiro <cv8t-hdk@asahi-net.or.jp>

- Bump the PORTREVISION accordingly.
This commit is contained in:
Akinori MUSHA 2001-10-30 09:36:55 +00:00
parent 51d207c2fc
commit 31698bea42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49367
4 changed files with 20 additions and 8 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= fox
PORTVERSION?= 0.99.174
PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/ \
@ -29,7 +30,7 @@ PATCH_DIST_STRIP= -p1
BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
CONFIGURE_ENV= X_CFLAGS=-DUSE_XUNICODE
CONFIGURE_ENV= X_CFLAGS=-DUSE_UNICODE
PLIST_SUB= NEWFILE="@comment "
.else
@ -38,7 +39,9 @@ PLIST_SUB= NEWFILE=""
USE_MESA= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}"
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--with-opengl=mesa --with-x
.if defined(NO_SHM)
CONFIGURE_ARGS+=--with-shm=no

View file

@ -7,6 +7,7 @@
PORTNAME= fox
PORTVERSION?= 0.99.174
PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/ \
@ -29,7 +30,7 @@ PATCH_DIST_STRIP= -p1
BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
CONFIGURE_ENV= X_CFLAGS=-DUSE_XUNICODE
CONFIGURE_ENV= X_CFLAGS=-DUSE_UNICODE
PLIST_SUB= NEWFILE="@comment "
.else
@ -38,7 +39,9 @@ PLIST_SUB= NEWFILE=""
USE_MESA= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}"
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--with-opengl=mesa --with-x
.if defined(NO_SHM)
CONFIGURE_ARGS+=--with-shm=no

View file

@ -7,6 +7,7 @@
PORTNAME= fox
PORTVERSION?= 0.99.174
PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/ \
@ -29,7 +30,7 @@ PATCH_DIST_STRIP= -p1
BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
CONFIGURE_ENV= X_CFLAGS=-DUSE_XUNICODE
CONFIGURE_ENV= X_CFLAGS=-DUSE_UNICODE
PLIST_SUB= NEWFILE="@comment "
.else
@ -38,7 +39,9 @@ PLIST_SUB= NEWFILE=""
USE_MESA= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}"
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--with-opengl=mesa --with-x
.if defined(NO_SHM)
CONFIGURE_ARGS+=--with-shm=no

View file

@ -7,6 +7,7 @@
PORTNAME= fox
PORTVERSION?= 0.99.174
PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/ \
@ -29,7 +30,7 @@ PATCH_DIST_STRIP= -p1
BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
CONFIGURE_ENV= X_CFLAGS=-DUSE_XUNICODE
CONFIGURE_ENV= X_CFLAGS=-DUSE_UNICODE
PLIST_SUB= NEWFILE="@comment "
.else
@ -38,7 +39,9 @@ PLIST_SUB= NEWFILE=""
USE_MESA= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}"
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--with-opengl=mesa --with-x
.if defined(NO_SHM)
CONFIGURE_ARGS+=--with-shm=no