Commit graph

28 commits

Author SHA1 Message Date
Baptiste Daroussin
e1fc6b86e7 Remove unwanted changes 2013-06-05 06:08:26 +00:00
Baptiste Daroussin
4f80aec8ef Propertly makes config.sub working as expecting on amd64
Reported by:	many
2013-06-05 06:06:03 +00:00
Baptiste Daroussin
7f96d18a89 Actually commit the right config.sub
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2013-06-04 16:13:29 +00:00
Baptiste Daroussin
e9d5eb7378 Update to lastest version from upstream 2013-06-04 14:45:29 +00:00
Bryan Drewery
5e1d799444 Eliminate redundancy in this file which also helps avoids typos.
Generated with: sed -e 's/\([^=]*\)=\${\1=\([^}]*\)}/: ${\1=\2}/'
2013-05-31 10:53:04 +00:00
Bryan Drewery
16cd564ef9 Fix typos 2013-05-30 18:41:28 +00:00
Baptiste Daroussin
256c551e8a Revert as it brings too many breakage, it needs more work before getting sync
Pointyhat to:	bapt
2013-05-23 21:44:02 +00:00
Baptiste Daroussin
85e6570ee3 Cache more autotools tests 2013-05-23 16:45:07 +00:00
Baptiste Daroussin
768d962d4b Sync with latest version from upstream
Obtained from:	http://savannah.gnu.org/projects/config
2013-05-23 16:05:47 +00:00
Baptiste Daroussin
84a4799e20 All supported FreeBSD have net/if.h and net/if_media.h cache them in config.site given that they are often badly tested by autotools 2013-04-30 14:14:36 +00:00
Bryan Drewery
e57cf32eca waitid(2) is only in 10
Reported by:	nox, koobs
With hat:	portmgr
2013-04-25 02:14:44 +00:00
Baptiste Daroussin
43ba324fd5 Add a global config.site cache.
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
2013-04-22 16:16:46 +00:00
Thomas Abthorpe
08461b622f Add in many popular licenses used by the ports infrastructure. These
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.
2012-02-27 17:07:02 +00:00
Pav Lucistnik
ae764454a0 - Include etc/devd in mtree, as referenced in devd.conf(5)
PR:		ports/145598
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
2010-11-12 20:57:14 +00:00
Gordon Tetlow
df25f409ae Add the new etc/man.d directory.
Approved by:	portmgr (pav)
2010-10-05 02:44:18 +00:00
Florent Thoumie
fd84d6227d Add missing mtree file.
Approved by:	portmgr (pav)
2007-05-19 21:55:00 +00:00
Kris Kennaway
0c438b9ad7 Recognise amd64 machines.
Submitted by:	marcel
2003-07-11 06:28:08 +00:00
Kris Kennaway
05e0f12629 Import of GNU config.sub master script, version 2003-07-04 2003-07-11 06:26:27 +00:00
Kris Kennaway
28f1095f97 Import of GNU config.guess master script, version 2003-07-02 2003-07-11 06:26:00 +00:00
Christian Weisgerber
ccc9ca40fd Fix typo in mailing list address.
PR:		48200
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-13 02:31:43 +00:00
Kris Kennaway
6cc8804d52 * Run throught tidy -i since they are malformed HTML.
* Templates/README.port
    - %%PKG%% moved.
    - %%WEBSITE%%, %%EMAIL%% and port mailing-list added.

Submitted by:   Cyrille Lefevre <clefevre@citeweb.net>
PR:             ports/31389
2003-02-10 08:55:21 +00:00
Marc Fonvieille
deef46806d Fix links to the Handbook, the FAQ and the porters-handbook.
Approved by:	portmgr
2002-08-04 09:04:12 +00:00
Satoshi Asami
bddcc1202e Fix COMMENT handling -- it was incorrectly using the fixed string
"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!
2000-10-14 11:03:19 +00:00
Satoshi Asami
568b78afbd (1) Add support for a "flat" directory structure, with no pkg/ and
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
2000-10-01 17:27:40 +00:00
Satoshi Asami
f9403d1c61 Refer to new location to the porter's handbook. Also, while I'm here
change freebsd's to FreeBSD's.

PR:		20648
Submitted by:	Vivek Khera <khera@kciLink.com>
2000-08-18 17:18:25 +00:00
Satoshi Asami
f682f47599 (1) Add new USE_BISON directive, which will expand to BUILD_DEPENDS on
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.
2000-01-21 11:08:23 +00:00
Bill Fenner
9687369660 Keep all the HTML in templates/README.* 1997-12-15 23:46:33 +00:00
Satoshi Asami
8cdfa78ada The template files required to generate README.htmls in all the ports
directories.
1996-04-01 11:16:01 +00:00