| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
|
| |
|
| |
|
|
|
|
| |
irc)
|
|
|
|
|
| |
PR: 180698
Submitted by: Ports Fury
|
|
|
|
|
|
| |
PR: ports/157580
Submitted by: Chris Rees (utisoft@gmail.com)
Approved by: tabthorpe (co-mentor)
|
| |
|
| |
|
|
|
|
| |
starting with H,I,J,K,L
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
| |
- Remove conflict with irc/ircservices
Reported by: kris
|
| |
|
|
|
|
| |
Reported by: kris via pointyhat
|
|
|
|
| |
- Pet portlint
|
|
|
|
| |
Approved by: flz (mentor)
|
|
|
|
|
|
|
| |
- Add a knob to enable DaemonTools support
PR: 96057
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/90745
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
|
| |
|
|
|
|
|
| |
Flagged by: distfile survey
Submitted by: fenner
|
|
|
|
|
| |
user name of 'hybserv', but that uid is already registered to the
ircservices user.
|
|
|
|
|
|
|
| |
maintainer timed out - 2 weeks
PR: ports/69335
Submitted by: Andrej Zverev <az@inec.ru>
|
|
|
|
|
| |
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
|
| |
|
| |
|
| |
|
|
|
|
| |
(Part 2)
|
|
although it *should* work with CSr as well. These services (more or
less same code) are currently used by EFNet / DalNet / ICQ / WFNet /
HybNet / EFNow / Openprojects Network.
Note: this port will create uid 73 and gid 73 if they do not
already exist. (In non-batch mode the user is queried first).
PR: ports/47128, with a little portlint action added.
|