| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=495668
|
|
|
|
| |
Notes:
svn path=/head/; revision=494802
|
|
|
|
| |
Notes:
svn path=/head/; revision=485132
|
|
|
|
| |
Notes:
svn path=/head/; revision=479499
|
|
|
|
| |
Notes:
svn path=/head/; revision=469171
|
|
|
|
| |
Notes:
svn path=/head/; revision=466513
|
|
|
|
| |
Notes:
svn path=/head/; revision=466150
|
|
|
|
| |
Notes:
svn path=/head/; revision=460560
|
|
|
|
|
|
|
|
| |
- Update LICENSE
- Take maintainership
Notes:
svn path=/head/; revision=458410
|
|
|
|
|
|
|
| |
- Switch to options helpers
Notes:
svn path=/head/; revision=453964
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=430454
|
|
|
|
|
|
|
|
| |
PR: 203800
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=399419
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/bin/make check-TESTS
Segmentation fault (core dumped)
FAIL: tests/simple.yab
Segmentation fault (core dumped)
FAIL: tests/grammar.yab
Segmentation fault (core dumped)
FAIL: tests/io.yab
Segmentation fault (core dumped)
FAIL: tests/bugs.yab
Segmentation fault (core dumped)
FAIL: tests/break.yab
===================
5 of 5 tests failed
===================
*** [check-TESTS] Error code 1
MFH: 2015Q2
Notes:
svn path=/head/; revision=389872
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE knob (ART10 GPLv2; multi)
- Drop unneeded "xt" from USE_XORG and adjust its position
- Improve test target by using -C and thus get rid of "cd"
- Remove ".if ${PORT_OPTIONS:MDOCS}" guard, no longer needed
PR: 199240
Notes:
svn path=/head/; revision=383800
|
|
|
|
| |
Notes:
svn path=/head/; revision=350995
|
|
|
|
| |
Notes:
svn path=/head/; revision=345417
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=343634
|
|
|
|
| |
Notes:
svn path=/head/; revision=330596
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Notes:
svn path=/head/; revision=313635
|
|
|
|
| |
Notes:
svn path=/head/; revision=282538
|
|
|
|
| |
Notes:
svn path=/head/; revision=276987
|
|
|
|
|
|
|
|
|
|
|
| |
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
Notes:
svn path=/head/; revision=246327
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
| |
PR: 117086
Tested by: -exp runs
Notes:
svn path=/head/; revision=201613
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=161836
|
|
|
|
|
|
|
|
| |
PR: ports/91459
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=152996
|
|
|
|
| |
Notes:
svn path=/head/; revision=149341
|
|
|
|
|
|
|
|
| |
PR: ports/85880
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=142307
|
|
|
|
|
|
|
| |
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/69298
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=114235
|
|
|
|
|
|
|
|
| |
PR: ports/66469
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=108859
|
|
|
|
|
|
|
|
| |
PR: ports/63007
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=101339
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
| |
PR: 59009
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=93252
|
|
|
|
|
|
|
|
| |
PR: 51231
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=81188
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
| |
PR: ports/47081
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=73276
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 43447
Approved by: kris (mentor)
Notes:
svn path=/head/; revision=68594
|
|
|
|
|
|
|
|
| |
PR: 39605
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes:
svn path=/head/; revision=61685
|
|
|
|
|
|
|
|
| |
PR: 34772
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=54452
|
|
|
|
|
|
|
|
| |
PR: 33885
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=53077
|
|
|
|
|
|
|
|
| |
PR: 29020
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=45188
|
|
|
|
|
|
|
| |
Maintainer asked to drop maintainership.
Notes:
svn path=/head/; revision=43976
|