Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
6005811a
Commit
6005811a
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/heirloom-mailx: use /var/mail
parent
131ba56c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/heirloom-mailx/APKBUILD
+2
-2
2 additions, 2 deletions
community/heirloom-mailx/APKBUILD
community/heirloom-mailx/makevars.patch
+1
-1
1 addition, 1 deletion
community/heirloom-mailx/makevars.patch
with
3 additions
and
3 deletions
community/heirloom-mailx/APKBUILD
+
2
−
2
View file @
6005811a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname
=
heirloom-mailx
pkgname
=
heirloom-mailx
pkgver
=
12.4
pkgver
=
12.4
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"A free clone of SysV mailx"
pkgdesc
=
"A free clone of SysV mailx"
url
=
"http://heirloom.sourceforge.net/mailx.html"
url
=
"http://heirloom.sourceforge.net/mailx.html"
arch
=
"all"
arch
=
"all"
...
@@ -35,7 +35,7 @@ package() {
...
@@ -35,7 +35,7 @@ package() {
sha512sums
=
"a0e29972f552bd630ce1a14f70e61661815118520bcd4a00b6cad53f3270d3d08c835ff6982ba8800eb380a5b46f54eb6e60fb7533b5f41c916af45d29605af8 mailx-12.4.tar.bz2
sha512sums
=
"a0e29972f552bd630ce1a14f70e61661815118520bcd4a00b6cad53f3270d3d08c835ff6982ba8800eb380a5b46f54eb6e60fb7533b5f41c916af45d29605af8 mailx-12.4.tar.bz2
c2435c18b3e972a77bbaa1b915cae567cafcd65cba1710cd78e7b934d33662361aa1e72fb99d0f109945c603ec847552345a4a5c3ec64dbc307cbb811a6d74d0 12.4-to-12.5pre.patch
c2435c18b3e972a77bbaa1b915cae567cafcd65cba1710cd78e7b934d33662361aa1e72fb99d0f109945c603ec847552345a4a5c3ec64dbc307cbb811a6d74d0 12.4-to-12.5pre.patch
b831544e92b0262b6d5276cb7e78427cb33fd09bc3cb2ffc398cb3f930f05764bcecc8e5b1743554dadc5e0bd791d56b4a72b7a05089db7170437dd5254b9080
makevars.patch
4d7267cfd2c730922aef32fdb71bdf31d44d80ec6b41e150c627ad92fa0b812a2c5e486ffd8fe2729083be86208654c863a96282fdaeed8fea53d6fe32eba578
makevars.patch
fc5a22bf17e998c5228ff581388a3e2f8ffad9c70b46f7e94edc63d304e5e9576b59c57df07dc7e40cf234fc8b89bf2c52248592ad834fc4b4d29e25a673edc8 0001-outof-Introduce-expandaddr-flag.patch
fc5a22bf17e998c5228ff581388a3e2f8ffad9c70b46f7e94edc63d304e5e9576b59c57df07dc7e40cf234fc8b89bf2c52248592ad834fc4b4d29e25a673edc8 0001-outof-Introduce-expandaddr-flag.patch
b10a5ec515ba447e828dbf4562b07b65bc2c812f0d731b244f77cc43152bf14200e40d218ebb080fd820dc18ed4666c4f66de579b562a9231d8a0e95b4c0bb25 0002-unpack-Disable-option-processing-for-email-addresses.patch
b10a5ec515ba447e828dbf4562b07b65bc2c812f0d731b244f77cc43152bf14200e40d218ebb080fd820dc18ed4666c4f66de579b562a9231d8a0e95b4c0bb25 0002-unpack-Disable-option-processing-for-email-addresses.patch
c41ad1e90ebc6060ce0a7badfde5fc01b87c4c0c9eacf7e2f55444212cbd93097b37a3e426bcdcb4a565c1b0d16010996d9aca1d61c0d918a1d4acb41754d516 0003-fio_c-Unconditionally-require-wordexp-support.patch
c41ad1e90ebc6060ce0a7badfde5fc01b87c4c0c9eacf7e2f55444212cbd93097b37a3e426bcdcb4a565c1b0d16010996d9aca1d61c0d918a1d4acb41754d516 0003-fio_c-Unconditionally-require-wordexp-support.patch
...
...
This diff is collapsed.
Click to expand it.
community/heirloom-mailx/makevars.patch
+
1
−
1
View file @
6005811a
...
@@ -21,7 +21,7 @@ index 5f4b124..05d0635 100644
...
@@ -21,7 +21,7 @@ index 5f4b124..05d0635 100644
MAILRC = $(SYSCONFDIR)/nail.rc
MAILRC = $(SYSCONFDIR)/nail.rc
-MAILSPOOL = /var/mail
-MAILSPOOL = /var/mail
-SENDMAIL = /usr/lib/sendmail
-SENDMAIL = /usr/lib/sendmail
+MAILSPOOL = /var/
spool/
mail
+MAILSPOOL = /var/mail
+SENDMAIL = /usr/sbin/sendmail
+SENDMAIL = /usr/sbin/sendmail
DESTDIR =
DESTDIR =
...
...
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