forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
138 changed files
with
729 additions
and
490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1479732114 | ||
SHA256 (DBD-mysql-4.040.tar.gz) = a3438bba3cce02b13870b146b9db76a519b98e978d9dfe8516a63daff2989040 | ||
SIZE (DBD-mysql-4.040.tar.gz) = 149783 | ||
TIMESTAMP = 1480439290 | ||
SHA256 (DBD-mysql-4.041.tar.gz) = 4777de11c464b515db9da95c08c225900d0594b65ba3256982dc21f9f9379040 | ||
SIZE (DBD-mysql-4.041.tar.gz) = 150508 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1476770608 | ||
SHA256 (alembic-0.8.8.tar.gz) = cd6f2192ca2307bfe2a2a61f8a261420addc59a09a6379a6550e0a15693b0b8a | ||
SIZE (alembic-0.8.8.tar.gz) = 970125 | ||
TIMESTAMP = 1480407925 | ||
SHA256 (alembic-0.8.9.tar.gz) = 0932bed55a4546b8aa6f59b8ad8b92b0161e7bd46adc538d50afb1c96b3571c1 | ||
SIZE (alembic-0.8.9.tar.gz) = 977728 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
# $FreeBSD$ | ||
|
||
PORTNAME= howm | ||
PORTVERSION= 1.4.2 | ||
PORTVERSION= 1.4.3 | ||
CATEGORIES= deskutils | ||
MASTER_SITES= http://howm.sourceforge.jp/a/ | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Write fragmentarily and read collectively | ||
|
||
BROKEN= fails to build | ||
|
||
GNU_CONFIGURE= yes | ||
USE_EMACS= yes | ||
ELISP= action-lock.el bcomp.el cheat-font-lock.el \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (howm-1.4.2.tar.gz) = 6d4683ff55573e4edefad8bc03ee2714c9f443151936903f0b5ad99d73e73e7f | ||
SIZE (howm-1.4.2.tar.gz) = 544559 | ||
TIMESTAMP = 1480165897 | ||
SHA256 (howm-1.4.3.tar.gz) = fb7336e0a52df3d5fe72e1bbf4ffb57f1139757f6af2964ee62cc94b4729dcab | ||
SIZE (howm-1.4.3.tar.gz) = 552747 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- howm-vars.el.orig 2011-08-23 20:48:27.000000000 +0900 | ||
+++ howm-vars.el 2012-03-11 22:18:42.730947048 +0900 | ||
@@ -679,7 +679,7 @@ | ||
"*Command name for fgrep. | ||
--- howm-vars.el.orig 2015-12-31 22:41:45.000000000 +0900 | ||
+++ howm-vars.el 2016-11-26 22:46:32.596292000 +0900 | ||
@@ -759,7 +759,7 @@ | ||
This variable is obsolete and may be removed in future.") | ||
(defvar howm-view-grep-default-option | ||
- (labels ((ed (d) (concat "--exclude-dir=" d))) | ||
+ (labels ((ed (d) (concat "--exclude=" d))) | ||
(let* ((has-ed (condition-case nil | ||
(eq 0 (call-process howm-view-grep-command nil nil nil | ||
(ed "/") "--version")) | ||
;; "labels" causes a trouble in git-head emacs (d5e3922) [2015-01-31] | ||
- (let* ((ed (lambda (d) (concat "--exclude-dir=" d))) | ||
+ (let* ((ed (lambda (d) (concat "--exclude=" d))) | ||
(has-ed (condition-case nil | ||
(eq 0 (call-process howm-view-grep-command nil nil nil | ||
(apply ed "/") "--version")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- bfd/elfnn-aarch64.c.orig 2016-11-20 12:04:44.613621000 +0000 | ||
+++ bfd/elfnn-aarch64.c 2016-11-20 12:05:01.143334000 +0000 | ||
@@ -4369,7 +4369,9 @@ | ||
off = h->got.offset; | ||
BFD_ASSERT (off != (bfd_vma) - 1); | ||
if (!WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, bfd_link_pic (info), h) | ||
- || (bfd_link_pic (info) | ||
+ || ((bfd_link_pic (info) | ||
+ || (!bfd_link_relocatable (info) | ||
+ && (info->export_dynamic || info->dynamic))) | ||
&& SYMBOL_REFERENCES_LOCAL (info, h)) | ||
|| (ELF_ST_VISIBILITY (h->other) | ||
&& h->root.type == bfd_link_hash_undefweak)) | ||
@@ -8891,6 +8893,14 @@ | ||
+ h->root.u.def.section->output_section->vma | ||
+ h->root.u.def.section->output_offset); | ||
} | ||
+ else if (!bfd_link_relocatable (info) | ||
+ && (info->export_dynamic || info->dynamic) | ||
+ && SYMBOL_REFERENCES_LOCAL (info, h)) | ||
+ { | ||
+ BFD_ASSERT ((h->got.offset & 1) != 0); | ||
+ rela.r_info = ELFNN_R_INFO (h->dynindx, AARCH64_R (GLOB_DAT)); | ||
+ rela.r_addend = 0; | ||
+ } | ||
else | ||
{ | ||
do_glob_dat: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,7 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= elfkickers | ||
PORTVERSION= 3.0 | ||
PORTREVISION= 2 | ||
PORTVERSION= 3.1 | ||
CATEGORIES= devel sysutils | ||
MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/ | ||
DISTNAME= ELFkickers-${PORTVERSION} | ||
|
@@ -12,15 +11,16 @@ MAINTAINER= [email protected] | |
COMMENT= Collection of programs to manipulate ELF files | ||
|
||
LICENSE= GPLv2 | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
USES= gmake | ||
|
||
ELFBINS= ebfc elfls elftoc infect objres rebind sstrip | ||
PORTDOCS= COPYING Changelog README | ||
|
||
OPTIONS_DEFINE= DOCS | ||
|
||
post-patch: | ||
@${GREP} -lR "\/elf.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ | ||
's,linux/,,g' -e 's,asm/,,g' | ||
@${GREP} -lR "gcc" ${WRKSRC}/*/Makefile | ${XARGS} \ | ||
${REINPLACE_CMD} -e 's,gcc,${CC},g' | ||
|
||
|
@@ -30,12 +30,18 @@ do-build: | |
.endfor | ||
|
||
do-install: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} | ||
|
||
.for f in ${ELFBINS} | ||
${INSTALL_SCRIPT} ${WRKSRC}/${f}/${f} ${STAGEDIR}${PREFIX}/bin | ||
${INSTALL_MAN} ${WRKSRC}/${f}/${f:S,$,.1,} ${STAGEDIR}${PREFIX}/man/man1 | ||
.endfor | ||
|
||
post-install: | ||
.for f in ${ELFBINS} | ||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} | ||
.endfor | ||
|
||
post-install-DOCS-on: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (ELFkickers-3.0.tar.gz) = 8597dc38ecb1a352f86c5075608547f2c4dcd50f4ba89de70c5494cf6611c6aa | ||
SIZE (ELFkickers-3.0.tar.gz) = 99527 | ||
TIMESTAMP = 1480450986 | ||
SHA256 (ELFkickers-3.1.tar.gz) = 6d663fb06dd723a078282937052368498e3860d3c42f0d765579d496e5f51a58 | ||
SIZE (ELFkickers-3.1.tar.gz) = 101406 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.