FreeBSD Bugzilla – Attachment 166938 Details for
Bug 207157
[PATCH] devel/cdk: Update to version 5.0.20160131
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel_cdk.diff
devel_cdk.diff (text/plain), 10.67 KB, created by
tkato432
on 2016-02-13 18:30:37 UTC
(
hide
)
Description:
devel_cdk.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-02-13 18:30:37 UTC
Size:
10.67 KB
patch
obsolete
>diff -urN /usr/ports/devel/cdk/Makefile devel/cdk/Makefile >--- /usr/ports/devel/cdk/Makefile 2016-01-21 02:04:52.751244000 +0900 >+++ devel/cdk/Makefile 2016-02-14 00:00:00.000000000 +0900 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/devel/cdk/Makefile 406756 2016-01-20 15:27:22Z vanilla $ > > PORTNAME= cdk >-DISTVERSION= 5.0-20150928 >+DISTVERSION= 5.0-20160131 > PORTEPOCH= 1 > CATEGORIES= devel > MASTER_SITES= ftp://invisible-island.net/cdk/ >@@ -11,33 +11,30 @@ > COMMENT= Curses Development Kit for speedy development of full screen programs > > LICENSE= BSD4CLAUSE >+LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= ncurses gmake tar:tgz >+USES= gmake ncurses tar:tgz > GNU_CONFIGURE= yes >-PORTDOCS= COPYING EXPANDING INSTALL NOTES README TODO >-MAKE_JOBS_UNSAFE= yes >- >-CONFIGURE_ARGS+=--with-ncurses >-ALL_TARGET= default examples demos cli cdkshlib >+CONFIGURE_ARGS= --with-ncurses >+ALL_TARGET= default cdkshlib > INSTALL_TARGET= install installCDKSHLibrary > USE_LDCONFIG= yes >+MAKE_JOBS_UNSAFE= yes > > OPTIONS_DEFINE= DOCS EXAMPLES > >-.include <bsd.port.options.mk> >- > post-patch: >- @${REINPLACE_CMD} -e 's|/doc/cdk|/share/doc/cdk| ; s|VERSION)|VERSION_MAJOR)|' \ >- -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile.in >- @${REINPLACE_CMD} -e 's|$$(INSTALL_DATA) cdk-config|$(INSTALL_SCRIPT) cdk-config|g' \ >- ${WRKSRC}/Makefile.in >+ @${REINPLACE_CMD} -e \ >+ 's|gcc|$$(CC)| ; \ >+ /^CDKREADME/s| COPYING||' ${WRKSRC}/Makefile.in > > post-install: >-.if ${PORT_OPTIONS:MEXAMPLES} >- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >- cd ${WRKSRC}; \ >- ${COPYTREE_SHARE} "cli demos examples" \ >- ${STAGEDIR}${EXAMPLESDIR} "! -type d" >-.endif >+ @${FIND} ${STAGEDIR}${PREFIX}/lib -name "libcdk.so.*" \ >+ -type f -maxdepth 1 | ${XARGS} ${STRIP_CMD} >+ >+post-install-EXAMPLES-on: >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} "cli demos examples" \ >+ ${STAGEDIR}${EXAMPLESDIR}) > > .include <bsd.port.mk> >diff -urN /usr/ports/devel/cdk/distinfo devel/cdk/distinfo >--- /usr/ports/devel/cdk/distinfo 2016-01-21 02:04:52.751610000 +0900 >+++ devel/cdk/distinfo 2016-02-14 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (cdk-5.0-20150928.tgz) = 028da75d5f777a1c4184f88e34918bd273bd83bbe3c959bc11710c4f0ea2e448 >-SIZE (cdk-5.0-20150928.tgz) = 515214 >+SHA256 (cdk-5.0-20160131.tgz) = c32d075806c231b96ca3778bd24132c7aa0ba9a126f3cebb8a16c59a8b132c22 >+SIZE (cdk-5.0-20160131.tgz) = 516298 >diff -urN /usr/ports/devel/cdk/pkg-descr devel/cdk/pkg-descr >--- /usr/ports/devel/cdk/pkg-descr 2015-08-24 03:53:01.682612000 +0900 >+++ devel/cdk/pkg-descr 2016-02-14 00:00:00.000000000 +0900 >@@ -1,9 +1,9 @@ >-Cdk stands for 'Curses Development Kit' and it currently contains 21 ready >-to use widgets which facilitate the speedy development of full screen >-curses programs. >+Cdk stands for 'Curses Development Kit' and it currently contains 21 >+ready to use widgets which facilitate the speedy development of full >+screen curses programs. > >-Each widget has the ability to display color, or other character attributes. >-Cdk comes with a attribute/color format command set which allows a programmer >-to add colors and characters attributes simply. >+Each widget has the ability to display color, or other character >+attributes. Cdk comes with a attribute/color format command set which >+allows a programmer to add colors and characters attributes simply. > > WWW: http://invisible-island.net/cdk/ >diff -urN /usr/ports/devel/cdk/pkg-plist devel/cdk/pkg-plist >--- /usr/ports/devel/cdk/pkg-plist 2016-01-21 02:04:52.752134000 +0900 >+++ devel/cdk/pkg-plist 2016-02-14 00:00:00.000000000 +0900 >@@ -1014,39 +1014,28 @@ > man/man3/viewFile.3.gz > man/man3/viewInfo.3.gz > man/man3/waitCDKLabel.3.gz >+%%PORTDOCS%%%%DOCSDIR%%/EXPANDING >+%%PORTDOCS%%%%DOCSDIR%%/INSTALL >+%%PORTDOCS%%%%DOCSDIR%%/NOTES >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/TODO > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/Makefile > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/Makefile.in >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkalphalist > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkalphalist.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkcalendar > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkcalendar.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkdialog > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkdialog.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkentry > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkentry.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkfselect > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkfselect.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkitemlist > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkitemlist.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdklabel > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdklabel.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmatrix > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmatrix.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmentry > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmentry.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkradio > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkradio.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscale > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscale.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscroll > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscroll.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkselection > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkselection.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkslider > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkslider.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdktemplate > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdktemplate.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkviewer > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkviewer.c > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/alphalist.sh > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/calendar.sh >@@ -1068,101 +1057,51 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/utils/netconfig > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile.in >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment.o >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock.o >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command.o >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview.o >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.c > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.h >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.o > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/serial.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign.o > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/syb.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall.o > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile.in >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/alphalist_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/alphalist_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/bind_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/bind_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/buttonbox_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/buttonbox_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/calendar_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/calendar_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cdkscreen_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cdkscreen_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/dialog_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/dialog_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/entry_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/entry_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fscale_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fscale_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fselect_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fselect_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fslider_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fslider_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/graph_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/graph_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/hello_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/hello_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/histogram_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/histogram_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/itemlist_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/itemlist_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/label_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/label_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/lowerCDKObject_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/lowerCDKObject_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/marquee_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/marquee_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/matrix_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/matrix_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/mentry_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/mentry_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/position_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/position_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/preprocess_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/preprocess_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio1_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio1_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/raiseCDKObject_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/raiseCDKObject_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scale_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scale_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scroll_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scroll_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/selection_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/selection_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/slider_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/slider_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/subwindow_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/subwindow_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/swindow_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/swindow_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/template_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/template_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/traverse_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/traverse_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/uslider_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/uslider_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex2 > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex2.c
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 207157
: 166938