| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
devel part 2)
Notes:
svn path=/head/; revision=327723
|
|
|
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
Notes:
svn path=/head/; revision=320592
|
|
|
|
|
|
|
|
|
| |
While here:
- trim headers
- convert to new options framework
Notes:
svn path=/head/; revision=316850
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lid -L no longer mishandles open-ended ranges like "..2" and "2.."
* lid's -d, -o and -x options now work properly
- Remove "LICENSE_FILE", leaving "LICENSE" since it's standard GPLv3
- Fix build on FreeBSD-10
PR: ports/165340
Submitted by: Peter Jeremy <peterjeremy@acm.org>
Notes:
svn path=/head/; revision=292139
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/id-utils was recently deprecated because the distfile has
vanished. The project is still alive and kicking and it seems
the distfile vanished due to age. This PR takes maintainership
and updates it to the currently released version (Jun 2010).
PR: ports/155684
Submitted by: Peter Jeremy <peterjeremy@acm.org>
Notes:
svn path=/head/; revision=271908
|
|
|
|
|
|
|
| |
where no distfiles can be found and are not used by maintained ports
Notes:
svn path=/head/; revision=271025
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
| |
Notes:
svn path=/head/; revision=209418
|
|
|
|
|
|
|
|
| |
PR: 113908
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Notes:
svn path=/head/; revision=194045
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note that these directories are be removed by other dependency ports,
so I do not bump PORTREVISION for them. These affected ports are
belong to ports@.
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes:
svn path=/head/; revision=170674
|
|
|
|
| |
Notes:
svn path=/head/; revision=149311
|
|
|
|
|
|
|
|
| |
PR: 87992
Submitted by: Vasil Dimov <vd@datamax.bg>
Notes:
svn path=/head/; revision=146360
|
|
|
|
|
|
|
|
|
|
| |
- coreutils: sort CONFLICTS
- id-utils: use portname-[0-9]* instead of portname-*
Approved by: arved (mentor)
Notes:
svn path=/head/; revision=131415
|
|
|
|
|
|
|
|
|
|
| |
- Avoid unexpected side effect by other ports
PR: ports/65081
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=105979
|
|
|
|
|
|
|
| |
Noticed by: bento via kris
Notes:
svn path=/head/; revision=105678
|
|
|
|
|
|
|
|
|
|
|
| |
- Support INFO
- Remove unnecessary BUILD_DEPENDS
PR: ports/64854
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=105527
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
| |
Notes:
svn path=/head/; revision=95998
|
|
|
|
| |
Notes:
svn path=/head/; revision=92672
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 44454
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes:
svn path=/head/; revision=68837
|
|
|
|
| |
Notes:
svn path=/head/; revision=66653
|
|
|
|
|
|
|
|
| |
PR: 23140
Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>
Notes:
svn path=/head/; revision=50504
|
|
|
|
| |
Notes:
svn path=/head/; revision=44521
|
|
|
|
|
|
|
| |
Approved by: asami
Notes:
svn path=/head/; revision=36564
|
|
|
|
| |
Notes:
svn path=/head/; revision=27452
|
|
|
|
| |
Notes:
svn path=/head/; revision=25478
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=20947
|
|
|
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
Notes:
svn path=/head/; revision=19799
|
|
|
|
| |
Notes:
svn path=/head/; revision=17388
|
|
|
|
| |
Notes:
svn path=/head/; revision=17142
|
|
|
|
| |
Notes:
svn path=/head/; revision=16378
|
|
|
|
| |
Notes:
svn path=/head/; revision=9539
|
|
|
|
| |
Notes:
svn path=/head/; revision=4571
|
|
|
|
| |
Notes:
svn path=/head/; revision=4527
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
Notes:
svn path=/head/; revision=3948
|
|
|
|
| |
Notes:
svn path=/head/; revision=3685
|
|
Notes:
svn path=/head/; revision=3680
|