pkgsrc-WIP-changes archive

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

udunits: Clean out cruft



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Mar 19 08:54:05 2019 -0500
Changeset:	14d540335c8d36771f1aa5f431c583621749729c

Modified Files:
	udunits2/Makefile

Log Message:
udunits: Clean out cruft

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=14d540335c8d36771f1aa5f431c583621749729c

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

diffstat:
 udunits2/Makefile | 36 +++++++-----------------------------
 1 file changed, 7 insertions(+), 29 deletions(-)

diffs:
diff --git a/udunits2/Makefile b/udunits2/Makefile
index 6f6e951ec2..43f25bc7a0 100644
--- a/udunits2/Makefile
+++ b/udunits2/Makefile
@@ -1,44 +1,22 @@
 # $NetBSD$
 
-###########################################################
-#               Generated by fbsd2pkg                     #
-###########################################################
-
-###########################################################
-# Unconverted and partially converted FreeBSD port syntax:
-
-## Created by: Greg Lewis <glewis%FreeBSD.org@localhost>
-## $FreeBSD: head/science/udunits/Makefile 383158 2015-04-03 17:28:32Z sunpoet $
-
-DISTNAME=	udunits-${PORTVERSION}
+DISTNAME=	udunits-2.2.26
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftp.unidata.ucar.edu/pub/udunits/
 
-MAINTAINER=	dsiercks%uwm.edu@localhost
-
+MAINTAINER=	bacon%NetBSD.org@localhost
 COMMENT=	Library for manipulating units of physical quantities
+LICENSE=	modified-bsd
 
-LICENSE=		modified-bsd
+# MAKE_JOBS_SAFE=	no
 
-MAKE_JOBS_SAFE=	no
-
-USE_LANGUAGES=		fortran c c++
 USE_LIBTOOL=		yes
+# USE_TOOLS=		gmake
 GNU_CONFIGURE=		yes
-USE_TOOLS+=		gmake
-CONFIGURE_ARGS+=	--disable-shared
 INFO_FILES=		yes
 
-CONFIGURE_ENV+=	ac_cv_header_CUnit_CUnit_h=no
-
-PORTVERSION=	2.2.26
-
-# Sets OPSYS, OS_VERSION, MACHINE_ARCH, etc..
-#.include "../../mk/bsd.prefs.mk"
-
-# Keep this if there are user-selectable options.
-#.include "options.mk"
+# CONFIGURE_ARGS+=	--disable-shared
+# CONFIGURE_ENV+=		ac_cv_header_CUnit_CUnit_h=no
 
-# Add any _DEPENDS that have a buildlink3.mk
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index