summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Correct typo in comment blockPav Lucistnik2007-07-301-1/+1
| | | | Notes: svn path=/head/; revision=196749
* Fix typo in comment.Hye-Shik Chang2007-07-301-2/+2
| | | | Notes: svn path=/head/; revision=196708
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-20/+111
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Update to the autotools new world order.Ade Lovett2007-07-281-48/+37
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* - Pass FFLAGS to make when USE_FORTRAN is set [1]Pav Lucistnik2007-07-272-62/+86
| | | | | | | | | | | | | - Fix detection of i386 libs on amd64/ia64 [2] - Make IGNORE messages show as a real sentences [3] - Make COPYTREE_* work under unpriviledged user [4] PR: ports/112203 [2], ports/114329 [3], ports/113425 Submitted by: gerald [1], Scot Hetzel <swhetzel@gmail.com> [2], danfe [3], Dmitry Marakasov <amdmi3@amdmi3.ru> [4] Notes: svn path=/head/; revision=196427
* The bug that makes gcc 3.4 choke on some amd64 inline assembler does notMichael Nottebrock2007-07-271-0/+5
| | | | | | | | only affect the Qt4 core ports but ports depending on them as well, so try a more sweeping approach for a workaround. Notes: svn path=/head/; revision=196381
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-233-11/+34
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Fix index build: temporary remove pre/post stuff.Clement Laforet2007-07-221-4/+4
| | | | | | | Pointy Hat to: clement Notes: svn path=/head/; revision=196057
* - fix long standing bugsClement Laforet2007-07-221-5/+15
| | | | | | | | | * fix pre/post includes * fix local port overiding for apache > 2.1 * Add a short notr about USE_APACHE=yes Notes: svn path=/head/; revision=196049
* [patch] bsd.database.mk - Give PostgresSQL a better default database versionEdwin Groothuis2007-07-181-3/+3
| | | | | | | | | | | | I think we're a little bit over-conservative by keeping the default PostgreSQL version on 7.4. Let's move it to 8.1. PR: ports/113873 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: portmgr after maintainer timeout Notes: svn path=/head/; revision=195871
* Set default EMACS_PORT_NAME to emacs22.MANTANI Nobutaka2007-07-161-1/+3
| | | | | | | Requested by: ume Notes: svn path=/head/; revision=195762
* Reflect upgrade of editors/emacs.MANTANI Nobutaka2007-07-161-2/+19
| | | | Notes: svn path=/head/; revision=195756
* Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock2007-07-164-171/+130
| | | | | | | Approved by: portmgr (bsd.port.mk changes) Notes: svn path=/head/; revision=195715
* - Delete rb_thread_status prototype from public header, since it causesStanislav Sedov2007-07-151-1/+1
| | | | | | | | | | problems with some extensions. This also had been fixed in upsteam CVS. - Bump portrevision. Reported by: many Notes: svn path=/head/; revision=195645
* xorg master-site additionEdwin Groothuis2007-07-121-0/+1
| | | | | | | | PR: ports/114540 Submitted by: Rainer Duffner <rainer@ultra-secure.de> Notes: svn path=/head/; revision=195505
* Add USE_FORTRAN knob. All ports that use FORTRAN shouldMaho Nakata2007-07-122-23/+55
| | | | | | | | | use this knob. Approved by: gerald, portmgr (pav) Notes: svn path=/head/; revision=195443
* - Add a bunch of fixes and patchs from the upstream. These fixes a lot ofStanislav Sedov2007-07-101-1/+1
| | | | | | | | | | serious bugs, some of which can pose security-related problems. - Bump up PORTREVISION. Requested by: many Notes: svn path=/head/; revision=195369
* Add bitset and memcache pecl extensions.Alex Dupre2007-07-091-2/+4
| | | | | | | | PR: ports/114361 Submitted by: Greg Larkin <glarkin@sourcehosting.net> Notes: svn path=/head/; revision=195319
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-043-43/+32
| | | | Notes: svn path=/head/; revision=194883
* - Fix make clean, broken in previous rev. 1.571Pav Lucistnik2007-06-291-2/+2
| | | | | | | PR: ports/114125 Notes: svn path=/head/; revision=194462
* - Add a new virtual category `kld' for ports that install kernel loadablePav Lucistnik2007-06-281-1/+1
| | | | | | | module Notes: svn path=/head/; revision=194399
* - Speed up recursive `make clean'Pav Lucistnik2007-06-281-4/+102
| | | | | | | | Submitted by: reg Tested by: pointyhat exprun Notes: svn path=/head/; revision=194398
* - Speed up dependency lookupPav Lucistnik2007-06-281-2/+3
| | | | | | | | Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Tested by: pointyhat exprun Notes: svn path=/head/; revision=194397
* - Correct and extend actual-package-depends target, introduced in previousPav Lucistnik2007-06-281-10/+7
| | | | | | | | | | revision Submitted by: netchild Tested by: pointyhat exprun Notes: svn path=/head/; revision=194396
* - Fix leftover httpd.conf for AP_GEN_PLIST using ports. The problem is thatPav Lucistnik2007-06-281-1/+1
| | | | | | | | | | | apxs does not remove module line from httpd.conf, it merely comments it out. Later, on Apache deinstall, the file differs from stock httpd.conf and is not deleted. Tested by: pointyhat exprun Notes: svn path=/head/; revision=194395
* - use PACKAGE_BUILDINGDirk Meyer2007-06-261-1/+1
| | | | Notes: svn path=/head/; revision=194305
* [PATCH] update MASTER_SITE_RUBYFORGE mirrors in bsd.sites.mkEdwin Groothuis2007-06-261-1/+1
| | | | | | | | | | | | | | It seems one of the MASTER_SITE_RUBYFORGE site is dead (for example http://people.freebsd.org/~fenner/portsurvey/www.html and all rubygem-) There is another mirror from http://rubyforge.org/credits/. PR: ports/114032 Submitted by: Alexander Logvinov <ports@logvinov.com> Notes: svn path=/head/; revision=194289
* gstreamer-plugins-[nas|sndfile|x264] are back in the ports treeMichael Johnson2007-06-191-2/+2
| | | | Notes: svn path=/head/; revision=193887
* - Add master_site_rar and use it in rar, unrar and libunrar portsAndrew Pantyukhin2007-06-191-0/+7
| | | | | | | Approved by: ache, gabor, Alex Samorukov <samm@os2.kiev.ua> (maintainers) Notes: svn path=/head/; revision=193871
* - Provide actual-package-depends target, which prints actual dependencies ofPav Lucistnik2007-06-161-4/+44
| | | | | | | | | | | | | | | | | freshly installed port, according to records in /var/db/pkg - Use this new target when registering package, providing massive speedup PR: ports/112765 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Tested by: bento amd64 exprun - Fix double slash typo Submitted by: Alexander Logvinov <ports@logvinov.com> Tested by: bento amd64 exprun Notes: svn path=/head/; revision=193685
* Add missing target ordering when make -j1 is used (this should be a NOP)Pav Lucistnik2007-06-161-0/+2
| | | | | | | | | Noticed by: gibbs Submitted by: kris Tested by: bento amd64 exprun Notes: svn path=/head/; revision=193684
* - Update MASTER_SITE_FEDORA_LINUXPav Lucistnik2007-06-161-26/+120
| | | | | | | | PR: ports/113414 Submitted by: Marcus von Appen <mva@sysfault.org> Notes: svn path=/head/; revision=193662
* Add link to gstreamer-plugins-mp3Michael Johnson2007-06-071-0/+2
| | | | | | | Reported by: cperciva Notes: svn path=/head/; revision=193020
* Switch from using mad to mp3 in USE_GSTREAMERMichael Johnson2007-06-071-3/+5
| | | | Notes: svn path=/head/; revision=193013
* . Remove references to deprecated, forbidden and expired port of theGreg Lewis2007-06-061-3/+0
| | | | | | | | | | Linux Blackdown 1.3 JDK. PR: 113268 Submitted by: gabor@ Notes: svn path=/head/; revision=192931
* - Respect BUILD_WRKSRC and INSTALL_WRKSRC as bsd.port.mk does.Alejandro Pulver2007-06-051-3/+3
| | | | | | | | | PR: ports/112281 Submitted by: alepulver (myself) Approved by: alexbl (maintainer) Notes: svn path=/head/; revision=192785
* - set default compiler as GNUSTEP_WITH_GCC42=yesDirk Meyer2007-06-041-1/+1
| | | | Notes: svn path=/head/; revision=192697
* Readd a line that didn't need to be removedMichael Johnson2007-06-021-0/+1
| | | | | | | Submitted by: jon@jackson-spencer.ca Notes: svn path=/head/; revision=192600
* - Retire gstreamer 0.8.0Michael Johnson2007-06-011-37/+1
| | | | Notes: svn path=/head/; revision=192557
* Update to 21.5-b28 "fuki"Andrey Slusar2007-05-271-3/+3
| | | | Notes: svn path=/head/; revision=192075
* * Make 'make-deinstall-all' check for moved ports. [1]Mark Linimon2007-05-252-26/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | * Defined the installation directories PORTEXAMPLES and PORTDATA. [2] * Add USE_MAKESELF knob is added for ports that use the makeself archiver. [3] * Update the description of fetch-list; add targets fetch-required-list, fetch-url-list, and fetch-urlall-list. [4] * Make 'make search' also search in ports/MOVED. [5] * Move several Makevar definitions to the pre-makefile section: DATADIR, DOCSDIR, ETCDIR, EXAMPLESDIR, WWWDIR. [6] * The target 'ignorelist-verbose' was added for portsmon. [7] PR: 69965 [1], 78490 [2], 79398 [3], 86776 [4], 104161 [5], 110781 [6] Submitted by: Dancho Penev <dpenev at mnet dot bg> [1], mnag [2], jylefort [3], edwin [4], Lars Engels <lars dot engels at 0x20 dot net> [5], Alexander Logvinov <ports at logvinov dot com> [6], linimon [7] Notes: svn path=/head/; revision=191668
* - Fix comments to match realityPav Lucistnik2007-05-241-2/+2
| | | | Notes: svn path=/head/; revision=191636
* Fix USE_XLIB to depend on stub file rather than libX11.Florent Thoumie2007-05-211-0/+5
| | | | | | | | Submitted by: marcus Approved by: portmgr (blanket) Notes: svn path=/head/; revision=191581
* Recognize gcc42 in 7-CURRENT basePav Lucistnik2007-05-191-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=191552
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-26/+354
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove graphics/gstreamer-plugins-libcaca80, it is no point for me to try toJeremy Messenger2007-04-291-1/+1
| | | | | | | | fix it with future update of libcaca. All of gstreamer*80 will be remove in May anyway. Notes: svn path=/head/; revision=191133
* - Update to 22.0.99Cheng-Lung Sung2007-04-291-2/+2
| | | | | | | | PR: ports/112168 Submitted by: matainer (keramida) Notes: svn path=/head/; revision=191105
* downloads.planetmirror.com and public.planetmirror.com force TemporaryShaun Amott2007-04-281-12/+2
| | | | | | | | | | | | | | | | Redirects unless you've visited both sites. They're designed for interactive browser use, and there doesn't seem to be a reasonable work-around. python.planetmirror.com no longer mirrors python packages. Therefore, remove all of the above. PR: ports/112092 Submitted by: Marcin Simonides <marcin@studio4plus.com> Notes: svn path=/head/; revision=191044
* bsd.sites.mk - Removal of mirror from MASTER_SITE_GNUPGEdwin Groothuis2007-04-231-1/+0
| | | | | | | | | | | | | | | when building packages such as libgcrypt, the first site the source is downloaded from is http://ftp.sunsite.dk/pub/security/gcrypt/ which results in a 404 On closer inspection, it appears that everything below http://ftp.sunsite.dk/pub/security/ has been deleted. PR: ports/112041 Submitted by: Steven Kreuzer<skreuzer@f2o.org> Notes: svn path=/head/; revision=190754
* - Update editors/emacs-devel to 22.0.98.Cheng-Lung Sung2007-04-231-2/+2
| | | | | | | | | PR: ports/111813 Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net> Approved by: maintainer (keramida) Notes: svn path=/head/; revision=190671