Commit graph

49 commits

Author SHA1 Message Date
Mark Linimon
9b9a2302bd Incorporate 1.63 from the master. 2006-01-28 07:41:18 +00:00
Mark Linimon
2dd789c8b0 Incorporate 1.523 from the master. 2006-01-28 07:40:20 +00:00
Mark Linimon
2fe508315b Update to the latest patches running on the cluster. 2006-01-23 04:29:32 +00:00
Mark Linimon
ad05a423ed Reflect a bug found in the latest patchset. 2006-01-22 19:37:22 +00:00
Mark Linimon
d1a9f67459 Incorporate the emergency fix from ports/92128. 2006-01-22 04:38:09 +00:00
Mark Linimon
d27380ce77 Update these two to the next set of 5-exp patches. 2006-01-22 03:09:01 +00:00
Mark Linimon
f5bf891663 Bring this up to date with respect to the master copy. 2006-01-21 23:59:09 +00:00
Mark Linimon
73d1ef6ea2 Remove files committed to /usr/ports/Mk in the latest patchset and/or ones
which now lag their counterparts.
2006-01-21 23:44:31 +00:00
Mark Linimon
d2ff21c877 Bring these up to date with what is currently being tested on the cluster. 2006-01-07 21:12:02 +00:00
Mark Linimon
567865debb Correct slight mis-merge. Should not affect anything. 2005-12-26 23:12:54 +00:00
Mark Linimon
5c230e44cc Once again, remove local change that crept in. 2005-12-20 04:00:49 +00:00
Mark Linimon
93d6aaebf5 Do not quote IGNORE. Fix formatting. 2005-12-20 02:45:11 +00:00
Mark Linimon
6525ced36b Really bring these up to date with the latest patch being tested on the
cluster.  The previous commit message was bogus.
2005-12-20 02:30:51 +00:00
Mark Linimon
71f79f775f Update to ports/Mk/bsd.php.mk version 1.21. Previous comment was bogus. 2005-12-20 01:56:26 +00:00
Mark Linimon
90b5216d85 Remove the multiple copies of these files that crept in here. I hate
patch(1).
2005-12-20 01:51:49 +00:00
Mark Linimon
f029e7b0f3 Catch up with ports/Mk/bsd.apache.mk 1.6. Previous checkin comment was
bogus.
2005-12-20 01:49:26 +00:00
Mark Linimon
e1792e1018 Bring portmk/devel up to the status of the next patchset to be tested. 2005-12-19 06:08:26 +00:00
Mark Linimon
96969570b6 These now lag their ports/Mk counterparts and are thus OBE. 2005-12-16 02:45:53 +00:00
Mark Linimon
c8ffb7fd36 Conditionalize the inclusion of local copies of bsd.*.mk. They will only
be included if they exist in devel/portmk/Mk; otherwise, the fallback file
from ports/Mk will be used.  This will allow us to remove local copies of
files once their changes are merged back into ports/Mk, so that not every
single change in ports/Mk needs to have a tracking commit made back into
devel/portmk/Mk.  In theory this should allow us to integrate changes a
little more quickly.
2005-12-16 02:25:16 +00:00
Mark Linimon
1e29810185 OK, now that I've given you the example of how this file was developed,
remove the example :-)
2005-12-16 02:13:01 +00:00
Mark Linimon
1d5fc60b5e A sandbox for local modifications to bsd.port.mk. This little bit of
framework is designed so that such things as FreshPorts, portsmon, and
the distfile survey can more easily maintain local changes without having
to re-merge them into their copies of bsd.port.mk all the time.
2005-12-16 02:11:14 +00:00
Mark Linimon
9c6cc68380 Add a comment about a line that is from ports/86106 (USE_GMAKE change).
This is a reminder that this change is not yet tested sufficiently to
go into the main bsd.port.mk.
2005-12-16 02:01:20 +00:00
Mark Linimon
80637bd6b9 Diff reduction to ports/Mk. This was apparently some late change to the
patch in ports/79123.
2005-12-16 00:12:45 +00:00
Mark Linimon
eef7ddb5fb Add patch from ports/78596 for diff reduction. 2005-12-15 23:59:09 +00:00
Mark Linimon
4c1874e220 Unbreak INDEX building for those of us using devel/portmk. This is not
all the changes from Mk/bsd.apache.mk that need to be merged.

Pointy hat to:	clement
2005-12-04 05:29:04 +00:00
Mark Linimon
ad09954ad7 Fix mis-merge from latest round of changes. Fixes 'make describe' in misc/. 2005-11-10 00:29:46 +00:00
Clement Laforet
f501e41dde - Sync with 1.68 2005-11-03 22:19:41 +00:00
Clement Laforet
5800fc0821 Add 2 more patches for exp build:
ports/83514 - fix typo in bsd.port.mk: s/RC_ORDER/USE_RCORDER/g
ports/88466 - small update to bsd.port.mk for postgresql (support of 8.1)

exp build also contains ports/78596. It's worthless to backport it to
devel/portmk
2005-11-03 21:18:09 +00:00
Clement Laforet
c595d1e445 - Add "make patch-o-matic" target. It applies to a fresh ports tree patches
required to build ports correctly with devel/portmk. Currently only USE_GMAKE
  changes [1] are applied. It will be heavily used in the future to support
  new knobs in b.p.m (like USE_APACHE, USE_TCL, new OPTIONS, etc.)
  Currently patches are added by hand. I hope I can add soon an automated way
  to submit patches.

[1] Submitted by:	jylefort
2005-10-20 18:02:18 +00:00
Clement Laforet
6ba32c412d - Sync bsd.java.mk with rev 1.67
Reported by:	kris
2005-10-16 21:05:55 +00:00
Clement Laforet
0cfb7f53f2 - Add a workaround to new checksum target to keep backward compatibility.
If checksum should be equal to IGNORE and it doesn't have an entry in distinfo
  check if it has already been "registered". In other words, if they're no
  SHA256 checksum (which is the case IRL), fallback to MD5 checksum results.
2005-10-16 09:56:45 +00:00
Clement Laforet
66eabe8f09 - Remove -02 [1] related patch
It's b0rked for compilers which don't support -fno-strict-aliasing

[1] ports/73797 : Be causious compiling with -O2 (use -fno-strict-aliasing)
2005-09-20 19:51:46 +00:00
Clement Laforet
4a8a47415e - Don't switch to www/apache20 to minimize changes to not break INDEX
- Introduce APACHE_COMPAT variable keep weak dependencies on APACHE_PORT
  working

make INDEX is still broken
2005-09-19 08:57:43 +00:00
Alex Dupre
6630fd6628 Sync with bsd.port.mk: bump MySQL 5.0 shared lib version. 2005-09-19 06:13:52 +00:00
Clement Laforet
e7b1560f4f - Sync portmk with next exp-build patchset.
- Remove temporarily all eik's work. We'll try to find a decent way to deal
  with major changes. Of course we'll reuse his good ideas

List of changes (PR - synopsis)
85695 - Add bsd.database.mk.
85669 - bsd.ports.subdir.mk: Ports not escape plus signal in make search
85488 - [PATCH] New "makepatch: " target to help ports authors
86106 - ${CC} should be added to ${MAKE_ENV} when ${USE_GMAKE} is set
84489 - Depreciated MACHINE_ARCH being used in bsd.port.mk
83835 - Remove OpenLDAP ver. 21
83718 - Add bsd.tcl.mk for convinience for tcl/tk ports
83716 - Fix cosmetic bug in security-check target
83710 - Add INDEX-7
82753 - patch to add functionality to ports macro bsd.port.subdir.mk
82138 - [patch] timewaster: remove old versions from bsd.port.mk
81206 - new category proposal: net-im
79509 - add .desktop file facilities to bsd.port.mk
79123 - [patch] bsd.port.mk - add SHA256 support to "make checksum"
74866 - Update Mk/bsd.port.mk to support python packages with OPTIONS
73797 - Be causious compiling with -O2 (use -fno-strict-aliasing)
85490 - [PATCH] If WANT_LINT is set, port building can break
XXXXX - Add bsd.apache.mk
2005-09-18 20:34:12 +00:00
Clement Laforet
b276bebe6e - Grab 2005-07-18 09:43:44 +00:00
Mark Linimon
adda42bec2 With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).

Discussed among:	portmgr team
2005-07-18 03:49:55 +00:00
Oliver Eikemeier
f1e8399d35 Catch up with latest bsd.port.mk changes 2005-02-03 04:01:34 +00:00
Oliver Eikemeier
3039b528dd - fix reinstall target
- fix bug in distfile:group handling
- fix bug in DISTDIR handling
- add code to better handle refetching of rerolled distfiles
- .PHONY -> .EXEC
2004-10-24 11:18:04 +00:00
Oliver Eikemeier
d003f0073d sync with latest b.p.m 2004-07-24 08:58:50 +00:00
Oliver Eikemeier
618d6d0383 create /var/db/options when it doesn't exist 2004-07-17 15:52:46 +00:00
Oliver Eikemeier
6ab61bf311 - synchronize with recent changes in bsd.port.mk
- work in progress: optionsng, cleanroom installation
2004-07-17 14:24:59 +00:00
Oliver Eikemeier
76de274928 check for a working tr(1). 2004-07-13 19:36:15 +00:00
Oliver Eikemeier
070d49a73b typo in 'make master-sites-all' 2004-07-10 11:54:57 +00:00
Oliver Eikemeier
4db3287849 FWIIW, enable the use of
make DISABLE_SIZE=yes checkdistsites
to check for corrupted files on sites that don't support SIZE
(the files are unfetchable from these sites anyway)
2004-07-08 23:30:04 +00:00
Oliver Eikemeier
512239b93f add targets master-sites-all, master-sites, patch-sites-all, patch-sites
which print a sorted list of the respective sites (used e.g. by FreshPorts)
2004-07-07 14:51:17 +00:00
Oliver Eikemeier
e41c0a0867 fix a warning when GeoIP can't find the country for a site 2004-07-07 14:48:44 +00:00
Oliver Eikemeier
ffacc93b14 eliminate some verbatim uses of mktemp and sort
PR:		62298
2004-07-07 09:55:56 +00:00
Oliver Eikemeier
193ffbdfe8 Add devel/portmk, a place where bsd.port.mk development can happen. 2004-07-06 12:41:03 +00:00