aboutsummaryrefslogtreecommitdiff
path: root/devel/portmk
Commit message (Collapse)AuthorAgeFilesLines
* Fix mis-merge from latest round of changes. Fixes 'make describe' in misc/.Mark Linimon2005-11-101-1/+0
| | | | Notes: svn path=/head/; revision=147769
* - Sync with 1.68Clement Laforet2005-11-031-0/+5
| | | | Notes: svn path=/head/; revision=147165
* Add 2 more patches for exp build:Clement Laforet2005-11-032-2/+4
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=147159
* - Add "make patch-o-matic" target. It applies to a fresh ports tree patchesClement Laforet2005-10-201-0/+21
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=145957
* - Sync bsd.java.mk with rev 1.67Clement Laforet2005-10-161-0/+4
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=145593
* - Add a workaround to new checksum target to keep backward compatibility.Clement Laforet2005-10-161-1/+3
| | | | | | | | | 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. Notes: svn path=/head/; revision=145541
* - Remove -02 [1] related patchClement Laforet2005-09-201-3/+0
| | | | | | | | | It's b0rked for compilers which don't support -fno-strict-aliasing [1] ports/73797 : Be causious compiling with -O2 (use -fno-strict-aliasing) Notes: svn path=/head/; revision=143244
* - Don't switch to www/apache20 to minimize changes to not break INDEXClement Laforet2005-09-192-6/+12
| | | | | | | | | | - Introduce APACHE_COMPAT variable keep weak dependencies on APACHE_PORT working make INDEX is still broken Notes: svn path=/head/; revision=143130
* Sync with bsd.port.mk: bump MySQL 5.0 shared lib version.Alex Dupre2005-09-191-1/+1
| | | | Notes: svn path=/head/; revision=143124
* - Sync portmk with next exp-build patchset.Clement Laforet2005-09-1813-6665/+6562
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=143098
* - GrabClement Laforet2005-07-181-1/+1
| | | | Notes: svn path=/head/; revision=139479
* With portmgr hat on, reset eik's ports since he has been inactive forMark Linimon2005-07-181-1/+1
| | | | | | | | | several months (not responding to email). Discussed among: portmgr team Notes: svn path=/head/; revision=139457
* Catch up with latest bsd.port.mk changesOliver Eikemeier2005-02-032-94/+177
| | | | Notes: svn path=/head/; revision=127954
* - fix reinstall targetOliver Eikemeier2004-10-243-144/+150
| | | | | | | | | | - fix bug in distfile:group handling - fix bug in DISTDIR handling - add code to better handle refetching of rerolled distfiles - .PHONY -> .EXEC Notes: svn path=/head/; revision=120074
* sync with latest b.p.mOliver Eikemeier2004-07-243-31/+82
| | | | Notes: svn path=/head/; revision=114558
* create /var/db/options when it doesn't existOliver Eikemeier2004-07-171-0/+6
| | | | Notes: svn path=/head/; revision=113837
* - synchronize with recent changes in bsd.port.mkOliver Eikemeier2004-07-176-139/+1047
| | | | | | | - work in progress: optionsng, cleanroom installation Notes: svn path=/head/; revision=113827
* check for a working tr(1).Oliver Eikemeier2004-07-131-0/+4
| | | | Notes: svn path=/head/; revision=113581
* typo in 'make master-sites-all'Oliver Eikemeier2004-07-101-1/+1
| | | | Notes: svn path=/head/; revision=113330
* FWIIW, enable the use ofOliver Eikemeier2004-07-081-6/+9
| | | | | | | | | 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) Notes: svn path=/head/; revision=113239
* add targets master-sites-all, master-sites, patch-sites-all, patch-sitesOliver Eikemeier2004-07-072-1/+87
| | | | | | | which print a sorted list of the respective sites (used e.g. by FreshPorts) Notes: svn path=/head/; revision=113148
* fix a warning when GeoIP can't find the country for a siteOliver Eikemeier2004-07-071-10/+13
| | | | Notes: svn path=/head/; revision=113147
* eliminate some verbatim uses of mktemp and sortOliver Eikemeier2004-07-072-8/+9
| | | | | | | PR: 62298 Notes: svn path=/head/; revision=113124
* Add devel/portmk, a place where bsd.port.mk development can happen.Oliver Eikemeier2004-07-0618-0/+6241
Notes: svn path=/head/; revision=113054