Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
8c351bfd
Unverified
Commit
8c351bfd
authored
3 years ago
by
Tobias Kortkamp
Browse files
Options
Downloads
Patches
Plain Diff
www/quark: Update to latest commit
Changes:
http://git.suckless.org/quark/log.html
parent
6b812f11
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
www/quark/Makefile
+12
-12
12 additions, 12 deletions
www/quark/Makefile
www/quark/distinfo
+3
-3
3 additions, 3 deletions
www/quark/distinfo
www/quark/files/patch-Makefile
+0
-11
0 additions, 11 deletions
www/quark/files/patch-Makefile
with
15 additions
and
26 deletions
www/quark/Makefile
+
12
−
12
View file @
8c351bfd
PORTNAME
=
quark
DISTVERSION
=
g20190923
PORTREVISION
=
1
DISTVERSION
=
g20210222
CATEGORIES
=
www
# XXX: See PR 244457 for details why this is not LOCAL/0mp.
MASTER_SITES
=
https://people.freebsd.org/~0mp/distfiles/
PKGNAMESUFFIX
=
-server
DISTNAME
=
${
PORTNAME
}${
PKGNAMESUFFIX
}
-
${
DISTVERSIONFULL
}
MAINTAINER
=
ports@FreeBSD.org
COMMENT
=
Small and simple HTTP GET/HEAD-only web server
for
static content
...
...
@@ -13,27 +9,31 @@ COMMENT= Small and simple HTTP GET/HEAD-only web server for static content
LICENSE
=
ISCL
LICENSE_FILE
=
${
WRKSRC
}
/LICENSE
CONFLICTS_INSTALL
=
quark
USE_GITHUB
=
yes
GH_ACCOUNT
=
t6
# mirror of http://git.suckless.org/quark/
GH_TAGNAME
=
68b4f733b2755762e43df90f73db5a6ec8d14104
MAKE_ARGS
=
MANPREFIX
=
${
PREFIX
}
/share/man
CONFLICTS_INSTALL
=
quark
PLIST_FILES
=
bin/quark
\
share/man/man1/quark.1.gz
.
include
<bsd.port.options.mk>
_COMMIT_HASH
=
3c7049e9063edebbd1934178f263f9f3c9b8ddf5
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)
post-patch
:
@${
ECHO_MSG
}
"Creating config.h from
${
QUARK_CONF
}
"
@${
LN
}
-sf
${
QUARK_CONF
}
${
WRKSRC
}
/config.h
.
endif
do-configure
:
@${
ECHO_CMD
}
PREFIX
=
"
${
PREFIX
}
"
>>
${
WRKSRC
}
/config.mk
@${
ECHO_CMD
}
CC
=
"
${
CC
}
"
>>
${
WRKSRC
}
/config.mk
@${
ECHO_CMD
}
CFLAGS+
=
"
${
CFLAGS
}
"
>>
${
WRKSRC
}
/config.mk
@${
ECHO_CMD
}
LDFLAGS+
=
"
${
LDFLAGS
}
"
>>
${
WRKSRC
}
/config.mk
post-install
:
@${
STRIP_CMD
}
${
STAGEDIR
}${
PREFIX
}
/bin/quark
...
...
This diff is collapsed.
Click to expand it.
www/quark/distinfo
+
3
−
3
View file @
8c351bfd
TIMESTAMP = 1
571571885
SHA256 (quark-
server-g20190923.tar.gz) = 3c50e52d8e6f8f939cd02e3a94368a22c3f723606b7c486bb30cec8f1dc09b5e
SIZE (quark-
server-g20190923
.tar.gz) =
14101
TIMESTAMP = 1
634126831
SHA256 (
t6-
quark-
g20210222-68b4f733b2755762e43df90f73db5a6ec8d14104_GH0.tar.gz) = 7621e549493867199c461582b4f96c4fb890420b86f692dfd8b58da61dd4da7b
SIZE (
t6-
quark-
g20210222-68b4f733b2755762e43df90f73db5a6ec8d14104_GH0
.tar.gz) =
23529
This diff is collapsed.
Click to expand it.
www/quark/files/patch-Makefile
deleted
100644 → 0
+
0
−
11
View file @
6b812f11
--- Makefile.orig 2020-02-26 22:07:21 UTC
+++ Makefile
@@ -2,7 +2,7 @@
# quark - simple web server
.POSIX:
-include config.mk
+#include config.mk
COMPONENTS = util sock http resp
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment