aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.Alex Dupre2010-01-111-1/+0
| | | | Notes: svn path=/head/; revision=247607
* - Use full path in depobj for archivers/unzip when USE_ZIP variable is setPav Lucistnik2010-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | 9-CURRENT introduced unzip command to the base system. Unfortunately it is not fully compatible with the archivers/unzip implementation and non-trivial amount of ports fail to build when using it. Thus we will keep using archivers/unzip for unzipping source in Ports Collection until someone volunteer to fix all individual ports. Two most common problems with base unzip are: * extracting files without +x flag (some ports rely to execute unzipped configure scripts, for example) * different semantics of CR/LF conversion Error logs of failed port builds with in-base unzip can be made available on request to portmgr@. With hat: portmgr Notes: svn path=/head/; revision=247337
* The Java front-end for lang/gcc42 downloads a DISTFILE from ↵Philip M. Gollucci2010-01-071-1/+5
| | | | | | | | | | | | | MASTER_SITE_SOURCEWARE. There are only 2 sites defined as sourceware.org mirrors, and some PR: ports/142393 Submitted by: glarkin Tested by: several p6 tb runs Notes: svn path=/head/; revision=247304
* - Update to patchlevel 248.Stanislav Sedov2010-01-061-2/+2
| | | | Notes: svn path=/head/; revision=247249
* Remove MySQL 5.4 in favor of MySQL 5.5.Alex Dupre2010-01-041-1/+0
| | | | Notes: svn path=/head/; revision=247136
* Add support for MySQL 5.5.Alex Dupre2010-01-041-0/+1
| | | | Notes: svn path=/head/; revision=247132
* Split the logic around USE_GCC in two parts. The first handles theGerald Pfeifer2010-01-021-33/+30
| | | | | | | | | | | | | | processing of USE_GCC directives, the second then takes a concrete selection coming from the previous or the code handling USE_FORTRAN via _USE_GCC. The one user-visible change is that not just users of USE_FORTRAN, but now also users of USE_GCC set an rpath via CFLAGS and LDFLAGS. [1] PR: 129518, 142226 [1] Notes: svn path=/head/; revision=246991
* Quote the output for BUILD_DEPENDS and RUN_DEPENDS in the test-gccGerald Pfeifer2010-01-021-2/+2
| | | | | | | | target. This is necessary to properly handle dependencies such as libtool>=2.2:${PORTSDIR}/devel/libtool22. Notes: svn path=/head/; revision=246987
* Add a run-time dependency for all uses of lang/gcc* except for gcc34Gerald Pfeifer2010-01-021-1/+4
| | | | | | | | | | which is subsumbed by later versions. This is needed for libstdc++ and other core run-time libraries. PR: 129518, 142226 Notes: svn path=/head/; revision=246979
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcMartin Wilke2009-12-291-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run Notes: svn path=/head/; revision=246839
* Also assign this file to the new autotools mail reflector, and change theMark Linimon2009-12-281-3/+4
| | | | | | | | | boilerplate comment to match the various ports. Hat: portmgrt Notes: svn path=/head/; revision=246773
* - Connect Koffice2Martin Wilke2009-12-211-0/+3
| | | | Notes: svn path=/head/; revision=246382
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1], bsam (me) [2] Exp-run by: miwi Notes: svn path=/head/; revision=246319
* - Terminate support for X11BASE having different value from LOCALBASEPav Lucistnik2009-12-181-5/+2
| | | | | | | | PR: ports/122341 Submitted by: flz Notes: svn path=/head/; revision=246154
* - Get rid python-2.3 and python-3.0 (no longer under developement)Martin Wilke2009-12-181-20/+2
| | | | | | | Reviewed by: alexbl, clsung, pav Notes: svn path=/head/; revision=246131
* Fix Universidade Federal do Paraná sourceforge mirror nameRenato Botelho2009-12-141-1/+1
| | | | Notes: svn path=/head/; revision=245785
* - Fix builds that enable PROXY support.Philip M. Gollucci2009-12-141-1/+2
| | | | | | | | | | | | This should have been part of the following previous commit to www/apache22 >- OPTIONS+= PROXY_SCGI > >PR: ports/140137 >Submitted by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=245733
* MASTER_SITE_FEDORA_LINUX:Ion-Mihai Tetcu2009-12-131-3/+1
| | | | | | | | - archives.fedoraproject.org is working again, put it back - leave the otehr changes in place, they seem to carry most of the packages. Notes: svn path=/head/; revision=245726
* Fix a typo: limitted -> limited.Boris Samorodov2009-12-131-2/+2
| | | | | | | Reported by: trhodes Notes: svn path=/head/; revision=245721
* MASTER_SITE_FEDORA_LINUX:Ion-Mihai Tetcu2009-12-131-5/+0
| | | | | | | - Remove 3 dead mirrors Notes: svn path=/head/; revision=245705
* MASTER_SITE_FEDORA_LINUX:Ion-Mihai Tetcu2009-12-131-1/+0
| | | | | | | | - Remove overloaded ftp mirror server over http; at least for the ftp variant fetch doesn;t have to wait for a timeout. Notes: svn path=/head/; revision=245704
* MASTER_SITE_FEDORA_LINUX:Ion-Mihai Tetcu2009-12-131-7/+2
| | | | | | | | - move ftp.sunet.se which seems to still carry the FC8 packages up - remove 3 dead mirros Notes: svn path=/head/; revision=245703
* Temporarely remove archives.fedoraproject.org completely, it's slows downIon-Mihai Tetcu2009-12-121-3/+3
| | | | | | | every fetch of fedore packages. Notes: svn path=/head/; revision=245634
* Move ftp.udl.es first in MASTER_SITE_FEDORA_LINUX because it still carries oldIon-Mihai Tetcu2009-12-121-0/+2
| | | | | | | | | releases that were move to archive, and archives.fedoraproject.org is down ATM. Reported by: QAT loosing hours to build a few linux ports Notes: svn path=/head/; revision=245631
* - Update ruby 1.9 to 1.9.1 patchlevel 376. This fixes CVE-2009-4124.Stanislav Sedov2009-12-091-2/+2
| | | | | | | Security: eab8c3bd-e50c-11de-9cd0-001a926c7637 Notes: svn path=/head/; revision=245470
* - remove BROKENDirk Meyer2009-12-031-4/+15
| | | | | | | - add experimenta options GNUSTEP_WITH_GCC43, GNUSTEP_WITH_GCC44 Notes: svn path=/head/; revision=245165
* - mark all 200 gnustep ports broken after removal ov gcc-objcDirk Meyer2009-12-031-25/+1
| | | | Notes: svn path=/head/; revision=245143
* - Remove obsolete gecko providersBeat Gaetzi2009-12-021-2/+2
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=245104
* The FreeBSD KDE is please to announce the release of KDE 4.3.4,Martin Wilke2009-12-011-1/+1
| | | | | | | | | | a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.4.php We'd like to say thanks to all helpers and submitters. Notes: svn path=/head/; revision=245064
* Fix previous commit which did not defineSteven Kreuzer2009-11-301-1/+5
| | | | | | | | | | | BDB_LIB_NAME, BDB_LIB_CXX_NAME and BDB_LIB_DIR when db48 is selected Submitted by: ume@ Approved by: miwi@ with portmgr hat on Notes: svn path=/head/; revision=245024
* Add support for Berkeley DB 4.8Steven Kreuzer2009-11-301-2/+5
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=245022
* - update to 0.17.1Dirk Meyer2009-11-281-1/+1
| | | | Notes: svn path=/head/; revision=244938
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-281-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929 Notes: svn path=/head/; revision=244923
* - Introduce MOZSRC variable in bsd.gecko.mk. This change is needed for theBeat Gaetzi2009-11-281-15/+15
| | | | | | | | | | | | | | | upcoming update of SeaMonkey 2 and Thunderbird 3 because they changed the distribution format. By default MOZSRC is equal to WRKSRC which is set to ${WRKDIR}/mozilla and reflect the old behaviour. In SeaMonkey 2 and Thunderbird 3 MOZSRC is set to the mozilla directory which is a subdirectory of WRKSRC. - Remove MCom header. Submitted by: Florian Smeets <flo AT kasimir.com> (via private mail. Thanks!) Exp-run by: miwi Notes: svn path=/head/; revision=244902
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.3Martin Wilke2009-11-271-1/+1
| | | | | | | | | | | | | | | | for FreeBSD. For lists of bugfixes and improvements please see: http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (myself) Notes: svn path=/head/; revision=244822
* - Update to Qt-4.5Martin Wilke2009-11-261-2/+12
| | | | | | | | | | The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (myself) Notes: svn path=/head/; revision=244808
* - Update to 2.6.4Martin Wilke2009-11-261-2/+2
| | | | | | | | Changelog: http://python.org/download/releases/2.6.4/NEWS.txt Notes: svn path=/head/; revision=244804
* - Correct FORCE_MAKE_JOBS warning which could be incorrectly printed forPav Lucistnik2009-11-251-1/+1
| | | | | | | | | | | MAKE_JOBS_SAFE marked ports PR: ports/140635 Submitted by: Andrius Morkunas <hinokind@gmail.com> Tested by: pointyhat exp-run Notes: svn path=/head/; revision=244753
* Fix fetch of some of the octave-forge ports.Mark Linimon2009-11-141-1/+2
| | | | | | | | PR: ports/140541 Submitted by: maintainer Notes: svn path=/head/; revision=244226
* Expand the path passed to the install tool.Mark Linimon2009-11-111-1/+1
| | | | | | | | PR: 139342 Submitted by: maintainer Notes: svn path=/head/; revision=244137
* - Fix issue when the handle of tempfile become closed when the fileStanislav Sedov2009-10-241-1/+1
| | | | | | | | | | | | was unlinked (see http://redmine.ruby-lang.org/issues/show/1494#note-10). - Bump PORTREVISION. PR: ports/139862 Submitted by: Ari Maniatis <ari@ish.com.au> Obtained from: Ruby SVN Notes: svn path=/head/; revision=243258
* - Fix SIGINT signal handling.Stanislav Sedov2009-10-121-1/+1
| | | | | | | | | PR: ports/136804 Submitted by: Emiel van de Laar <gemiel@gmail.com> Obtained from: ruby-lang SVN Notes: svn path=/head/; revision=242736
* - Update ruby 1.9.1 to patchlevel 243.Stanislav Sedov2009-10-121-2/+2
| | | | Notes: svn path=/head/; revision=242734
* - Don't build ruby with threads support on FreeBSD versions before 7.2Stanislav Sedov2009-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - On FreeBSD >= 7.2 allocate the new thread with adequate amount of stack space to run the main ruby code in. This allows to mitigate problem when too low stack space available for ruby when running with pthreads enabled. - Bump portrevision. The long version. Before this change we used to link ruby against pthreads uncoditionally on all versions of FreeBSD. This is indispensable in order to load the threaded shared objects withing ruby. However, this causes a dramatic decrease in the stack space available as pthreads only allows up to several megabytes of stack space for the main application threads. The only solution to this is to create the new thread immediately after the program start with rigth stack size attributes set. Nonetheless this scheme won't work for us on FreeBSD version before 7.2 as malloc implementation in these versions was not threaded fork safe (i.e. this is impossible to fork from the threaded program and expect malloc/free functions to work). Thus the only solution for now can be to disable pthreads entirely on FreeBSD <= 7.2. This won't cause any performance/usability problems for users as Ruby 1.8 uses green threads, however it may prevent <= 7.2 users to load shared libraries linked agains pthreads. Reported by: "François Montel" <seanmullen@gmail.com> Tested by: Sean Mullen <seanmullen@gmail.com> Notes: svn path=/head/; revision=242727
* Add support for USE_GCC=4.5 and USE_GCC=4.5+. Improve the documentationGerald Pfeifer2009-10-101-3/+4
| | | | | | | | | a bit. Suggested by: bsam Notes: svn path=/head/; revision=242631
* Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directoryGerald Pfeifer2009-09-261-0/+2
| | | | | | | | | | | | | when building with USE_FORTRAN=yes. This makes us use libstdc++.so.6 (and others) brought by this port as opposed to /usr/bin/libstdc++.so.6 that comes with our system compiler which is based on an older version of GCC 4.2. Newer version of GCC run-time libraries with the same soname are always backwards compatible. Feature safe: yes Notes: svn path=/head/; revision=242113
* Also print LDFLAGS as part of the test-gcc target. Print quotes aroundGerald Pfeifer2009-09-231-2/+3
| | | | | | | | | CFLAGS and FFLAGS, too, to exactly see where we have whitespace. Feature safe: yes Notes: svn path=/head/; revision=241998
* Format a few comment lines for ts=4 and <80 columns.Christian Weisgerber2009-09-211-7/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241889
* - Introduce new GNU_CONFIGURE_PREFIX to override default --prefix valueFlorent Thoumie2009-09-171-10/+19
| | | | | | | | | | | | | | passed to configure when GNU_CONFIGURE is set. [1] - Few changes to the new USERS/GROUPS variables (users/groups are created earlier, so they're available in do-install; creates homedir when it's not /var/empty or /nonexistent; set login class if specified). PR: ports/67436 [1] Submitted by: (hrs, self) [1] Feature safe: yes Notes: svn path=/head/; revision=241568
* . welcome a new graphics/linux-f10-libGLU port;Boris Samorodov2009-09-141-2/+3
| | | | | | | | . connect it to build; . make apropriate changes to Mk/bsd.linux-apps.mk. Notes: svn path=/head/; revision=241380