| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
PR: ports/154454
Submitted by: maintainer
Approved by: wxs@ and pgollucci@ (mentor implicit)
Feature safe: yes
Notes:
svn path=/head/; revision=268542
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=267133
|
|
|
|
|
|
|
|
|
| |
PR: ports/151075
Submitted by: Frederic Culot <frederic@culot.org>
Approved by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
Notes:
svn path=/head/; revision=262409
|
|
|
|
|
|
|
|
| |
PR: ports/129403
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
Notes:
svn path=/head/; revision=223740
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
|
| |
- bump portrevision.
Approved by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
Notes:
svn path=/head/; revision=214374
|
|
|
|
|
|
|
|
| |
PR: 119242
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
Notes:
svn path=/head/; revision=204946
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- eliminate some fixed limits on buffer sizes (prompted by FreeBSD port).
- eliminate fixed limit on include nesting.
- use configure check for mkstemp(), use that function in preference to
mktemp() if a working version is found.
- move strstr.c into strkey.c to avoid zero-length object
- improve configure check for gcc version, from ncurses.
- update config.guess, config.sub
PR: 93780
Submitted by: Thomas Vogt <thomas (at) bsdunix.ch> (maintainer)
Notes:
svn path=/head/; revision=158349
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak
- Remove files/patch-system.h
- Use mkstemp() instead of mktemp()
- Pass maintainership to submitter
PR: 90102
Submitted by: Thomas Vogt <thomas@bsdunix.ch>
Notes:
svn path=/head/; revision=150665
|
|
|
|
| |
Notes:
svn path=/head/; revision=148315
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
| |
PR: ports/78877
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=131314
|
|
|
|
|
|
|
|
| |
PR: ports/64042
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=103527
|
|
|
|
| |
Notes:
svn path=/head/; revision=75951
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
|
| |
o Satisfy portlint
PR: 23919
Notes:
svn path=/head/; revision=36672
|
|
|
|
| |
Notes:
svn path=/head/; revision=36430
|
|
|
|
|
|
|
| |
Submitted by: Bram Moolenaar <Bram@moolenaar.net>
Notes:
svn path=/head/; revision=30977
|
|
|
|
| |
Notes:
svn path=/head/; revision=27452
|
|
declarations from C source code. It can also convert function definitions
between the old style and the ANSI C style. This conversion overwrites the
original files, so make a backup copy of your files in case something goes
wrong.
The program isn't confused by complex function definitions as much as other
prototype generators because it uses a yacc generated parser. By ignoring all
the input between braces, I avoided implementing the entire C language grammar.
WWW: http://www.vex.net/~cthuang/cproto/
PR: ports/16704
Submitted by: Abel Chow <abel@Island.DHS.ORG>
Notes:
svn path=/head/; revision=26449
|