| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are two cases:
- The upstream versionning is compatible with our versionning, or using
DISTVERSION's magic leads to a compatible PORTVERSION, use
DISTVERSION. If it is possible to use DISTVERSIONPREFIX and
DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
DISTVERSION's magic does not lead to a correct PORTVERSION, then set
PORTVERSION to the equivalent of our versionning, and set DISTNAME.
It is possible to use a third variable where you store upstream's
version and use it to compute PORTVERSION and/or DISTNAME, like the
dns/bind9* ports do.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=438272
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=436247
|
|
|
|
|
|
|
|
|
|
|
| |
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
Notes:
svn path=/head/; revision=428889
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The fwbuilder makefile specifies devel/rcs as a run dependency for
FreeBSD 10 and later, but the specification is ignored on a stock
FreeBSD 10.3 installed from an ISO. At some point rcs was removed
before FreeBSD-10 release, but it seems to have been put back and
controlled with a build knob, so it may or may not be present on
FreeBSD 10 or later.
Change the test from checking OSVERSION to checking for the existence
of /usr/bin/rcs. It's a better chek and it fixes a potential dependency
mismatch issue between the port and the built package.
While here, change RUN_DEPENDS= to RUN_DEPENDS+= to avoid a potential
overwrite of existing values.
Approved by: infrastructure blanket (redundant deps work)
Notes:
svn path=/head/; revision=419652
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415500
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
| |
config.sub and config.guess
Reported by: antoine
Notes:
svn path=/head/; revision=384364
|
|
|
|
|
|
|
| |
Reported by: antoine
Notes:
svn path=/head/; revision=384321
|
|
|
|
| |
Notes:
svn path=/head/; revision=384225
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
Notes:
svn path=/head/; revision=383107
|
|
|
|
| |
Notes:
svn path=/head/; revision=372514
|
|
|
|
| |
Notes:
svn path=/head/; revision=363328
|
|
|
|
| |
Notes:
svn path=/head/; revision=360671
|
|
|
|
| |
Notes:
svn path=/head/; revision=356012
|
|
|
|
| |
Notes:
svn path=/head/; revision=355762
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=355321
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with [st])
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331274
|
|
|
|
| |
Notes:
svn path=/head/; revision=329561
|
|
|
|
|
|
|
|
|
| |
which is compatible with the soon to be removed rcs (5.7) in base/ and make
security/fwbuilder (which will not work with any rcs newer than 5.7)
depend on it.
Notes:
svn path=/head/; revision=329531
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
|
|
|
|
|
| |
to check in udates to its .fwb files (they are saved but not checked into its
RCS database). This patch prefers rcs in base (/usr/bin/rcs) over GNU rcs
(/usr/local/bin/rcs).
Notes:
svn path=/head/; revision=326938
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=295429
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=288297
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=286033
|
|
|
|
|
|
|
|
|
|
|
| |
Add version 4 to conflicts.
Adjust version 5 nightly builds URL for devel version of this Makefile.
Feature safe: yes
Notes:
svn path=/head/; revision=285822
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=285789
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=281645
|
|
|
|
| |
Notes:
svn path=/head/; revision=278482
|
|
|
|
|
|
|
| |
Notified by: Vadim Kurland <vadim@netcitadel.com> (Fwbuilder upline)
Notes:
svn path=/head/; revision=273987
|
|
|
|
|
|
|
| |
Notified by: Vadim Kurland <vadim@netcitadel.com> (Fwbuilder upline)
Notes:
svn path=/head/; revision=273929
|
|
|
|
|
|
|
|
|
|
| |
to ulimit. Rremoval of debugging information reduces the size of a static
library file by 80%.
Discovered by: pointyhat on amd64 8
Notes:
svn path=/head/; revision=273876
|
|
|
|
|
|
|
| |
Libfwbuilder has been merged into fwbuilder.
Notes:
svn path=/head/; revision=273526
|
|
|
|
| |
Notes:
svn path=/head/; revision=268806
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
| |
Notes:
svn path=/head/; revision=262776
|
|
|
|
| |
Notes:
svn path=/head/; revision=262460
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
| |
Notes:
svn path=/head/; revision=259945
|
|
|
|
| |
Notes:
svn path=/head/; revision=255341
|
|
|
|
| |
Notes:
svn path=/head/; revision=255032
|
|
|
|
|
|
|
|
| |
Thans to Mike Harding <mvharding@gmail.com> for allowing me to use one of his
systems to debug this problem.
Notes:
svn path=/head/; revision=254938
|
|
|
|
|
|
|
| |
to satisfy dependencies.
Notes:
svn path=/head/; revision=254293
|
|
|
|
|
|
|
| |
Thanks to: pointyhat
Notes:
svn path=/head/; revision=254180
|
|
|
|
| |
Notes:
svn path=/head/; revision=253715
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=251273
|