First create a package_name.spec file with the following content:
Summary: Summary here
Name: package_name
Version: 0
Release: 0
License: Public
| # 0 is too far from ` ;) | |
| set -g base-index 1 | |
| # Automatically set window title | |
| set-window-option -g automatic-rename on | |
| set-option -g set-titles on | |
| #set -g default-terminal screen-256color | |
| set -g status-keys vi | |
| set -g history-limit 10000 |
| SSH_ENV=$HOME/.ssh/environment | |
| function start_agent { | |
| /usr/bin/ssh-agent | sed 's/^echo/#echo/' > "${SSH_ENV}"; | |
| chmod 600 "${SSH_ENV}" | |
| . "${SSH_ENV}" > /dev/null | |
| adding_keys | |
| } | |
| function adding_keys { | |
| for possiblekey in ${HOME}/.ssh/*; do |
| libbind provides inet_aspr_* |
| Index: lang/gcc7/Makefile | |
| =================================================================== | |
| --- lang/gcc7/Makefile (revision 487725) | |
| +++ lang/gcc7/Makefile (working copy) | |
| @@ -3,7 +3,7 @@ | |
| PORTNAME= gcc | |
| PORTVERSION= 7.4.0 | |
| -PORTREVISION= 1 | |
| +PORTREVISION= 2 |
| Index: lang/gcc7/Makefile | |
| =================================================================== | |
| --- lang/gcc7/Makefile (revision 487725) | |
| +++ lang/gcc7/Makefile (working copy) | |
| @@ -3,7 +3,7 @@ | |
| PORTNAME= gcc | |
| PORTVERSION= 7.4.0 | |
| -PORTREVISION= 1 | |
| +PORTREVISION= 2 |
| Index: lang/gcc7/Makefile | |
| =================================================================== | |
| --- lang/gcc7/Makefile (revision 487725) | |
| +++ lang/gcc7/Makefile (working copy) | |
| @@ -2,8 +2,8 @@ | |
| # $FreeBSD$ | |
| PORTNAME= gcc | |
| -PORTVERSION= 7.4.0 | |
| -PORTREVISION= 1 |
| Index: lang/gcc7/Makefile | |
| =================================================================== | |
| --- lang/gcc7/Makefile (revision 486476) | |
| +++ lang/gcc7/Makefile (working copy) | |
| @@ -3,7 +3,7 @@ | |
| PORTNAME= gcc | |
| PORTVERSION= 7.3.0 | |
| -PORTREVISION= 6 | |
| +PORTREVISION= 7 |
| www/dillo2: | |
| * Add patches from NetBSD conditionally, fixes OpenSSL 1.1.x when SSL is enabled | |
| * Add missing libraries linked, listed in stage-qa | |
| PR: 233985 | |
| Submitted by: Nathan <ndowens@yahoo.com> | |
| Approved by: portmgr (Unmaintained port) | |
| Index: www/dillo2/Makefile |
| www/dillo2: | |
| * Add patches from NetBSD conditionally, fixes OpenSSL 1.1.x when SSL is enabled | |
| * Add missing libraries linked, listed in stage-qa | |
| PR: 233985 | |
| Submitted by: Nathan <ndowens@yahoo.com> | |
| Approved by: portmgr (Unmaintained port) | |
| Index: www/dillo2/Makefile |