diff options
author | sem <sem@FreeBSD.org> | 2006-01-12 20:54:32 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-01-12 20:54:32 +0800 |
commit | 84212e51d775dff5b931974f05a7c66056717577 (patch) | |
tree | 9489cefff56a9d79f0023f7ff3f2115164369b9c /emulators | |
parent | 84d7c4e032c328aee7f8b57d54fce74e1609e36d (diff) | |
download | freebsd-ports-gnome-84212e51d775dff5b931974f05a7c66056717577.tar.gz freebsd-ports-gnome-84212e51d775dff5b931974f05a7c66056717577.tar.zst freebsd-ports-gnome-84212e51d775dff5b931974f05a7c66056717577.zip |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-winetools/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine/Makefile | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/emulators/linux-winetools/Makefile b/emulators/linux-winetools/Makefile index 26d5b499253b..1976c3a9b0fa 100644 --- a/emulators/linux-winetools/Makefile +++ b/emulators/linux-winetools/Makefile @@ -7,6 +7,7 @@ PORTNAME= winetools PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/} PKGNAMEPREFIX= linux- diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3fd49c365dc4..3a300e1e1196 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 0.9.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ @@ -17,7 +18,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems -LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms +# wine/dlls/glut32/ depends on the presence of libglut. +LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ + glut.4:${PORTSDIR}/graphics/libglut GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine @@ -30,7 +33,6 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= yes -USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut. USE_XPM= yes SUB_FILES= pkg-message wine.sh diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 3fd49c365dc4..3a300e1e1196 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 0.9.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ @@ -17,7 +18,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems -LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms +# wine/dlls/glut32/ depends on the presence of libglut. +LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ + glut.4:${PORTSDIR}/graphics/libglut GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine @@ -30,7 +33,6 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= yes -USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut. USE_XPM= yes SUB_FILES= pkg-message wine.sh |