summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for GCC 4.3 (lang/gcc43), to be enabled by USE_GCC=4.3+.Gerald Pfeifer2008-05-051-1/+2
| | | | | | | No objections by: portmgr (linimon, marcus, erwin) Notes: svn path=/head/; revision=212695
* - add WITH_GNUSTEP_DEVELDirk Meyer2008-05-041-0/+4
| | | | Notes: svn path=/head/; revision=212612
* Move heanet SF mirror at the end of the list, for e few weeks now it resets theIon-Mihai Tetcu2008-05-011-1/+1
| | | | | | | | | connection while downloading files > ~1MB. Reviewed by: simon@ Notes: svn path=/head/; revision=212397
* Add valid values fc6, f7 and f8:Boris Samorodov2008-04-291-2/+8
| | | | | | | | | | | | | | | | | | | | . to USE_LINUX variable, so users can install linux ports which [1] use AUTOMATIC_PLIST (while those values are assigned to OVERRIDE_LINUX_BASE_PORT variable); . to IGNORE message. netchild said: "I don't think it will hurt if the fix for fc6 is committed. There are users out there which already use the experimental 2.6.16 support, and it would make their life easier." me decided: "Why should we segragate f7/f8 users?" and committed f7/f8 parts as well. PR: ports/122826 [1] Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> [1] Notes: svn path=/head/; revision=212282
* Add support for SDL_consoleEdwin Groothuis2008-04-281-1/+6
| | | | | | | | | PR: ports/123171 Submitted by: Yen-Ming Lee <leeym@cn1.leeym.com> Reviewed by: edwin@ Notes: svn path=/head/; revision=212192
* - note reason why INSTALL_SHLIBS is neededDirk Meyer2008-04-241-0/+2
| | | | Notes: svn path=/head/; revision=211872
* Remove mirror.tw from MASTER_SITE_FEDORA_LINUX,Vanilla I. Shu2008-04-241-2/+0
| | | | | | | | | it's really slow :( As I know, they use adsl to build very slow sites. coreutils-6.9-16.fc8.i386.rpm 61% of 3406 kB 3073 Bps 07m22s Notes: svn path=/head/; revision=211871
* - back out last (approved) commitDirk Meyer2008-04-231-1/+1
| | | | | | | | | substitution fails, pointhat run did not reveal the problem. using USE_LDCONFIG+=${i} does not work. USE_LDCONFIG is still broken with custom PREFIX Notes: svn path=/head/; revision=211821
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-198-109/+108
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* caliu.info domain is gonePav Lucistnik2008-04-161-2/+0
| | | | Notes: svn path=/head/; revision=211397
* Support @rmtry in pkg-plist, analogous to @dirrmtry but for single file rm.Pav Lucistnik2008-04-142-28/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: ports/116219 Submitted by: edwin Make USE_DISPLAY more general: set up virtual X server when USE_DISPLAY is defined and no DISPLAY variable is in environment; pass DISPLAY value in CONFIGURE_ENV and MAKE_ENV. PR: ports/116244 Submitted by: edwin Define ${PW}. PR: ports/119821 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Move SHA256, MD5, GMAKE and XMKMF to bsd.commands.mk. PR: ports/119879 Submitted by: edwin Fix a build failure for ports that define their own MTREE File. PR: ports/120200 Submitted by: dinoex Don't recreate mtree symlinks if they are already present. PR: ports/121681 Submitted by: sobomax Fix LIB_DEPENDS for libraries whose name contains plus sign. Both intuitive and old escaped syntax works. PR: ports/121741 (based on) Submitted by: fjoe Disable post-install security checks if DISABLE_SECURITY_CHECK variable is defined. PR: ports/122224 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> Remove versioned Tcl/Tk categories. PR: ports/122622 Submitted by: pav Notes: svn path=/head/; revision=211254
* Add WITH_PGSQL_VER macro to bsd.database.mk, that allows to specifyVsevolod Stakhov2008-04-111-5/+14
| | | | | | | | | in make.conf which version of pgsql client is required for this build. Reviewed by: skv Notes: svn path=/head/; revision=211062
* - Add SFJP macro for SOURCEFORGE_JPMartin Wilke2008-04-101-1/+1
| | | | Notes: svn path=/head/; revision=211019
* - Update emacs-devel versionRong-En Fan2008-04-071-2/+2
| | | | | | | | PR: ports/121495 Submitted by: keramida (maintainer of emacs-devel) Notes: svn path=/head/; revision=210688
* - Fix webrick vulnerabilityStanislav Sedov2008-04-061-1/+1
| | | | | | | | | | - Update rexml to 3.1.7.2 - Bump portrevision. Obtained from: ruby svn Notes: svn path=/head/; revision=210643
* - Update ruby 1.9 to patchlevel 1. Forgotten in previous commit.Stanislav Sedov2008-04-061-1/+1
| | | | Notes: svn path=/head/; revision=210639
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-29/+146
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* - Fix when USE_SQLITE != yesMarcus Alves Grando2008-04-051-3/+5
| | | | | | | - Fix lib version of sqlite34 Notes: svn path=/head/; revision=210611
* - Fix .endif. Maybe works now :)Marcus Alves Grando2008-04-051-1/+1
| | | | | | | | Pointy hat to: mnag Reported by: bsam Notes: svn path=/head/; revision=210605
* - Fix wrong .endifMarcus Alves Grando2008-04-051-1/+1
| | | | | | | Submitted by: cperciva Notes: svn path=/head/; revision=210589
* - Add option to databases/sqlite34Marcus Alves Grando2008-04-051-3/+4
| | | | Notes: svn path=/head/; revision=210584
* - Remove progeny.com, it's parked domain nowPav Lucistnik2008-03-311-3/+0
| | | | Notes: svn path=/head/; revision=210268
* - Add ring.nict.go.jp to Ringserver groupPav Lucistnik2008-03-311-0/+1
| | | | | | | | PR: ports/119555 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=210267
* - bugfix, commited wrong patchDirk Meyer2008-03-301-2/+2
| | | | Notes: svn path=/head/; revision=210165
* - remove OPENSSL_OVERWRITE_BASEDirk Meyer2008-03-301-6/+5
| | | | | | | | | Suggestet by: tmclaugh - ignore returncode from grep to be kind to portmaster Notes: svn path=/head/; revision=210164
* Add MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-0/+7
| | | | Notes: svn path=/head/; revision=209960
* Add back two lines that were accidentally removed in the merge.Joe Marcus Clarke2008-03-241-0/+3
| | | | | | | Reported by: Stefan Hauser <etienne@usr.ch> Notes: svn path=/head/; revision=209692
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-242-32/+69
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* Update python23 to Python 2.3.6 and python24 to Python 2.4.5.Hye-Shik Chang2008-03-161-4/+4
| | | | Notes: svn path=/head/; revision=209145
* Update to Qt 4.3.4Michael Nottebrock2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208981
* devel/sdl12:Martin Wilke2008-03-131-5/+9
| | | | | | | | | | | | | | | | | - Update to 1.2.13 - OPTIONize as recommended by Danny Pansters - Fixed up gnome dependencies as recommended by Danny Panster - Fixed up NOPORTDOCS and NOPORTEXAMPLES knobs as recommended by Danny Pansters - Got rid of library renaming as recommended by Danny Pansters - Pass maintainership to submitter Mk/bsd.sdl.mk: - Fixed _LIB_* entries in order to retrieve the correct library versions. PR: 117608 Submitted by: Marcus von Appen <mva@sysfault.org> Notes: svn path=/head/; revision=208945
* [patch] improve Mk/bsd.sites.mk MASTER_SITE_GOOGLE_CODE variableEdwin Groothuis2008-03-131-0/+5
| | | | | | | | | | | | | | | | | | | | There are 18 ports which can't use the MASTER_SITE_GOOGLE_CODE variable for MASTER_SITES yet because their PORTNAME isn't the same as the hostname. For example: graphics/tesseract/Makefile:MASTER_SITES= http://tesseract-ocr.googlecode.com/files/ CENKES net-im/jabber-pyaim/Makefile:MASTER_SITES= http://pyaimt.googlecode.com/files/ net-im/jabber-pyicq/Makefile:MASTER_SITES= http://pyicqt.googlecode.com/files/ This patch introduces the PROJECTHOST variable which can be used to overcome this problem. PR: ports/121453 Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@ Notes: svn path=/head/; revision=208926
* - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)Florent Thoumie2008-03-131-1/+1
| | | | | | | | - Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries. Notes: svn path=/head/; revision=208925
* - Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only inPav Lucistnik2008-03-121-1/+1
| | | | | | | | | | | bsd.port.mk. Fixes `make readmes' PR: ports/117192 Submitted by: Joergen Blomberg <jnbg@blomberg.tk> Pointy hat to: gabor Notes: svn path=/head/; revision=208866
* - Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higherPav Lucistnik2008-03-113-22/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimizations are enabled. PR: ports/121363 Submitted by: obrien - Change USE_XPM variable to use USE_XORG framework, and lose implied USE_XLIB PR: ports/113799 Submitted by: des (based on) Patch by: pav - Teach USE_LDCONFIG to do the right thing when used with USE_LINUX_PREFIX PR: ports/118212 Original patch: vd Patch by: pav - Allow tab as well as space in param.h for OSVERSION determination PR: ports/117507 Submitted by: erwin - Reverse the condition so EXTRACT_PRESERVE_OWNERSHIP now work as advertised PR: ports/117916 Submitted by: tobez - Assorted comment fixes PR: ports/118054 Submitted by: linimon - Style nit ($@ -> ${.TARGET}) PR: ports/120276 Submitted by: obrien Notes: svn path=/head/; revision=208863
* - Pass PATH variable to chrooted command, so BUILD/RUN_DEPENDS have a chance ofPav Lucistnik2008-03-111-1/+1
| | | | | | | | | | | | | | | | | working PR: ports/117738 Reported by: Erik Cederstrand <erik@cederstrand.dk> Patch by: pav - Pass TERM variable to chrooted command, so the OPTIONS screen work PR: ports/117453 Reported by: Erik Cederstrand <erik@cederstrand.dk> Patch by: pav Notes: svn path=/head/; revision=208862
* - Fix typo (unclosed double-quote)Pav Lucistnik2008-03-111-4/+4
| | | | | | | | | | | | | PR: ports/120618 Submitted by: Gennady Proskurin <gpr@nnz.ru> - Change default PostgreSQL dependency from 8.1 to 8.2 PR: ports/120865 Submitted by: edwin Notes: svn path=/head/; revision=208860
* - Add UNMAKESELF_CMD (fixing USE_MAKESELF feature)Pav Lucistnik2008-03-111-0/+1
| | | | | | | | PR: ports/118749 Submitted by: alepulver Notes: svn path=/head/; revision=208859
* - Update enlightenment-devel and EFL libraries to the latest snapshotStanislav Sedov2008-03-111-16/+233
| | | | | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Notes: svn path=/head/; revision=208836
* Remove support for XFree8-4.Florent Thoumie2008-03-071-60/+10
| | | | | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav) Notes: svn path=/head/; revision=208626
* Add MASTER_SITE_GOOGLE_CODE macro to bsd.site.mkEdwin Groothuis2008-03-061-0/+5
| | | | | | | | | | | | The attached patch will add a macro to bsd.sites.mk so that ports that are hosted on Google Code can simply have MASTER_SITE= set to ${MASTER_SITE_GOOGLE_CODE} PR: ports/121435 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=208530
* Creation of MASTER_SITE_OPENBSD macro in bsd.sites.mkEdwin Groothuis2008-03-041-0/+86
| | | | | | | | | | | Included patch for bsd.sites.mk created a new macro called MASTER_SITE_OPENBSD that contains a list of OpenBSD mirrors. PR: ports/121369 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=208443
* - udpate to 0.12.1Dirk Meyer2008-02-281-1/+1
| | | | Notes: svn path=/head/; revision=208052
* Apache Commons project are no longer hosted under MASTER_SITES_APACHEEmanuel Haupt2008-02-271-0/+10
| | | | | | | | | | | | | jakarta/commons subdirectory, they have been moved one directory up. Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly. PR: 121041 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: portmgr (linimon) Notes: svn path=/head/; revision=208004
* Update to Python 2.5.2.Hye-Shik Chang2008-02-241-2/+2
| | | | Notes: svn path=/head/; revision=207831
* - Fix defining Lua include/library directories under PREFIX (last commit) [1].Alejandro Pulver2008-02-181-5/+26
| | | | | | | | | | | | | - Now LUA_PREFIX has 2 functions: for Lua ports indicate where to install, and for dependencies indicate where Lua is installed (check new comments inside bsd.lua.mk for more information). PR: ports/120277 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Reported by: Dmitry Marakasov <amdmi3@amdmi3.ru> [1] Notes: svn path=/head/; revision=207535
* update xfce4 to 4.4.2Oliver Lehmann2008-02-121-17/+17
| | | | | | | | Approved by: portmgr (linimon) Security: CVE-2007-6531, CVE-2007-6532 Notes: svn path=/head/; revision=207060
* - Change LUA_PREFIX default value from LOCALBASE to PREFIX.Alejandro Pulver2008-02-091-1/+1
| | | | | | | | | | | | | | | Actually the Lua prefix should be recorded on each port and read from there (as with "*-config --prefix" scripts), instead of this assumption. But supporting PREFIX is a requirement, while supporting different custom combinations of a general PREFIX for dependencies and a different PREFIX for a specific port is not. Also the latter could be achieved by changing LOCALBASE too, or directly modifying LUA_PREFIX in this case. PR: ports/120277 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=206973
* Update the Vim master site list so that the HTTP mirrors are used first.Shaun Amott2008-02-071-15/+15
| | | | | | | This makes downloading all those patches slightly less painful. Notes: svn path=/head/; revision=206848
* Update ringserver entries:Mark Linimon2008-02-011-3/+3
| | | | | | | | | | | | | - Update MASTER_SITE_APACHE to chase change of sub-directory - FreeBSD is no longer mirrored. - Add to MASTER_SITE_XORG Submitted by: KIMURA Yasuhiro <yasu at utahime dot org> Hat: bugmeister Approved by: maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=206553