| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Notes:
svn path=/head/; revision=325621
|
|
|
|
| |
Notes:
svn path=/head/; revision=325279
|
|
|
|
| |
Notes:
svn path=/head/; revision=325277
|
|
|
|
| |
Notes:
svn path=/head/; revision=319949
|
|
|
|
|
|
|
| |
Reported by: many
Notes:
svn path=/head/; revision=319948
|
|
|
|
|
|
|
| |
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Notes:
svn path=/head/; revision=319875
|
|
|
|
| |
Notes:
svn path=/head/; revision=319866
|
|
|
|
|
|
|
| |
Generated with: sed -e 's/\([^=]*\)=\${\1=\([^}]*\)}/: ${\1=\2}/'
Notes:
svn path=/head/; revision=319483
|
|
|
|
| |
Notes:
svn path=/head/; revision=319445
|
|
|
|
|
|
|
| |
Pointyhat to: bapt
Notes:
svn path=/head/; revision=318911
|
|
|
|
| |
Notes:
svn path=/head/; revision=318886
|
|
|
|
|
|
|
| |
Obtained from: http://savannah.gnu.org/projects/config
Notes:
svn path=/head/; revision=318882
|
|
|
|
|
|
|
| |
config.site given that they are often badly tested by autotools
Notes:
svn path=/head/; revision=316933
|
|
|
|
|
|
|
|
| |
Reported by: nox, koobs
With hat: portmgr
Notes:
svn path=/head/; revision=316493
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This has 2 effects:
- it caches lots of things autotools are looking for and we know that are
already on FreeBSD (speeding up configure scripts)
- it forces the autotool enable build chain to use by default commands from the
base system like sed, awk, cp, bzip2, gzip etc
To overwrite things set in config.site just add the variable in CONFIGURE_ENV
within your port
Please help us to add new values in this config.site
Notes:
svn path=/head/; revision=316246
|
|
|
|
|
|
|
|
|
| |
are stock copy and paste licenses. Other common licenses such as BSD
and others are not listed, as the holder is to add owner/organization/year
to the header.
Notes:
svn path=/head/; revision=292313
|
|
|
|
|
|
|
|
| |
PR: ports/145598
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Notes:
svn path=/head/; revision=264462
|
|
|
|
|
|
|
| |
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=262404
|
|
|
|
|
|
|
| |
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=191550
|
|
|
|
|
|
|
| |
Submitted by: marcel
Notes:
svn path=/head/; revision=84647
|
|
|
|
| |
Notes:
svn path=/head/; revision=84646
|
|
|
|
| |
Notes:
svn path=/head/; revision=84645
|
|
|
|
|
|
|
|
| |
PR: 48200
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes:
svn path=/head/; revision=75431
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Templates/README.port
- %%PKG%% moved.
- %%WEBSITE%%, %%EMAIL%% and port mailing-list added.
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
PR: ports/31389
Notes:
svn path=/head/; revision=75229
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=63962
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"pkg/COMMENT' which of course blew up in the entire tree when we
changed the layout.
Fix it to use `make -V COMMENT` so it will use even for ports that
define MASTERDIR etc.
Reported by PRs: 21851, 21952
While I'm here, add the contents of pkg/COMMENT in category READMEs.
I don't know why I didn't include them in the first place when I've
been creating all those files!
Notes:
svn path=/head/; revision=33818
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
patches/. In addition, patches live in files/ and files/md5 is
moved to "distinfo" in main directory.
It is disabled by default, but you can test it by defining
NEWLAYOUT. I will convert the entire ports tree in a week and
make NEWLAYOUT the default.
Reviewed by: the ports list
Submitted by: nectar ("distinfo" name)
(2) Bump XFree86 version number in PKG_IGNORE_DEPENDS.
(3) New variable RESTRICTED_FILES to be used when only a subset of a
RESTRICTED or NO_CDROM port's distfiles/patchfiles list is not
redistributable. (Set RESTRICTED_FILES to the list of
redistribution-challenged files.)
Reviewed by: the ports list
Notes:
svn path=/head/; revision=33299
|
|
|
|
|
|
|
|
|
|
| |
change freebsd's to FreeBSD's.
PR: 20648
Submitted by: Vivek Khera <khera@kciLink.com>
Notes:
svn path=/head/; revision=31746
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
4-current post bison-removal and to a no-op otherwise. Note this
should only be used when the software in question uses a feature
in bison that is not in byacc -- otherwise it should be patched to
use byacc (or detect the absense of bison correctly). [bsd.port.mk]
(2) Do not assume all category names are lowercase. In particular,
remove package links by removing them one by one, instead of doing
a "rm [a-z]*/${PKGNAME}.tgz". [bsd.port.mk]
(3) Do not assume the category name doesn't include a path separator
(/). Make links accordingly. [bsd.port.mk,README.category,README.port]
(4) Do not assume all category makefiles are directly under
${PORTSDIR}. [bsd.port.mk,README.category]
(5) Add new "package-name" target which prints out the directory name
to be used in the parent README.html. [bsd.port.subdir.mk]
(2) through (5) are in preparation for going to multi-level
categories. They shouldn't make any difference yet, but are committed
first so people can start testing.
Notes:
svn path=/head/; revision=24870
|
|
|
|
| |
Notes:
svn path=/head/; revision=9094
|
|
directories.
Notes:
svn path=/head/; revision=2932
|