pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/Gorm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar  2 15:22:52 UTC 2023

Modified Files:
        pkgsrc/devel/Gorm: Makefile PLIST distinfo

Log Message:
Gorm: update to 1.2.28.

1 Noteworthy changes in version '1.2.28'
========================================

   * Improved NSScrollView handling.
   * Added NSMatrix to Group menu to make it easier to create NSMatrix
     objects
   * Improved inspector for NSMatrix.  Added ability to add rows/columns
   * Fixed NSMatrix selection problems when grouped in an NSScrollView
   * Fixes and other improvements to inspectors.  Corrected issue where
     Gorm's menu stays present during testing mode.

2 Noteworthy changes in version '1.2.26'
========================================

   * Refactoring of palettes by Sergii Stoian to correct usability
     issues in Gorm.
   * Refactoring of handling and rearrangment of controls in inspectors
     for usuability.
   * Stability fixes to make Gorm easier to use.
   * Autosizing of views corrected in many inspectors
   * Improvements in error handling.

3 Noteworthy changes in version '1.2.24'
========================================

   * Fix for issue where Gorm was referencing private variables.  This
     caused a crash when built with clang.

4 Noteworthy changes in version '1.2.23'
========================================

   * Fix for issue where NSPanel was being saved as an NSWindow in some
     cases.

5 Noteworthy changes in version '1.2.22'
========================================

   * Fix for bug#45040: Fix allows Gorm custom class functionality to
     work normally on OpenBSD/NetBSD/FreeBSD.
   * Fixes for Solaris
   * Memory leak fixes.
   * Objective-C parser improvements.

6 Noteworthy changes in version '1.2.20'
========================================

   * Bug fixes #28643, #32827
   * Corrected issues with updating document when there is a change.
   * Add cells as objects to the document so they can be properly
     edited.
   * Changes to prevent recursive frame change notifications.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/Gorm/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/Gorm/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/Gorm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Gorm/Makefile
diff -u pkgsrc/devel/Gorm/Makefile:1.76 pkgsrc/devel/Gorm/Makefile:1.77
--- pkgsrc/devel/Gorm/Makefile:1.76     Wed Nov 23 16:19:44 2022
+++ pkgsrc/devel/Gorm/Makefile  Thu Mar  2 15:22:52 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2022/11/23 16:19:44 adam Exp $
+# $NetBSD: Makefile,v 1.77 2023/03/02 15:22:52 wiz Exp $
 
-DISTNAME=      gorm-1.2.20
-PKGNAME=       Gorm-1.2.20
-PKGREVISION=   18
+DISTNAME=      gorm-1.2.28
+PKGNAME=       ${DISTNAME:S/gorm/Gorm/}
 CATEGORIES=    devel gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=dev-apps/}
 
@@ -16,6 +15,12 @@ USE_LANGUAGES=       objc
 NO_CONFIGURE=  yes
 MAKE_FILE=     GNUmakefile
 
+# /usr/bin/ld: ./obj/Gorm.obj/Gorm.m.o: undefined reference to symbol '_Unwind_Resume'
+# /usr/bin/ld: /usr/pkg/lib/libunwind.so.1: error adding symbols: DSO missing from command line
+LDFLAGS.NetBSD+=       -L${PREFIX}/lib -lunwind
+MAKE_ENV+=             ADDITIONAL_LDFLAGS=${LDFLAGS:Q}
+
 .include "../../x11/gnustep-back/buildlink3.mk"
+.include "../../lang/libunwind/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/Gorm/PLIST
diff -u pkgsrc/devel/Gorm/PLIST:1.22 pkgsrc/devel/Gorm/PLIST:1.23
--- pkgsrc/devel/Gorm/PLIST:1.22        Mon Oct 22 02:59:42 2012
+++ pkgsrc/devel/Gorm/PLIST     Thu Mar  2 15:22:52 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2012/10/22 02:59:42 rh Exp $
+@comment $NetBSD: PLIST,v 1.23 2023/03/02 15:22:52 wiz Exp $
 bin/Gorm
 include/GormCore/GormBoxEditor.h
 include/GormCore/GormClassEditor.h
@@ -7,6 +7,7 @@ include/GormCore/GormClassManager.h
 include/GormCore/GormClassPanelController.h
 include/GormCore/GormConnectionInspector.h
 include/GormCore/GormControlEditor.h
+include/GormCore/GormCore.h
 include/GormCore/GormCustomClassInspector.h
 include/GormCore/GormCustomView.h
 include/GormCore/GormDocument.h
@@ -63,6 +64,7 @@ include/GormCore/NSCell+GormAdditions.h
 include/GormCore/NSColorWell+GormExtensions.h
 include/GormCore/NSFontManager+GormExtensions.h
 include/GormCore/NSView+GormExtensions.h
+include/GormObjCHeaderParser/GormObjCHeaderParser.h
 include/GormObjCHeaderParser/NSScanner+OCHeaderParser.h
 include/GormObjCHeaderParser/OCClass.h
 include/GormObjCHeaderParser/OCHeaderParser.h
@@ -70,13 +72,13 @@ include/GormObjCHeaderParser/OCIVar.h
 include/GormObjCHeaderParser/OCIVarDecl.h
 include/GormObjCHeaderParser/OCMethod.h
 include/GormObjCHeaderParser/ParserFunctions.h
-include/GormPrefs/GormColorsPref.h
 include/GormPrefs/GormGeneralPref.h
 include/GormPrefs/GormGuidelinePref.h
 include/GormPrefs/GormHeadersPref.h
 include/GormPrefs/GormPalettesPref.h
 include/GormPrefs/GormPluginsPref.h
 include/GormPrefs/GormPrefController.h
+include/GormPrefs/GormPrefs.h
 include/GormPrefs/GormShelfPref.h
 include/InterfaceBuilder/IBApplicationAdditions.h
 include/InterfaceBuilder/IBCellAdditions.h
@@ -133,6 +135,9 @@ lib/GNUstep/Applications/Gorm.app/Resour
 lib/GNUstep/Applications/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.gorm/data.info
 lib/GNUstep/Applications/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.gorm/objects.gorm
 lib/GNUstep/Applications/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.tiff
+lib/GNUstep/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormCellSizeInspector.gorm/data.classes
+lib/GNUstep/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormCellSizeInspector.gorm/data.info
+lib/GNUstep/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormCellSizeInspector.gorm/objects.gorm
 lib/GNUstep/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm/data.classes
 lib/GNUstep/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm/data.info
 lib/GNUstep/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm/objects.gorm

Index: pkgsrc/devel/Gorm/distinfo
diff -u pkgsrc/devel/Gorm/distinfo:1.30 pkgsrc/devel/Gorm/distinfo:1.31
--- pkgsrc/devel/Gorm/distinfo:1.30     Tue Oct 26 10:13:59 2021
+++ pkgsrc/devel/Gorm/distinfo  Thu Mar  2 15:22:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2021/10/26 10:13:59 nia Exp $
+$NetBSD: distinfo,v 1.31 2023/03/02 15:22:52 wiz Exp $
 
-BLAKE2s (gorm-1.2.20.tar.gz) = 205f3914d50089164cf0c305656ca1fd140187e76ada9c511885527e027452b3
-SHA512 (gorm-1.2.20.tar.gz) = 6e5f8be10921c91728d51e5d96a46a794c23510fd69fe3f099f59d32442668011bc037113c27a8e571626c606f1892c0813479195f57bdf6966e1fa8f8b4e217
-Size (gorm-1.2.20.tar.gz) = 691424 bytes
+BLAKE2s (gorm-1.2.28.tar.gz) = 0a422c3dbd694302b034ecb6948dbb08e3d9a38c5c3a065438c2f92052d0347a
+SHA512 (gorm-1.2.28.tar.gz) = 0125e1c86f7158a647f65c3e1d6c9f167b7a58055a87b837ca44a14cc84c02edbc8472ba5362776fc05c000ac010189531738efec3952df7d2edf9a3d0328e6b
+Size (gorm-1.2.28.tar.gz) = 9158263 bytes



Home | Main Index | Thread Index | Old Index