diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-08-29 16:28:32 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-08-29 16:29:43 +0000 |
commit | 9e9956359dd9947e41a1731f182abbd39114b00c (patch) | |
tree | 2ce19d70938dd543157457307ee49b2f8ee90d9c | |
parent | 67ba9d5ebe8306b487e01794c9f841610b824a81 (diff) | |
download | ports-9e9956359dd9947e41a1731f182abbd39114b00c.tar.gz ports-9e9956359dd9947e41a1731f182abbd39114b00c.zip |
Cleanup: for ports under g* categories, drop redundant GH_{ACCOUNT,PROJECT}.
-rw-r--r-- | games/frogatto/Makefile | 4 | ||||
-rw-r--r-- | games/minetest/Makefile | 6 | ||||
-rw-r--r-- | games/robotfindskitten/Makefile | 4 | ||||
-rw-r--r-- | graphics/bsd-plotutils/Makefile | 1 | ||||
-rw-r--r-- | graphics/fraqtive/Makefile | 2 | ||||
-rw-r--r-- | graphics/ksnip/Makefile | 1 | ||||
-rw-r--r-- | graphics/lazpaint/Makefile | 1 | ||||
-rw-r--r-- | graphics/mypaint/Makefile | 3 | ||||
-rw-r--r-- | graphics/openfx-arena/Makefile | 1 | ||||
-rw-r--r-- | graphics/openfx-misc/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-gvgen/Makefile | 1 | ||||
-rw-r--r-- | graphics/ufraw/Makefile | 5 |
12 files changed, 8 insertions, 27 deletions
diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile index 7cb12bcbb18e..420db7a8dd85 100644 --- a/games/frogatto/Makefile +++ b/games/frogatto/Makefile @@ -18,11 +18,9 @@ LICENSE_PERMS_FROGATTO= dist-mirror pkg-mirror auto-accept LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png -USE_GITHUB= yes -GH_ACCOUNT= frogatto - USES= compiler:c++11-lang dos2unix gl gmake pkgconfig sdl ALL_TARGET= game server +USE_GITHUB= yes USE_GL= glew glu USE_SDL= sdl image mixer ttf USE_CXXSTD= c++11 diff --git a/games/minetest/Makefile b/games/minetest/Makefile index 18b74c19b775..e9f96015878d 100644 --- a/games/minetest/Makefile +++ b/games/minetest/Makefile @@ -9,14 +9,12 @@ COMMENT= Near-infinite-world block sandbox game LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/doc/lgpl-2.1.txt -LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ - libgmp.so:math/gmp \ +LIB_DEPENDS= libgmp.so:math/gmp \ libjsoncpp.so:devel/jsoncpp +USES= cmake compiler:c11 iconv:wchar_t sqlite USE_GITHUB= yes -GH_ACCOUNT= minetest -USES= cmake compiler:c11 iconv:wchar_t CMAKE_ARGS= -DCUSTOM_MANDIR="${PREFIX}/man" \ -DCUSTOM_EXAMPLE_CONF_DIR="${PREFIX}/etc" \ -DENABLE_SYSTEM_JSONCPP=ON diff --git a/games/robotfindskitten/Makefile b/games/robotfindskitten/Makefile index f1f6e2ea384b..781e46c1e70e 100644 --- a/games/robotfindskitten/Makefile +++ b/games/robotfindskitten/Makefile @@ -12,10 +12,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf libtool makeinfo ncurses -GNU_CONFIGURE= YES - +GNU_CONFIGURE= yes USE_GITHUB= yes -GH_ACCOUNT= robotfindskitten OPTIONS_DEFINE= EXTRANKI MEGAHYPERDEATH diff --git a/graphics/bsd-plotutils/Makefile b/graphics/bsd-plotutils/Makefile index a4d711ffe3ed..083081137388 100644 --- a/graphics/bsd-plotutils/Makefile +++ b/graphics/bsd-plotutils/Makefile @@ -21,7 +21,6 @@ USES+= fortran USE_GITHUB= yes GH_ACCOUNT= Toranktto -GH_PROJECT= bsd-plotutils CONFLICTS_INSTALL= plotutils USE_LDCONFIG= yes diff --git a/graphics/fraqtive/Makefile b/graphics/fraqtive/Makefile index 76fa4f412353..78cde07257c4 100644 --- a/graphics/fraqtive/Makefile +++ b/graphics/fraqtive/Makefile @@ -15,10 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang dos2unix gl qmake qt:5 USE_QT= core gui opengl widgets xml buildtools_build USE_GL= gl glu - USE_GITHUB= yes GH_ACCOUNT= mimecorg -GH_PROJECT= fraqtive OPTIONS_DEFINE= SSE2 SSE2_DESC= Enable SSE2 optimization diff --git a/graphics/ksnip/Makefile b/graphics/ksnip/Makefile index 5c55fd4737b2..e58f394031ed 100644 --- a/graphics/ksnip/Makefile +++ b/graphics/ksnip/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libkColorPicker.so:graphics/kcolorpicker \ USES= cmake compiler:c++11-lang kde:5 qt:5 xorg USE_GITHUB= yes -GH_ACCOUNT= ksnip USE_KDE= ecm_build USE_QT= concurrent core dbus gui network printsupport svg testlib \ widgets x11extras xml \ diff --git a/graphics/lazpaint/Makefile b/graphics/lazpaint/Makefile index 6713bcd7a419..b8a8301888cf 100644 --- a/graphics/lazpaint/Makefile +++ b/graphics/lazpaint/Makefile @@ -20,7 +20,6 @@ USE_XORG= x11 DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) USE_GITHUB= yes GH_ACCOUNT= bgrabitmap -GH_PROJECT= lazpaint GH_TUPLE= bgrabitmap:bgracontrols:95fc0d2:bgracontrols/bgracontrols \ bgrabitmap:bgrabitmap:ace7e0e:bgrabitmap/bgrabitmapnew diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 3b2ac05423e1..4c764904d93c 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -28,10 +28,7 @@ RUN_DEPENDS= mypaint-brushes2>0:graphics/mypaint-brushes2 \ USES= compiler:c++11-lib desktop-file-utils gettext gnome localbase \ pkgconfig python:3.6+ tar:xz - USE_GITHUB= yes -GH_ACCOUNT= mypaint - USE_GNOME= gtk30 pygobject3 cairo librsvg2:run USE_PYTHON= distutils py3kplist noflavors PYDISTUTILS_BUILD_TARGET= build build_ext diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index b670a2aa1f64..74fe80ab26ce 100644 --- a/graphics/openfx-arena/Makefile +++ b/graphics/openfx-arena/Makefile @@ -36,7 +36,6 @@ LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \ USES= gl gmake gnome iconv xorg USE_GITHUB= yes GH_ACCOUNT= NatronGitHub -GH_PROJECT= openfx-arena GH_TUPLE= NatronGitHub:openfx-supportext:e600cae:openfx_supportext/SupportExt \ NatronGitHub:openfx:a85dc34:openfx/OpenFX \ NatronGitHub:openfx-io:Natron-2.3.12:OpenFX_IO/OpenFX-IO \ diff --git a/graphics/openfx-misc/Makefile b/graphics/openfx-misc/Makefile index 5936e322649f..d128234bda1c 100644 --- a/graphics/openfx-misc/Makefile +++ b/graphics/openfx-misc/Makefile @@ -11,15 +11,13 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 powerpc64 USES= gl gmake +USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= NatronGitHub -GH_PROJECT= openfx-misc GH_TAGNAME= 3ab0531 GH_TUPLE= NatronGitHub:openfx-supportext:e600cae:openfx_supportext/SupportExt \ - NatronGitHub:openfx:a85dc34:openfx/openfx - + NatronGitHub:openfx:a85dc34:openfx/openfx MAKE_ENV+= CONFIG=release -USE_GL= gl pre-patch: @${RM} ${WRKSRC}/CImg/CImg.h.orig diff --git a/graphics/py-gvgen/Makefile b/graphics/py-gvgen/Makefile index e4be5fabab26..37e0d589d2d0 100644 --- a/graphics/py-gvgen/Makefile +++ b/graphics/py-gvgen/Makefile @@ -15,7 +15,6 @@ USES= python:3.6+ USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= stricaud -GH_PROJECT= gvgen NO_ARCH= yes OPTIONS_DEFINE= DOCS diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index c714e6f965f7..8d2711ff3936 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -17,11 +17,10 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= autoreconf compiler:c++11-lang desktop-file-utils gettext gmake \ - gnome jpeg pkgconfig +USES= autoreconf compiler:c++11-lang desktop-file-utils gettext \ + gmake gnome jpeg pkgconfig USE_GITHUB= yes GH_ACCOUNT= sergiomb2 -GH_PROJECT= ufraw GH_TAGNAME= f34669b USE_GNOME+= cairo gdkpixbuf2 glib20 gtk20 |