| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
| |
Also link with ncurses, not curses
Notes:
svn path=/head/; revision=408793
|
|
|
|
|
|
|
|
| |
- Fix shebangs
- Use options helpers
Notes:
svn path=/head/; revision=393230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
| |
Notes:
svn path=/head/; revision=356943
|
|
|
|
|
|
|
| |
misc)
Notes:
svn path=/head/; revision=327745
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim Header
- Convert to OptionsNG
- Prefer DISTNAME to DISTFILES
- Reorder variables
- Fix comments (don't include leading article)
- @unexec rm must not cause failure
- Tabs, not spaces
- Single space for WWW
- Pet portlint
- etc.
In a few cases the option DOCS was used to control installation into EXAMPLEDIR.
I opted to keep the existing logic of the port in these cases.
Reviewed by: koobs, ashish
Notes:
svn path=/head/; revision=315192
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
| |
PR: ports/145245
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Notes:
svn path=/head/; revision=254222
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
http://cvs.ossp.org/pkg/tool/iselect/ChangeLog
* Use MASTER_SITE_OSSP
Notes:
svn path=/head/; revision=196058
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
| |
Notes:
svn path=/head/; revision=148327
|
|
|
|
|
|
|
| |
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/72323
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=118970
|
|
|
|
| |
Notes:
svn path=/head/; revision=104582
|
|
|
|
|
|
|
|
| |
myself because I've not the necessary time to maintain the ports in a
reasonable way. This way others are encouraged to pick up those ports.
Notes:
svn path=/head/; revision=103976
|
|
|
|
| |
Notes:
svn path=/head/; revision=100139
|
|
|
|
| |
Notes:
svn path=/head/; revision=76038
|
|
|
|
|
|
|
| |
Approved by: sobomax, obrien
Notes:
svn path=/head/; revision=44392
|
|
|
|
| |
Notes:
svn path=/head/; revision=27512
|
|
|
|
| |
Notes:
svn path=/head/; revision=20960
|
|
|
|
| |
Notes:
svn path=/head/; revision=18432
|
|
|
|
| |
Notes:
svn path=/head/; revision=17671
|
|
|
|
| |
Notes:
svn path=/head/; revision=12623
|
|
iSelect is an interactive line selection tool for ASCII files, operating
via a full-screen Curses-based terminal session. It can be used either as
an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend
as its control script or in batch mode as a pipeline filter (usually
between grep and the final executing command).
The homepage of iSelect can be found on
http://www.engelschall.com/sw/iselect/
Submitted by: Ralf S. Engelschall
Obtained from: Ralf S. Engelschall
Notes:
svn path=/head/; revision=9258
|