| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
USES=tar:xz.
Approved by: portmgr (most of them)
Notes:
svn path=/head/; revision=363395
|
|
|
|
| |
Notes:
svn path=/head/; revision=361972
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
| |
Fix massively broken pkg-plist. (Bump PORTREVISION.)
Notes:
svn path=/head/; revision=332195
|
|
|
|
| |
Notes:
svn path=/head/; revision=328878
|
|
|
|
|
|
|
| |
news)
Notes:
svn path=/head/; revision=327759
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
| |
fetchnews in verbose mode.
Notes:
svn path=/head/; revision=320651
|
|
|
|
|
|
|
| |
ChangeLog: http://www.leafnode.org/NEWS.txt
Notes:
svn path=/head/; revision=320510
|
|
|
|
|
|
|
| |
Reported by: miwi
Notes:
svn path=/head/; revision=317998
|
|
|
|
|
|
|
|
| |
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Notes:
svn path=/head/; revision=308630
|
|
|
|
|
|
|
|
| |
Suggested by: ketas's ports conflicts checker
Feature safe: yes
Notes:
svn path=/head/; revision=307468
|
|
|
|
| |
Notes:
svn path=/head/; revision=291338
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Notes:
svn path=/head/; revision=284239
|
|
|
|
| |
Notes:
svn path=/head/; revision=274504
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
| |
Approved by: garga (mentor, implicit)
Notes:
svn path=/head/; revision=256473
|
|
|
|
|
|
|
|
|
|
| |
- remove outdated README.FIRST file
- switch to .tar.xz archive
Approved by: garga (mentor, implicit)
Notes:
svn path=/head/; revision=256447
|
|
|
|
|
|
|
|
|
|
|
|
| |
mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=240715
|
|
|
|
|
|
|
|
| |
PR: 133889
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=232554
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/119980
Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
Notes:
svn path=/head/; revision=206808
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
|
|
|
| |
- Reorder master sites
PR: ports/110458
Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
Notes:
svn path=/head/; revision=187641
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Respect PREFIX
- Rearrange master sites order, so we don't try all sf and sunsite mirrors
first (the rc version only exists on local mirror).
PR: ports/109527
Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
Notes:
svn path=/head/; revision=186187
|
|
|
|
|
|
|
|
|
|
| |
- minor pkg-* polishing to please portlint
PR: ports/95543
Submitted by: maintainer
Notes:
svn path=/head/; revision=159211
|
|
|
|
|
|
|
|
| |
PR: 89457
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Notes:
svn path=/head/; revision=149178
|
|
|
|
|
|
|
|
|
|
|
|
| |
- When pkg-install is called by pkg_add:
- respect ${LEAFNODE_SPOOLDIR}
- set same directory permissions than the port
PR: ports/82056 [1]
Submitted by: maintainer [1]
Notes:
svn path=/head/; revision=137080
|
|
|
|
|
|
|
|
| |
PR: ports/80970
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=135181
|
|
|
|
|
|
|
|
| |
PR: ports/80663
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=134662
|
|
|
|
|
|
|
|
| |
PR: ports/80407
Submitted by: maintainer
Notes:
svn path=/head/; revision=134254
|
|
|
|
|
|
|
|
|
|
| |
- Polish the Makefile
PR: ports/80349
Submitted by: maintainer
Notes:
svn path=/head/; revision=134185
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Add ipv6 to category
PR: ports/78937
Submitted by: maintainer
Notes:
svn path=/head/; revision=131479
|
|
|
|
|
|
|
|
| |
PR: ports/76536
Submitted by: maintainer
Notes:
svn path=/head/; revision=127056
|
|
|
|
|
|
|
|
| |
PR: ports/74161
Submitted by: maintainer
Notes:
svn path=/head/; revision=122010
|
|
|
|
|
|
|
|
| |
PR: ports/72017
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=118618
|
|
|
|
|
|
|
|
|
|
|
| |
file from ALL servers when one server was unreachable.
PR: ports/72297
Submitted by: maintainer
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=118608
|
|
|
|
|
|
|
|
| |
PR: ports/70994
Submitted by: maintainer
Notes:
svn path=/head/; revision=117317
|
|
|
|
|
|
|
|
|
|
| |
fixes a critical texpire (recoverable) data loss bug
PR: ports/70481
Submitted by: maintainer
Notes:
svn path=/head/; revision=116311
|
|
|
|
|
|
|
|
| |
PR: ports/69766
Submitted by: maintainer
Notes:
svn path=/head/; revision=115032
|
|
|
|
|
|
|
|
| |
PR: ports/69371
Submitted by: maintainer
Notes:
svn path=/head/; revision=114339
|
|
|
|
|
|
|
|
| |
PR: ports/68247
Submitted by: maintainer
Notes:
svn path=/head/; revision=112078
|
|
|
|
|
|
|
|
| |
PR: ports/67813
Submitted by: maintainer
Notes:
svn path=/head/; revision=111259
|
|
|
|
|
|
|
|
| |
Closes PR: ports/67111
Submitted by: Jeff King
Notes:
svn path=/head/; revision=109933
|
|
|
|
|
|
|
|
| |
PR: ports/66978
Submitted by: Matthias Andree (maintainer)
Notes:
svn path=/head/; revision=109620
|
|
|
|
|
|
|
|
| |
PR: ports/66942
Submitted by: maintainer
Notes:
svn path=/head/; revision=109587
|
|
|
|
|
|
|
|
| |
PR: ports/66286
Submitted by: maintainer
Notes:
svn path=/head/; revision=108473
|
|
|
|
|
|
|
|
| |
PR: ports/65757
Submitted by: maintainer
Notes:
svn path=/head/; revision=107572
|