framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
This commit is contained in:
Mathieu Arnold 2021-04-06 13:32:08 +02:00
parent 4f51dedf72
commit 5d33e04596
No known key found for this signature in database
GPG key ID: 29EB0902911D7E02
224 changed files with 14 additions and 422 deletions

View file

@ -3775,5 +3775,3 @@ POSSIBILITY OF SUCH DAMAGE.
Contact portmgr@FreeBSD.org if you have any questions about your use of Contact portmgr@FreeBSD.org if you have any questions about your use of
this document. this document.
$FreeBSD$

View file

@ -1,4 +1,3 @@
# $FreeBSD$
# @(#)COPYRIGHT 8.2 (Berkeley) 3/21/94 # @(#)COPYRIGHT 8.2 (Berkeley) 3/21/94
The compilation of software known as the FreeBSD Ports Collection is The compilation of software known as the FreeBSD Ports Collection is

1
GIDs
View file

@ -1,4 +1,3 @@
# $FreeBSD$
# Please keep this file sorted by GID! # Please keep this file sorted by GID!
# Please pick an empty slot when available and also consider base values from # Please pick an empty slot when available and also consider base values from
# /usr/src/etc/group # /usr/src/etc/group

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: gnome@FreeBSD.org # MAINTAINER: gnome@FreeBSD.org
actions: [] actions: []

View file

@ -1,6 +1,5 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [] actions: []
deprecated: true deprecated: true
deprecation_message: <<EOM deprecation_message: <<EOM

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: x11@FreeBSD.org # MAINTAINER: x11@FreeBSD.org
actions: [dir] actions: [dir]

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: x11@FreeBSD.org # MAINTAINER: x11@FreeBSD.org
actions: [dir] actions: [dir]

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [] actions: []

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: x11@FreeBSD.org # MAINTAINER: x11@FreeBSD.org
actions: [dir] actions: [dir]

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: gnome@FreeBSD.org # MAINTAINER: gnome@FreeBSD.org
# #
# Rebuild the glib schema cache. # Rebuild the glib schema cache.

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [file] actions: [file]

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# The argument is not registered as a file because of how the various # The argument is not registered as a file because of how the various
# jdk/jre are made: kind of autoplist which would make the bin/java registered # jdk/jre are made: kind of autoplist which would make the bin/java registered
# twice # twice

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: rene@FreeBSD.org # MAINTAINER: rene@FreeBSD.org
actions: [] actions: []

View file

@ -1,7 +1,4 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
#
post-install: <<EOD post-install: <<EOD
if [ -n "$(/sbin/sysctl -q compat.linux.osrelease)" ]; then if [ -n "$(/sbin/sysctl -q compat.linux.osrelease)" ]; then

View file

@ -1,7 +1,4 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
#
post-install: <<EOD post-install: <<EOD
if ! /usr/sbin/service ldconfig restart >/dev/null; then if ! /usr/sbin/service ldconfig restart >/dev/null; then

View file

@ -1,6 +1,5 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [] actions: []
preformat_arguments: true preformat_arguments: true
post-install: <<EOS post-install: <<EOS

View file

@ -1,6 +1,5 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [] actions: []
preformat_arguments: true preformat_arguments: true
post-deinstall: <<EOS post-deinstall: <<EOS

View file

@ -1,6 +1,5 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [] actions: []
preformat_arguments: true preformat_arguments: true
pre-install: <<EOS pre-install: <<EOS

View file

@ -1,6 +1,5 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [] actions: []
preformat_arguments: true preformat_arguments: true
pre-deinstall: <<EOS pre-deinstall: <<EOS

View file

@ -1,6 +1,5 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [] actions: []
post-deinstall-lua: <<EOD post-deinstall-lua: <<EOD
file = pkg.prefixed_path("%@") file = pkg.prefixed_path("%@")

View file

@ -1,6 +1,5 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [] actions: []
post-deinstall: <<EOD post-deinstall: <<EOD
case "%@" in case "%@" in

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# #
# @sample etc/somefile.conf.sample # @sample etc/somefile.conf.sample

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: gnome@FreeBSD.org # MAINTAINER: gnome@FreeBSD.org
actions: [] actions: []

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# #
# @shell bin/shell # @shell bin/shell

View file

@ -1,5 +1,4 @@
# $FreeBSD$ # MAINTAINER: portmgr@FreeBSD.org
#
actions: [] actions: []
post-install: <<EOD post-install: <<EOD

View file

@ -1,6 +1,5 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [] actions: []
arguments: true arguments: true
post-install-lua: <<EOD post-install-lua: <<EOD

View file

@ -1,6 +1,5 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
actions: [] actions: []
deprecated: true deprecated: true
deprecation_message: <<EOM deprecation_message: <<EOM

View file

@ -1,4 +1,4 @@
# $FreeBSD$ # MAINTAINER: portmgr@FreeBSD.org
actions: [file] actions: [file]
post-install: <<EOD post-install: <<EOD

1
LEGAL
View file

@ -1,5 +1,4 @@
# Creator: Jordan Hubbard # Creator: Jordan Hubbard
# $FreeBSD$
# #
# ********************************************************************** # **********************************************************************
# *** NOTE TO COMMITTERS *** # *** NOTE TO COMMITTERS ***

2
MOVED
View file

@ -1,8 +1,6 @@
# #
# MOVED -- A list of (recently) moved or removed ports # MOVED -- A list of (recently) moved or removed ports
# #
# $FreeBSD$
#
# Each entry consists of a single line containing the following four # Each entry consists of a single line containing the following four
# fields in the order named, separated with the pipe (`|') character: # fields in the order named, separated with the pipe (`|') character:
# #

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
SUBDIR += accessibility SUBDIR += accessibility
SUBDIR += arabic SUBDIR += arabic

View file

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# MAINTAINER: portmgr@FeeeBSD.org # MAINTAINER: portmgr@FeeeBSD.org
# $FreeBSD$
[ -n "${DEBUG_MK_SCRIPTS}" -o -n "${DEBUG_MK_SCRIPTS_ACTUAL_PACKAGE_DEPENDS}" ] && set -x [ -n "${DEBUG_MK_SCRIPTS}" -o -n "${DEBUG_MK_SCRIPTS_ACTUAL_PACKAGE_DEPENDS}" ] && set -x

View file

@ -1,5 +1,4 @@
# MAINTAINER: rust@FreeBSD.org # MAINTAINER: rust@FreeBSD.org
# $FreeBSD$
BEGIN { BEGIN {
gh_tuple_len = 0 gh_tuple_len = 0

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# ports/Mk/Scripts/check-stagedir.sh - called from ports/Mk/bsd.stage.mk # ports/Mk/Scripts/check-stagedir.sh - called from ports/Mk/bsd.stage.mk
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# #

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,5 +1,4 @@
#! /bin/sh #! /bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# #

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# $FreeBSD$
set -e set -e
set -o pipefail set -o pipefail

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,5 +1,4 @@
#! /bin/sh #! /bin/sh
# $FreeBSD$
# Maintainer: portmgr@FreeBSD.org # Maintainer: portmgr@FreeBSD.org
set -e set -e
set -o pipefail set -o pipefail

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# $FreeBSD$
set -o pipefail set -o pipefail

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# This file for common functions used for port scripts. # This file for common functions used for port scripts.
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,5 +1,4 @@
#! /bin/sh #! /bin/sh
# $FreeBSD$
# Maintainer: portmgr@FreeBSD.org # Maintainer: portmgr@FreeBSD.org
# #
# This script will find all ELF files in STAGEDIR and then strip and move # This script will find all ELF files in STAGEDIR and then strip and move

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org

View file

@ -1,5 +1,4 @@
#! /bin/sh #! /bin/sh
# $FreeBSD$
# #
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# #

View file

@ -1,7 +1,6 @@
#! /bin/sh #! /bin/sh
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# $FreeBSD$
set -o pipefail set -o pipefail

View file

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# $FreeBSD$
set -o pipefail set -o pipefail

View file

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# MAINTAINER: rust@FreeBSD.org # MAINTAINER: rust@FreeBSD.org
# $FreeBSD$
set -eu set -eu
set -o pipefail set -o pipefail

View file

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# $FreeBSD$
# This script regenerates patches. It conserves existing comments and # This script regenerates patches. It conserves existing comments and
# file names, even if the file name does not meet any current or # file names, even if the file name does not meet any current or

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Extract 7-Zip archives # Extract 7-Zip archives
# #
# Feature: 7z # Feature: 7z

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Establish Ada-capable compiler as a build dependency # Establish Ada-capable compiler as a build dependency
# To change default compiler, define ADA_DEFAULT in make.conf # To change default compiler, define ADA_DEFAULT in make.conf
# #

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Add __FreeBSD__ definition to CFLAGS # Add __FreeBSD__ definition to CFLAGS
# Used by DPorts when masquerading as FreeBSD allows port to build without # Used by DPorts when masquerading as FreeBSD allows port to build without
# additional patches # additional patches

View file

@ -1,8 +1,6 @@
#-*- tab-width: 4; -*- #-*- tab-width: 4; -*-
# ex:ts=4 # ex:ts=4
# #
# $FreeBSD$
#
# apache.mk - Apache related macros. # apache.mk - Apache related macros.
# Author: Clement Laforet <clement@FreeBSD.org> # Author: Clement Laforet <clement@FreeBSD.org>
# Author: Olli Hauer <ohauer@FreeBSD.org> # Author: Olli Hauer <ohauer@FreeBSD.org>

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Run autoreconf in AUTORECONF_WRKSRC to update configure, Makefile.in and # Run autoreconf in AUTORECONF_WRKSRC to update configure, Makefile.in and
# other build scripts. # other build scripts.
# #

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Shared namespace for py-azure-* ports # Shared namespace for py-azure-* ports
# Feature: azurepy # Feature: azurepy
# Usage: USES= azurepy # Usage: USES= azurepy

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Provide support for Berkeley DB # Provide support for Berkeley DB
# Feature: bdb # Feature: bdb
# Usage: USES= bdb[:version] # Usage: USES= bdb[:version]

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# handle dependency on the bison port # handle dependency on the bison port
# #
# Feature: bison # Feature: bison

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Handle dependencies on Blas / Lapack # Handle dependencies on Blas / Lapack
# #
# Feature: blaslapack # Feature: blaslapack

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Provide support for building Haskell packages using Cabal. # Provide support for building Haskell packages using Cabal.
# #
# Feature: cabal # Feature: cabal

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# This file contains logic to ease porting of Rust packages or # This file contains logic to ease porting of Rust packages or
# binaries using the `cargo` command. # binaries using the `cargo` command.
# #

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Lookup in Makefile.in to prevent a package from installing/modifying charset.alias # Lookup in Makefile.in to prevent a package from installing/modifying charset.alias
# #
# Feature: charsetfix # Feature: charsetfix

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Provide support for CMake based projects # Provide support for CMake based projects
# #
# Feature: cmake # Feature: cmake

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Allows to determine the compiler being used # Allows to determine the compiler being used
# #
# Feature: compiler # Feature: compiler

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Provide support for corosync ports # Provide support for corosync ports
# #
# Feature: corosync # Feature: corosync

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Include CPE information in package manifest as a CPE 2.3 formatted # Include CPE information in package manifest as a CPE 2.3 formatted
# string. See http://scap.nist.gov/specifications/cpe/ for details. # string. See http://scap.nist.gov/specifications/cpe/ for details.
# #

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Use the Comprehensive R Archive Network # Use the Comprehensive R Archive Network
# #
# Feature: cran # Feature: cran

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# handle dependency depends on desktop-file-utils and package regen # handle dependency depends on desktop-file-utils and package regen
# #
# Feature: desktop-file-utils # Feature: desktop-file-utils

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Handle gnu configure that does not properly support DESTDIR # Handle gnu configure that does not properly support DESTDIR
# #
# Feature: desthack # Feature: desthack

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Feature: display # Feature: display
# Usage: USES=display or USES=display:ARGS # Usage: USES=display or USES=display:ARGS
# Valid ARGS: install (default, implicit), any target # Valid ARGS: install (default, implicit), any target

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Provide support to convert files from dos2unix # Provide support to convert files from dos2unix
# #
# DOS2UNIX_REGEX a regular expression to match files that needs to be converted # DOS2UNIX_REGEX a regular expression to match files that needs to be converted

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Support for Drupal ports and modules. # Support for Drupal ports and modules.
# #
# Feature: drupal # Feature: drupal

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Handle dependency on eigen # Handle dependency on eigen
# #
# Feature: eigen # Feature: eigen

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Handle Elixir related ports # Handle Elixir related ports
# #
# Feature: elixir # Feature: elixir

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Provide support for ports requiring Emacs. This includes flavors with proper # Provide support for ports requiring Emacs. This includes flavors with proper
# dependencies and useful variables. # dependencies and useful variables.
# #

2
Mk/Uses/erlang.mk vendored
View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Handle Erlang related ports # Handle Erlang related ports
# #
# Feature: erlang # Feature: erlang

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Changes some default behaviour of build systems to allow installing as user. # Changes some default behaviour of build systems to allow installing as user.
# #
# Feature: fakeroot # Feature: fakeroot

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# #
# Feature: fam # Feature: fam

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Provide support for Firebird # Provide support for Firebird
# Feature: firebird # Feature: firebird
# Usage: USES= firebird[:version] # Usage: USES= firebird[:version]

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# handle fonts # handle fonts
# Feature: fonts # Feature: fonts
# Usage: USES=fonts # Usage: USES=fonts

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Fortran support # Fortran support
# #
# Feature: fortran # Feature: fortran

View file

@ -1,6 +1,3 @@
#
# $FreeBSD$
#
# Support for FPC-based ports. This automatically will install free pascal # Support for FPC-based ports. This automatically will install free pascal
# compiler and units. # compiler and units.
# #

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Handle dependency on the fuse port # Handle dependency on the fuse port
# #
# Feature: fuse # Feature: fuse

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Support rubygem packages # Support rubygem packages
# #
# Feature: gem # Feature: gem

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Handle dependency on the gettext-runtime (libintl) port # Handle dependency on the gettext-runtime (libintl) port
# #
# Feature: gettext-runtime # Feature: gettext-runtime

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Handle dependency on the gettext-tools port # Handle dependency on the gettext-tools port
# #
# Feature: gettext-tools # Feature: gettext-tools

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Sets a library dependency on gettext-runtime and a build dependency # Sets a library dependency on gettext-runtime and a build dependency
# on gettext-tools. Same as "USES=gettext-runtime gettext-tools". # on gettext-tools. Same as "USES=gettext-runtime gettext-tools".
# #

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Provide support for ghostscript ports. # Provide support for ghostscript ports.
# #
# Feature: ghostscript # Feature: ghostscript

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Use OpenGL and related libraries and ports # Use OpenGL and related libraries and ports
# #
# Feature: gl # Feature: gl

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Provide support to use the GNU make # Provide support to use the GNU make
# #
# Feature: gmake # Feature: gmake

View file

@ -1,9 +1,6 @@
#-*- tab-width: 4; -*- #-*- tab-width: 4; -*-
# ex:ts=4 # ex:ts=4
# #
# $FreeBSD$
# $NetBSD: $
#
# Please view me with 4 column tabs! # Please view me with 4 column tabs!
# ======================= USERS ================================= # ======================= USERS =================================

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# Handle GNUstep related ports # Handle GNUstep related ports
# #
# Feature: gnustep # Feature: gnustep

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# This file contains logic to ease porting of Go binaries using the # This file contains logic to ease porting of Go binaries using the
# `go` command. # `go` command.
# #

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# handle dependency on gperf # handle dependency on gperf
# #
# Feature: gperf # Feature: gperf

Some files were not shown because too many files have changed in this diff Show more