mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix USE_GITHUB usage.
(And in some case, reorder the Makefiles a bit to complie with the handbook.)
This commit is contained in:
parent
a18ac9aa72
commit
11b0cf068b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492127
10 changed files with 52 additions and 50 deletions
|
@ -2,15 +2,11 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= gnustep-base
|
PORTNAME= gnustep-base
|
||||||
PORTVERSION= 1.26.0
|
DISTVERSIONPREFIX= base-
|
||||||
|
DISTVERSION= 1_26_0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= lang devel gnustep
|
CATEGORIES= lang devel gnustep
|
||||||
|
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= gnustep
|
|
||||||
GH_PROJECT= libs-base
|
|
||||||
GH_TAGNAME= base-${PORTVERSION:S/./_/g}
|
|
||||||
|
|
||||||
MAINTAINER= theraven@FreeBSD.org
|
MAINTAINER= theraven@FreeBSD.org
|
||||||
COMMENT= GNUstep Foundation library
|
COMMENT= GNUstep Foundation library
|
||||||
|
|
||||||
|
@ -28,6 +24,11 @@ RUN_DEPENDS+= ${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:devel/gnu
|
||||||
USES= pkgconfig iconv gnustep
|
USES= pkgconfig iconv gnustep
|
||||||
USE_GNUSTEP= build
|
USE_GNUSTEP= build
|
||||||
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= gnustep
|
||||||
|
GH_PROJECT= libs-base
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
|
CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
|
||||||
CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-2.0 -fblocks'
|
CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-2.0 -fblocks'
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1549117731
|
TIMESTAMP = 1549285422
|
||||||
SHA256 (gnustep-libs-base-1.26.0-base-1_26_0_GH0.tar.gz) = 6d24575469befb1e1df48e2ed0c3d4c5c069d3f4e168bf87c4863a7900bba97e
|
SHA256 (gnustep-libs-base-base-1_26_0_GH0.tar.gz) = 6d24575469befb1e1df48e2ed0c3d4c5c069d3f4e168bf87c4863a7900bba97e
|
||||||
SIZE (gnustep-libs-base-1.26.0-base-1_26_0_GH0.tar.gz) = 4001203
|
SIZE (gnustep-libs-base-base-1_26_0_GH0.tar.gz) = 4001203
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= fprintd
|
PORTNAME= fprintd
|
||||||
PORTVERSION= 0.8.1
|
DISTVERSIONPREFIX= V_
|
||||||
|
DISTVERSION= 0_8_1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
|
||||||
MAINTAINER= la5lbtyi@aon.at
|
MAINTAINER= la5lbtyi@aon.at
|
||||||
|
@ -21,7 +22,6 @@ USE_GNOME= intltool glib20
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= freedesktop
|
GH_ACCOUNT= freedesktop
|
||||||
GH_PROJECT= libfprint-${PORTNAME}
|
GH_PROJECT= libfprint-${PORTNAME}
|
||||||
GH_TAGNAME= V_${PORTVERSION:S|.|_|g}
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1535860241
|
TIMESTAMP = 1549285491
|
||||||
SHA256 (freedesktop-libfprint-fprintd-0.8.1-V_0_8_1_GH0.tar.gz) = 7370e500ad9228194c575f915e215668d5d42958decc0485024f8dbfd646d21a
|
SHA256 (freedesktop-libfprint-fprintd-V_0_8_1_GH0.tar.gz) = 7370e500ad9228194c575f915e215668d5d42958decc0485024f8dbfd646d21a
|
||||||
SIZE (freedesktop-libfprint-fprintd-0.8.1-V_0_8_1_GH0.tar.gz) = 92276
|
SIZE (freedesktop-libfprint-fprintd-V_0_8_1_GH0.tar.gz) = 92276
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= msktutil
|
PORTNAME= msktutil
|
||||||
PORTVERSION= 1.1
|
PORTVERSION= 1.1
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= zi@FreeBSD.org
|
MAINTAINER= zi@FreeBSD.org
|
||||||
|
@ -15,7 +16,6 @@ LIB_DEPENDS= libudns.so:dns/udns
|
||||||
|
|
||||||
USES= autoreconf ssl
|
USES= autoreconf ssl
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_TAGNAME= v${PORTVERSION}
|
|
||||||
USE_OPENLDAP= yes
|
USE_OPENLDAP= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+=--with-sasldir=${LOCALBASE} --with-ldapdir=${LOCALBASE}
|
CONFIGURE_ARGS+=--with-sasldir=${LOCALBASE} --with-ldapdir=${LOCALBASE}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1549225472
|
TIMESTAMP = 1549285518
|
||||||
SHA256 (msktutil-msktutil-1.1-v1.1_GH0.tar.gz) = 9f5e66713c0847a839c3c8b12104b6b582613cbd49da8ead9fa4d0aa8a31651f
|
SHA256 (msktutil-msktutil-v1.1_GH0.tar.gz) = 9f5e66713c0847a839c3c8b12104b6b582613cbd49da8ead9fa4d0aa8a31651f
|
||||||
SIZE (msktutil-msktutil-1.1-v1.1_GH0.tar.gz) = 59369
|
SIZE (msktutil-msktutil-v1.1_GH0.tar.gz) = 59369
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= gnustep-back
|
PORTNAME= gnustep-back
|
||||||
PORTVERSION= 0.27.0
|
DISTVERSIONPREFIX= back-
|
||||||
|
DISTVERSION= 0_27_0
|
||||||
CATEGORIES= x11-toolkits gnustep
|
CATEGORIES= x11-toolkits gnustep
|
||||||
|
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= gnustep
|
|
||||||
GH_PROJECT= libs-back
|
|
||||||
GH_TAGNAME= back-${PORTVERSION:S/./_/g}
|
|
||||||
|
|
||||||
MAINTAINER= theraven@FreeBSD.org
|
MAINTAINER= theraven@FreeBSD.org
|
||||||
COMMENT= GNUstep GUI backend
|
COMMENT= GNUstep GUI backend
|
||||||
|
|
||||||
|
@ -22,6 +18,16 @@ LIB_DEPENDS+= libgif.so:graphics/giflib \
|
||||||
libfreetype.so:print/freetype2 \
|
libfreetype.so:print/freetype2 \
|
||||||
libcairo.so:graphics/cairo
|
libcairo.so:graphics/cairo
|
||||||
|
|
||||||
|
USES= gnustep jpeg pkgconfig gl
|
||||||
|
USE_GNUSTEP= base gui build
|
||||||
|
USE_XORG= xft xrender xmu xext x11 xcursor xfixes xmu
|
||||||
|
USE_GL= gl
|
||||||
|
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= gnustep
|
||||||
|
GH_PROJECT= libs-back
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-tiff-library=${LOCALBASE}/lib \
|
CONFIGURE_ARGS= --with-tiff-library=${LOCALBASE}/lib \
|
||||||
--with-tiff-include=${LOCALBASE}/include \
|
--with-tiff-include=${LOCALBASE}/include \
|
||||||
|
@ -32,11 +38,6 @@ CONFIGURE_ARGS= --with-tiff-library=${LOCALBASE}/lib \
|
||||||
--enable-graphics=cairo \
|
--enable-graphics=cairo \
|
||||||
--disable-glitz
|
--disable-glitz
|
||||||
|
|
||||||
USES= gnustep jpeg pkgconfig gl
|
|
||||||
USE_GNUSTEP= base gui build
|
|
||||||
USE_XORG= xft xrender xmu xext x11 xcursor xfixes xmu
|
|
||||||
USE_GL= gl
|
|
||||||
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
||||||
# LLD 7 creates a library that does not work with FreeBSD (or OpenBSD) rtld -
|
# LLD 7 creates a library that does not work with FreeBSD (or OpenBSD) rtld -
|
||||||
# it loads apparently without errors, but the global constructors are not
|
# it loads apparently without errors, but the global constructors are not
|
||||||
# called. It also appears to corrupt some internal state, as throwing an
|
# called. It also appears to corrupt some internal state, as throwing an
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1549125286
|
TIMESTAMP = 1549285568
|
||||||
SHA256 (gnustep-libs-back-0.27.0-back-0_27_0_GH0.tar.gz) = 0f095566f37417a67a5922b9270caba3da6e87f72612bc678a7e73c659fb8ebc
|
SHA256 (gnustep-libs-back-back-0_27_0_GH0.tar.gz) = 0f095566f37417a67a5922b9270caba3da6e87f72612bc678a7e73c659fb8ebc
|
||||||
SIZE (gnustep-libs-back-0.27.0-back-0_27_0_GH0.tar.gz) = 972187
|
SIZE (gnustep-libs-back-back-0_27_0_GH0.tar.gz) = 972187
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= gnustep-gui
|
PORTNAME= gnustep-gui
|
||||||
PORTVERSION= 0.27.0
|
DISTVERSIONPREFIX= gui-
|
||||||
|
PORTVERSION= 0_27_0
|
||||||
CATEGORIES= x11-toolkits gnustep
|
CATEGORIES= x11-toolkits gnustep
|
||||||
|
|
||||||
MAINTAINER= theraven@FreeBSD.org
|
MAINTAINER= theraven@FreeBSD.org
|
||||||
|
@ -11,11 +12,6 @@ COMMENT= GNUstep GUI library
|
||||||
LICENSE= GPLv3 LGPL3
|
LICENSE= GPLv3 LGPL3
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= gnustep
|
|
||||||
GH_PROJECT= libs-gui
|
|
||||||
GH_TAGNAME= gui-${PORTVERSION:S/./_/g}
|
|
||||||
|
|
||||||
LIB_DEPENDS+= libtiff.so:graphics/tiff
|
LIB_DEPENDS+= libtiff.so:graphics/tiff
|
||||||
LIB_DEPENDS+= libpng.so:graphics/png
|
LIB_DEPENDS+= libpng.so:graphics/png
|
||||||
LIB_DEPENDS+= libgif.so:graphics/giflib
|
LIB_DEPENDS+= libgif.so:graphics/giflib
|
||||||
|
@ -24,12 +20,13 @@ LIB_DEPENDS+= libsndfile.so:audio/libsndfile
|
||||||
LIB_DEPENDS+= libao.so:audio/libao
|
LIB_DEPENDS+= libao.so:audio/libao
|
||||||
LIB_DEPENDS+= libflite.so:audio/flite
|
LIB_DEPENDS+= libflite.so:audio/flite
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS CUPS ASPELL
|
USES= gnustep jpeg pkgconfig
|
||||||
OPTIONS_DEFAULT= CUPS
|
USE_GNUSTEP= base build
|
||||||
OPTIONS_SUB= yes
|
USE_XORG= x11 xt
|
||||||
|
|
||||||
DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html \
|
USE_GITHUB= yes
|
||||||
texi2pdf:print/texinfo
|
GH_ACCOUNT= gnustep
|
||||||
|
GH_PROJECT= libs-gui
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib
|
CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib
|
||||||
|
@ -40,14 +37,17 @@ CONFIGURE_ARGS+= --with-x
|
||||||
CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/include
|
CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/include
|
||||||
CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/lib
|
CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/lib
|
||||||
|
|
||||||
USES= gnustep jpeg pkgconfig
|
|
||||||
USE_GNUSTEP= base build
|
|
||||||
USE_XORG= x11 xt
|
|
||||||
|
|
||||||
MAKE_FLAGS+= OPTFLAG="${CFLAGS}"
|
MAKE_FLAGS+= OPTFLAG="${CFLAGS}"
|
||||||
|
|
||||||
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
|
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS CUPS ASPELL
|
||||||
|
OPTIONS_DEFAULT= CUPS
|
||||||
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
|
DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html \
|
||||||
|
texi2pdf:print/texinfo
|
||||||
|
|
||||||
CUPS_CONFIGURE_ENABLE= cups
|
CUPS_CONFIGURE_ENABLE= cups
|
||||||
CUPS_LIB_DEPENDS+= libcups.so:print/cups
|
CUPS_LIB_DEPENDS+= libcups.so:print/cups
|
||||||
ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell
|
ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1549118107
|
TIMESTAMP = 1549285628
|
||||||
SHA256 (gnustep-libs-gui-0.27.0-gui-0_27_0_GH0.tar.gz) = a00d15f0356602ae561e04308b8c56ac50ed40ea41a158ec737bfe5e402a5845
|
SHA256 (gnustep-libs-gui-gui-0_27_0_GH0.tar.gz) = a00d15f0356602ae561e04308b8c56ac50ed40ea41a158ec737bfe5e402a5845
|
||||||
SIZE (gnustep-libs-gui-0.27.0-gui-0_27_0_GH0.tar.gz) = 2868998
|
SIZE (gnustep-libs-gui-gui-0_27_0_GH0.tar.gz) = 2868998
|
||||||
|
|
Loading…
Add table
Reference in a new issue