pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/occt



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Aug 14 12:48:16 UTC 2025

Modified Files:
        pkgsrc/cad/occt: Makefile

Log Message:
cad/occt: Add comments for moving to github

Move definition of WRKSRC to distfile block, because it's logically
part of it, and confusing to have it separated.

There are lots of naming changes.  This commit just adds comments to
checkpoint coping with the new github regime.  (It is unfortunately
not a simple projectname-x.y.z.tar.gz that unpacks to
projectname-x.y.z, but instead has variant capitalization,
underscores, and differs from previous releases.)

This commit is simply checkpointing (as comments) partial work towards
updating.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cad/occt/Makefile

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

Modified files:

Index: pkgsrc/cad/occt/Makefile
diff -u pkgsrc/cad/occt/Makefile:1.7 pkgsrc/cad/occt/Makefile:1.8
--- pkgsrc/cad/occt/Makefile:1.7        Thu Aug 14 12:15:47 2025
+++ pkgsrc/cad/occt/Makefile    Thu Aug 14 12:48:16 2025
@@ -1,13 +1,24 @@
-# $NetBSD: Makefile,v 1.7 2025/08/14 12:15:47 gdt Exp $
+# $NetBSD: Makefile,v 1.8 2025/08/14 12:48:16 gdt Exp $
 
-# \todo Update to 7.9.1.
 VERSION=       7.8.0
 DISTNAME=      opencascade-${VERSION}
 PKGNAME=       ${DISTNAME:S/opencascade/occt/}
 CATEGORIES=    cad
-# \todo Downloads are now via github.
 MASTER_SITES=  https://distfiles.macports.org/opencascade/
 EXTRACT_SUFX=  .tgz
+WRKSRC=                ${WRKDIR}/occt-V${VERSION:S/./_/g}
+
+# VERSION=     7.9.1
+# VERSION_GH=  7_9_1
+# # Name the distfile to match the unpack directory.
+# DISTNAME=    OCCT-${VERSION_GH}
+# PKGNAME=     occt-${VERSION}
+# CATEGORIES=  cad
+# MASTER_SITES=        ${MASTER_SITE_GITHUB:=Open-Cascade-SAS/}
+# GITHUB_PROJECT=      OCCT
+# GITHUB_TAG=  refs/tags/V${VERSION_GH}
+# DIST_SUBDIR= occt
+# WRKSRC=              ${WRKDIR}/${DISTNAME}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://dev.opencascade.org/
@@ -16,7 +27,6 @@ LICENSE=      gnu-lgpl-v2.1
 
 USE_LANGUAGES= c c++
 USE_TOOLS+=    bash:run
-WRKSRC=                ${WRKDIR}/occt-V${VERSION:S/./_/g}
 
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"



Home | Main Index | Thread Index | Old Index