pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/wxGTK32 wxGTK32: fix packaging when using configure



details:   https://anonhg.NetBSD.org/pkgsrc/rev/394e90bb1cf3
branches:  trunk
changeset: 382916:394e90bb1cf3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 08 10:39:46 2022 +0000

description:
wxGTK32: fix packaging when using configure

Also, add missing unused dependency that configure checks for,
but CMake doesn't.

diffstat:

 x11/wxGTK32/Makefile     |    7 ++-
 x11/wxGTK32/PLIST        |  116 +----------------------------------------------
 x11/wxGTK32/PLIST.Darwin |  116 ++++++++++++++++++++++++++++++++++++++++++++++-
 x11/wxGTK32/PLIST.cmake  |  116 ++++++++++++++++++++++++++++++++++++++++++++++-
 x11/wxGTK32/PLIST.gtk3   |   97 ++++++++++++++++++++++++++++++++++++++-
 5 files changed, 333 insertions(+), 119 deletions(-)

diffs (truncated from 571 to 300 lines):

diff -r e0fe65cfd549 -r 394e90bb1cf3 x11/wxGTK32/Makefile
--- a/x11/wxGTK32/Makefile      Mon Aug 08 10:29:45 2022 +0000
+++ b/x11/wxGTK32/Makefile      Mon Aug 08 10:39:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/08/07 23:17:02 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/08/08 10:39:46 wiz Exp $
 
 DISTNAME=      wxWidgets-3.2.0
 PKGNAME=       ${DISTNAME:S/wxWidgets/wxGTK32/}
@@ -102,6 +102,11 @@
 SUBST_FILES.fix-paths=         configure
 SUBST_SED.fix-paths=           -e 's,/usr/pkg/include,${PREFIX}/include,g'
 SUBST_VARS.fix-paths=          PREFIX
+
+.  if ${OPSYS} != "Darwin"
+# not needed, but configure stops if it's not found
+.include "../../graphics/glu/buildlink3.mk"
+.  endif
 .endif
 
 post-build:
diff -r e0fe65cfd549 -r 394e90bb1cf3 x11/wxGTK32/PLIST
--- a/x11/wxGTK32/PLIST Mon Aug 08 10:29:45 2022 +0000
+++ b/x11/wxGTK32/PLIST Mon Aug 08 10:39:46 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/08/04 04:49:40 dbj Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/08/08 10:39:46 wiz Exp $
 bin/wx-config-3.2
 bin/wxrc-3.2
 include/wx-3.2/wx/aboutdlg.h
@@ -172,10 +172,7 @@
 include/wx-3.2/wx/generic/calctrlg.h
 include/wx-3.2/wx/generic/caret.h
 include/wx-3.2/wx/generic/choicdgg.h
-include/wx-3.2/wx/generic/clrpickerg.h
 include/wx-3.2/wx/generic/collheaderctrl.h
-include/wx-3.2/wx/generic/collpaneg.h
-include/wx-3.2/wx/generic/colrdlgg.h
 include/wx-3.2/wx/generic/combo.h
 include/wx-3.2/wx/generic/creddlgg.h
 include/wx-3.2/wx/generic/custombgwin.h
@@ -183,16 +180,12 @@
 include/wx-3.2/wx/generic/datectrl.h
 include/wx-3.2/wx/generic/dcpsg.h
 include/wx-3.2/wx/generic/dirctrlg.h
-include/wx-3.2/wx/generic/dirdlgg.h
 include/wx-3.2/wx/generic/dragimgg.h
 include/wx-3.2/wx/generic/dvrenderer.h
 include/wx-3.2/wx/generic/dvrenderers.h
 include/wx-3.2/wx/generic/fdrepdlg.h
 include/wx-3.2/wx/generic/filectrlg.h
-include/wx-3.2/wx/generic/filedlgg.h
 include/wx-3.2/wx/generic/filepickerg.h
-include/wx-3.2/wx/generic/fontdlgg.h
-include/wx-3.2/wx/generic/fontpickerg.h
 include/wx-3.2/wx/generic/fswatcher.h
 include/wx-3.2/wx/generic/grid.h
 include/wx-3.2/wx/generic/gridctrl.h
@@ -216,7 +209,6 @@
 include/wx-3.2/wx/generic/prntdlgg.h
 include/wx-3.2/wx/generic/progdlgg.h
 include/wx-3.2/wx/generic/propdlg.h
-include/wx-3.2/wx/generic/region.h
 include/wx-3.2/wx/generic/richmsgdlgg.h
 include/wx-3.2/wx/generic/sashwin.h
 include/wx-3.2/wx/generic/scrolwin.h
@@ -339,112 +331,6 @@
 include/wx-3.2/wx/numformatter.h
 include/wx-3.2/wx/object.h
 include/wx-3.2/wx/odcombo.h
-include/wx-3.2/wx/osx/accel.h
-include/wx-3.2/wx/osx/activityindicator.h
-include/wx-3.2/wx/osx/anybutton.h
-include/wx-3.2/wx/osx/app.h
-include/wx-3.2/wx/osx/appprogress.h
-include/wx-3.2/wx/osx/bitmap.h
-include/wx-3.2/wx/osx/bmpbuttn.h
-include/wx-3.2/wx/osx/brush.h
-include/wx-3.2/wx/osx/button.h
-include/wx-3.2/wx/osx/carbon/region.h
-include/wx-3.2/wx/osx/checkbox.h
-include/wx-3.2/wx/osx/checklst.h
-include/wx-3.2/wx/osx/chkconf.h
-include/wx-3.2/wx/osx/choice.h
-include/wx-3.2/wx/osx/clipbrd.h
-include/wx-3.2/wx/osx/cocoa/chkconf.h
-include/wx-3.2/wx/osx/cocoa/dataview.h
-include/wx-3.2/wx/osx/cocoa/evtloop.h
-include/wx-3.2/wx/osx/cocoa/private.h
-include/wx-3.2/wx/osx/cocoa/stdpaths.h
-include/wx-3.2/wx/osx/colordlg.h
-include/wx-3.2/wx/osx/colour.h
-include/wx-3.2/wx/osx/combobox.h
-include/wx-3.2/wx/osx/control.h
-include/wx-3.2/wx/osx/core/cfarray.h
-include/wx-3.2/wx/osx/core/cfdataref.h
-include/wx-3.2/wx/osx/core/cfdictionary.h
-include/wx-3.2/wx/osx/core/cfref.h
-include/wx-3.2/wx/osx/core/cfstring.h
-include/wx-3.2/wx/osx/core/cftype.h
-include/wx-3.2/wx/osx/core/colour.h
-include/wx-3.2/wx/osx/core/dataview.h
-include/wx-3.2/wx/osx/core/evtloop.h
-include/wx-3.2/wx/osx/core/hid.h
-include/wx-3.2/wx/osx/core/joystick.h
-include/wx-3.2/wx/osx/core/mimetype.h
-include/wx-3.2/wx/osx/core/objcid.h
-include/wx-3.2/wx/osx/core/private.h
-include/wx-3.2/wx/osx/cursor.h
-include/wx-3.2/wx/osx/dataform.h
-include/wx-3.2/wx/osx/dataobj.h
-include/wx-3.2/wx/osx/dataobj2.h
-include/wx-3.2/wx/osx/dataview.h
-include/wx-3.2/wx/osx/datectrl.h
-include/wx-3.2/wx/osx/datetimectrl.h
-include/wx-3.2/wx/osx/dc.h
-include/wx-3.2/wx/osx/dcclient.h
-include/wx-3.2/wx/osx/dcmemory.h
-include/wx-3.2/wx/osx/dcprint.h
-include/wx-3.2/wx/osx/dcscreen.h
-include/wx-3.2/wx/osx/dialog.h
-include/wx-3.2/wx/osx/dirdlg.h
-include/wx-3.2/wx/osx/dnd.h
-include/wx-3.2/wx/osx/dvrenderer.h
-include/wx-3.2/wx/osx/dvrenderers.h
-include/wx-3.2/wx/osx/evtloop.h
-include/wx-3.2/wx/osx/evtloopsrc.h
-include/wx-3.2/wx/osx/filedlg.h
-include/wx-3.2/wx/osx/font.h
-include/wx-3.2/wx/osx/fontdlg.h
-include/wx-3.2/wx/osx/frame.h
-include/wx-3.2/wx/osx/fswatcher_fsevents.h
-include/wx-3.2/wx/osx/gauge.h
-include/wx-3.2/wx/osx/glcanvas.h
-include/wx-3.2/wx/osx/joystick.h
-include/wx-3.2/wx/osx/listbox.h
-include/wx-3.2/wx/osx/mdi.h
-include/wx-3.2/wx/osx/menu.h
-include/wx-3.2/wx/osx/menuitem.h
-include/wx-3.2/wx/osx/metafile.h
-include/wx-3.2/wx/osx/mimetype.h
-include/wx-3.2/wx/osx/minifram.h
-include/wx-3.2/wx/osx/msgdlg.h
-include/wx-3.2/wx/osx/nonownedwnd.h
-include/wx-3.2/wx/osx/notebook.h
-include/wx-3.2/wx/osx/palette.h
-include/wx-3.2/wx/osx/pen.h
-include/wx-3.2/wx/osx/popupwin.h
-include/wx-3.2/wx/osx/printdlg.h
-include/wx-3.2/wx/osx/printmac.h
-include/wx-3.2/wx/osx/private.h
-include/wx-3.2/wx/osx/radiobox.h
-include/wx-3.2/wx/osx/radiobut.h
-include/wx-3.2/wx/osx/region.h
-include/wx-3.2/wx/osx/scrolbar.h
-include/wx-3.2/wx/osx/slider.h
-include/wx-3.2/wx/osx/sound.h
-include/wx-3.2/wx/osx/spinbutt.h
-include/wx-3.2/wx/osx/srchctrl.h
-include/wx-3.2/wx/osx/statbmp.h
-include/wx-3.2/wx/osx/statbox.h
-include/wx-3.2/wx/osx/statline.h
-include/wx-3.2/wx/osx/stattext.h
-include/wx-3.2/wx/osx/statusbr.h
-include/wx-3.2/wx/osx/taskbarosx.h
-include/wx-3.2/wx/osx/textctrl.h
-include/wx-3.2/wx/osx/textentry.h
-include/wx-3.2/wx/osx/tglbtn.h
-include/wx-3.2/wx/osx/timectrl.h
-include/wx-3.2/wx/osx/toolbar.h
-include/wx-3.2/wx/osx/tooltip.h
-include/wx-3.2/wx/osx/toplevel.h
-include/wx-3.2/wx/osx/uma.h
-include/wx-3.2/wx/osx/webview_webkit.h
-include/wx-3.2/wx/osx/webviewhistoryitem_webkit.h
-include/wx-3.2/wx/osx/window.h
 include/wx-3.2/wx/overlay.h
 include/wx-3.2/wx/ownerdrw.h
 include/wx-3.2/wx/palette.h
diff -r e0fe65cfd549 -r 394e90bb1cf3 x11/wxGTK32/PLIST.Darwin
--- a/x11/wxGTK32/PLIST.Darwin  Mon Aug 08 10:29:45 2022 +0000
+++ b/x11/wxGTK32/PLIST.Darwin  Mon Aug 08 10:39:46 2022 +0000
@@ -1,4 +1,118 @@
-@comment $NetBSD: PLIST.Darwin,v 1.1 2022/07/21 11:39:21 wiz Exp $
+@comment $NetBSD: PLIST.Darwin,v 1.2 2022/08/08 10:39:46 wiz Exp $
+include/wx-3.2/wx/generic/clrpickerg.h
+include/wx-3.2/wx/generic/collpaneg.h
+include/wx-3.2/wx/generic/colrdlgg.h
+include/wx-3.2/wx/generic/dirdlgg.h
+include/wx-3.2/wx/generic/filedlgg.h
+include/wx-3.2/wx/generic/fontdlgg.h
+include/wx-3.2/wx/generic/fontpickerg.h
+include/wx-3.2/wx/generic/region.h
+include/wx-3.2/wx/osx/accel.h
+include/wx-3.2/wx/osx/activityindicator.h
+include/wx-3.2/wx/osx/anybutton.h
+include/wx-3.2/wx/osx/app.h
+include/wx-3.2/wx/osx/appprogress.h
+include/wx-3.2/wx/osx/bitmap.h
+include/wx-3.2/wx/osx/bmpbuttn.h
+include/wx-3.2/wx/osx/brush.h
+include/wx-3.2/wx/osx/button.h
+include/wx-3.2/wx/osx/carbon/region.h
+include/wx-3.2/wx/osx/checkbox.h
+include/wx-3.2/wx/osx/checklst.h
+include/wx-3.2/wx/osx/chkconf.h
+include/wx-3.2/wx/osx/choice.h
+include/wx-3.2/wx/osx/clipbrd.h
+include/wx-3.2/wx/osx/cocoa/chkconf.h
+include/wx-3.2/wx/osx/cocoa/dataview.h
+include/wx-3.2/wx/osx/cocoa/evtloop.h
+include/wx-3.2/wx/osx/cocoa/private.h
+include/wx-3.2/wx/osx/cocoa/stdpaths.h
+include/wx-3.2/wx/osx/colordlg.h
+include/wx-3.2/wx/osx/colour.h
+include/wx-3.2/wx/osx/combobox.h
+include/wx-3.2/wx/osx/control.h
+include/wx-3.2/wx/osx/core/cfarray.h
+include/wx-3.2/wx/osx/core/cfdataref.h
+include/wx-3.2/wx/osx/core/cfdictionary.h
+include/wx-3.2/wx/osx/core/cfref.h
+include/wx-3.2/wx/osx/core/cfstring.h
+include/wx-3.2/wx/osx/core/cftype.h
+include/wx-3.2/wx/osx/core/colour.h
+include/wx-3.2/wx/osx/core/dataview.h
+include/wx-3.2/wx/osx/core/evtloop.h
+include/wx-3.2/wx/osx/core/hid.h
+include/wx-3.2/wx/osx/core/joystick.h
+include/wx-3.2/wx/osx/core/mimetype.h
+include/wx-3.2/wx/osx/core/objcid.h
+include/wx-3.2/wx/osx/core/private.h
+include/wx-3.2/wx/osx/cursor.h
+include/wx-3.2/wx/osx/dataform.h
+include/wx-3.2/wx/osx/dataobj.h
+include/wx-3.2/wx/osx/dataobj2.h
+include/wx-3.2/wx/osx/dataview.h
+include/wx-3.2/wx/osx/datectrl.h
+include/wx-3.2/wx/osx/datetimectrl.h
+include/wx-3.2/wx/osx/dc.h
+include/wx-3.2/wx/osx/dcclient.h
+include/wx-3.2/wx/osx/dcmemory.h
+include/wx-3.2/wx/osx/dcprint.h
+include/wx-3.2/wx/osx/dcscreen.h
+include/wx-3.2/wx/osx/dialog.h
+include/wx-3.2/wx/osx/dirdlg.h
+include/wx-3.2/wx/osx/dnd.h
+include/wx-3.2/wx/osx/dvrenderer.h
+include/wx-3.2/wx/osx/dvrenderers.h
+include/wx-3.2/wx/osx/evtloop.h
+include/wx-3.2/wx/osx/evtloopsrc.h
+include/wx-3.2/wx/osx/filedlg.h
+include/wx-3.2/wx/osx/font.h
+include/wx-3.2/wx/osx/fontdlg.h
+include/wx-3.2/wx/osx/frame.h
+include/wx-3.2/wx/osx/fswatcher_fsevents.h
+include/wx-3.2/wx/osx/gauge.h
+include/wx-3.2/wx/osx/glcanvas.h
+include/wx-3.2/wx/osx/joystick.h
+include/wx-3.2/wx/osx/listbox.h
+include/wx-3.2/wx/osx/mdi.h
+include/wx-3.2/wx/osx/menu.h
+include/wx-3.2/wx/osx/menuitem.h
+include/wx-3.2/wx/osx/metafile.h
+include/wx-3.2/wx/osx/mimetype.h
+include/wx-3.2/wx/osx/minifram.h
+include/wx-3.2/wx/osx/msgdlg.h
+include/wx-3.2/wx/osx/nonownedwnd.h
+include/wx-3.2/wx/osx/notebook.h
+include/wx-3.2/wx/osx/palette.h
+include/wx-3.2/wx/osx/pen.h
+include/wx-3.2/wx/osx/popupwin.h
+include/wx-3.2/wx/osx/printdlg.h
+include/wx-3.2/wx/osx/printmac.h
+include/wx-3.2/wx/osx/private.h
+include/wx-3.2/wx/osx/radiobox.h
+include/wx-3.2/wx/osx/radiobut.h
+include/wx-3.2/wx/osx/region.h
+include/wx-3.2/wx/osx/scrolbar.h
+include/wx-3.2/wx/osx/slider.h
+include/wx-3.2/wx/osx/sound.h
+include/wx-3.2/wx/osx/spinbutt.h
+include/wx-3.2/wx/osx/srchctrl.h
+include/wx-3.2/wx/osx/statbmp.h
+include/wx-3.2/wx/osx/statbox.h
+include/wx-3.2/wx/osx/statline.h
+include/wx-3.2/wx/osx/stattext.h
+include/wx-3.2/wx/osx/statusbr.h
+include/wx-3.2/wx/osx/taskbarosx.h
+include/wx-3.2/wx/osx/textctrl.h
+include/wx-3.2/wx/osx/textentry.h
+include/wx-3.2/wx/osx/tglbtn.h
+include/wx-3.2/wx/osx/timectrl.h
+include/wx-3.2/wx/osx/toolbar.h
+include/wx-3.2/wx/osx/tooltip.h
+include/wx-3.2/wx/osx/toplevel.h
+include/wx-3.2/wx/osx/uma.h
+include/wx-3.2/wx/osx/webview_webkit.h
+include/wx-3.2/wx/osx/webviewhistoryitem_webkit.h
+include/wx-3.2/wx/osx/window.h
 lib/libwx_osx_cocoau_adv-3.2.0.0.0.dylib



Home | Main Index | Thread Index | Old Index