aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-03-14 04:01:35 +0800
committerantoine <antoine@FreeBSD.org>2018-03-14 04:01:35 +0800
commit19de0324d338a0be8dad776980475133086e2272 (patch)
tree2a86790bf7aac91d83289594bb52818f84bc25e6 /www
parentecc80aadb1f91c61ab4e4deb678ae10319904b6d (diff)
downloadfreebsd-ports-graphics-19de0324d338a0be8dad776980475133086e2272.tar.gz
freebsd-ports-graphics-19de0324d338a0be8dad776980475133086e2272.tar.zst
freebsd-ports-graphics-19de0324d338a0be8dad776980475133086e2272.zip
Revert www/quark addition, PKGBASE collision with multimedia/quark
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/quark/Makefile38
-rw-r--r--www/quark/distinfo3
-rw-r--r--www/quark/files/patch-config.mk19
-rw-r--r--www/quark/pkg-descr3
5 files changed, 0 insertions, 64 deletions
diff --git a/www/Makefile b/www/Makefile
index e04bb7200fd..738a6b1c369 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1907,7 +1907,6 @@
SUBDIR += qt5-webkit
SUBDIR += qt5-websockets
SUBDIR += qt5-websockets-qml
- SUBDIR += quark
SUBDIR += qupzilla-qt4
SUBDIR += qupzilla-qt5
SUBDIR += qutebrowser
diff --git a/www/quark/Makefile b/www/quark/Makefile
deleted file mode 100644
index 56564e3e44f..00000000000
--- a/www/quark/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= quark
-DISTVERSION= g20180305
-CATEGORIES= www
-MASTER_SITES= https://git.suckless.org/quark/snapshot/
-DISTNAME= quark-6770dc06e69f422124d1e9c0efdefa7cc4e98b61
-
-MAINTAINER= 0mp@FreeBSD.org
-COMMENT= Small and simple HTTP GET/HEAD-only web server for static content
-
-LICENSE= ISCL
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-PLIST_FILES= bin/quark \
- man/man1/quark.1.gz
-
-.include <bsd.port.options.mk>
-
-# _WITH_DPRINTF support was removed precisely in r303524.
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200002
-CFLAGS+= -D_WITH_DPRINTF
-.endif
-
-pre-everything::
- @${ECHO_MSG} "You can build quark with your own config.h using the QUARK_CONF knob:"
- @${ECHO_MSG} "make QUARK_CONF=/path/to/quark/config.h install clean"
-
-post-patch:
-.if defined(QUARK_CONF)
- @${ECHO_MSG} "Creating config.h from ${QUARK_CONF}"
- @${LN} -sf ${QUARK_CONF} ${WRKSRC}/config.h
-.endif
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/quark
-
-.include <bsd.port.mk>
diff --git a/www/quark/distinfo b/www/quark/distinfo
deleted file mode 100644
index bc696fe1177..00000000000
--- a/www/quark/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1520251942
-SHA256 (quark-6770dc06e69f422124d1e9c0efdefa7cc4e98b61.tar.gz) = 0d080a47c0758a5baa620b228359a22426b9d4f2db439a4146c601e6727a71b3
-SIZE (quark-6770dc06e69f422124d1e9c0efdefa7cc4e98b61.tar.gz) = 12985
diff --git a/www/quark/files/patch-config.mk b/www/quark/files/patch-config.mk
deleted file mode 100644
index d039948f7da..00000000000
--- a/www/quark/files/patch-config.mk
+++ /dev/null
@@ -1,19 +0,0 @@
---- config.mk.orig 2018-03-05 09:24:46 UTC
-+++ config.mk
-@@ -5,12 +5,11 @@ VERSION = 0
-
- # paths
- PREFIX = /usr/local
--MANPREFIX = $(PREFIX)/share/man
-+MANPREFIX = $(PREFIX)/man
-
- # flags
--CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
--CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os
--LDFLAGS = -s
-+CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
-+CFLAGS += -std=c99 -pedantic -Wall -Wextra
-
- # compiler and linker
--CC = cc
-+CC ?= cc
diff --git a/www/quark/pkg-descr b/www/quark/pkg-descr
deleted file mode 100644
index 9da093faa00..00000000000
--- a/www/quark/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Extremely small and simple HTTP GET/HEAD-only web server for static content.
-
-WWW: https://tools.suckless.org/quark/