FreeBSD Bugzilla – Attachment 168507 Details for
Bug 208215
[PATCH] x11-toolkits/fox16: Update to version 1.6.51
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11-toolkits_fox16.diff
x11-toolkits_fox16.diff (text/plain), 4.08 KB, created by
tkato432
on 2016-03-22 18:35:10 UTC
(
hide
)
Description:
x11-toolkits_fox16.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-03-22 18:35:10 UTC
Size:
4.08 KB
patch
obsolete
>diff -urN /usr/ports/x11-toolkits/fox16/Makefile x11-toolkits/fox16/Makefile >--- /usr/ports/x11-toolkits/fox16/Makefile 2016-01-13 07:49:02.457374000 +0900 >+++ x11-toolkits/fox16/Makefile 2016-03-23 00:00:00.000000000 +0900 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/x11-toolkits/fox16/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $ > > PORTNAME= fox >-PORTVERSION= 1.6.50 >-PORTREVISION= 1 >+PORTVERSION= 1.6.51 > CATEGORIES= x11-toolkits > MASTER_SITES= ftp://ftp.fox-toolkit.org/pub/ \ > http://ftp.fox-toolkit.org/pub/ >@@ -18,7 +17,7 @@ > libtiff.so:${PORTSDIR}/graphics/tiff > > USES= jpeg libtool pathfix >-USE_GL= yes >+USE_GL= glu > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-opengl --with-x --with-xim > USE_LDCONFIG= yes >@@ -30,8 +29,9 @@ > > PORTDOCS= * > >-OPTIONS_DEFINE= APPS DEBUG DOCS OPTIMIZED_CFLAGS PROFILE SHM XFT >-OPTIONS_DEFAULT= SHM XFT >+OPTIONS_DEFINE= APPS DEBUG DOCS OPTIMIZED_CFLAGS PROFILE SHM \ >+ XCURSOR XFT XINPUT XRANDR XRENDER >+OPTIONS_DEFAULT= SHM XCURSOR XFT XINPUT XRANDR XRENDER > OPTIONS_SUB= yes > > APPS_DESC= Install sample applications >@@ -44,16 +44,29 @@ > SHM_DESC= Shared Memory support > SHM_CONFIGURE_ON= --with-xshm=yes > SHM_CONFIGURE_OFF= --with-xshm=no >+XCURSOR_USE= xorg=xcursor >+XCURSOR_CONFIGURE_ON= --with-xcursor=yes >+XCURSOR_CONFIGURE_OFF= --with-xcursor=no > XFT_USE= xorg=xft > XFT_CONFIGURE_ON= --with-xft=yes > XFT_CONFIGURE_OFF= --with-xft=no > XFT_CPPFLAGS= $$(freetype-config --cflags) > XFT_LDFLAGS= $$(freetype-config --libs) >+XFT_IMPLIES= XRENDER >+XINPUT_DESC= X Input extension library support >+XINPUT_USE= xorg=xi >+XINPUT_CONFIGURE_ON= --with-xinput=yes >+XINPUT_CONFIGURE_OFF= --with-xinput=no >+XRANDR_USE= xorg=xrandr >+XRANDR_CONFIGURE_ON= --with-xrandr=yes >+XRANDR_CONFIGURE_OFF= --with-xrandr=no >+XRENDER_DESC= X Render extension library support >+XRENDER_USE= xorg=xrender >+XRENDER_CONFIGURE_ON= --with-xrender=yes >+XRENDER_CONFIGURE_OFF= --with-xrender=no > > MAJORVER= ${PORTVERSION:R} > >-.include <bsd.port.options.mk> >- > post-patch: > # Rename man pages as in manpage.1 --> manpage-16.1 to avoid > # conflicts with fox14 and fox17 >@@ -83,13 +96,13 @@ > @${REINPLACE_CMD} -e \ > 's|^\(screenshotsdir\).*$$|\1=${DOCSDIR}/html|' \ > ${WRKSRC}/doc/screenshots/Makefile.in >-.if !${PORT_OPTIONS:MAPPS} >+ >+post-patch-APPS-off: > @${REINPLACE_CMD} -e \ > 's|^\(SUBDIRS.*\)adie|\1|; \ > s|^\(SUBDIRS.*\)pathfinder|\1|; \ > s|^\(SUBDIRS.*\)calculator|\1|' \ > ${WRKSRC}/Makefile.in >-.endif > > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libCHART-${MAJORVER}.so.[0-9].* >diff -urN /usr/ports/x11-toolkits/fox16/distinfo x11-toolkits/fox16/distinfo >--- /usr/ports/x11-toolkits/fox16/distinfo 2015-08-24 03:59:18.652619000 +0900 >+++ x11-toolkits/fox16/distinfo 2016-03-23 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (fox-1.6.50.tar.gz) = 342c751d2a7edab136ad26cb4483329da3c16c7abf2f283f318d666ef12d0887 >-SIZE (fox-1.6.50.tar.gz) = 4381855 >+SHA256 (fox-1.6.51.tar.gz) = 15a99792965d933a4936e48b671c039657546bdec6a318c223ab1131624403d1 >+SIZE (fox-1.6.51.tar.gz) = 4383165 >diff -urN /usr/ports/x11-toolkits/fox16/pkg-descr x11-toolkits/fox16/pkg-descr >--- /usr/ports/x11-toolkits/fox16/pkg-descr 2015-08-24 03:59:18.663266000 +0900 >+++ x11-toolkits/fox16/pkg-descr 2016-03-23 00:00:00.000000000 +0900 >@@ -3,4 +3,5 @@ > like Java to me). FOX is a very flexible library, it has all sorts of > functions and options, and is supposed to be fairly fast. > >+Author: Jeroen van der Zijp <jvz@cfdrc.com> > WWW: http://www.fox-toolkit.org/fox.html >diff -urN /usr/ports/x11-toolkits/fox16/pkg-plist x11-toolkits/fox16/pkg-plist >--- /usr/ports/x11-toolkits/fox16/pkg-plist 2015-08-24 03:59:18.636548000 +0900 >+++ x11-toolkits/fox16/pkg-plist 2016-03-23 00:00:00.000000000 +0900 >@@ -294,11 +294,11 @@ > lib/libCHART-%%MAJORVER%%.a > lib/libCHART-%%MAJORVER%%.so > lib/libCHART-%%MAJORVER%%.so.0 >-lib/libCHART-%%MAJORVER%%.so.0.0.50 >+lib/libCHART-%%MAJORVER%%.so.0.0.51 > lib/libFOX-%%MAJORVER%%.a > lib/libFOX-%%MAJORVER%%.so > lib/libFOX-%%MAJORVER%%.so.0 >-lib/libFOX-%%MAJORVER%%.so.0.0.50 >+lib/libFOX-%%MAJORVER%%.so.0.0.51 > libdata/pkgconfig/fox.pc > %%APPS%%man/man1/PathFinder-16.1.gz > %%APPS%%man/man1/adie-16.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208215
: 168507