notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/gnustep-make/Makefile
SVNWeb

Number of commits found: 108 (showing only 100 on this page)

1 | 2  »  

Sun, 7 May 2023
[ 16:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:7eea2c9dbb97aa0238ed33373833c5c61864b1ca  commit hash:7eea2c9dbb97aa0238ed33373833c5c61864b1ca  commit hash:7eea2c9dbb97aa0238ed33373833c5c61864b1ca  7eea2c9 
devel/gnustep-make: Fix "makeinfo --html" output directory

- Bump PORTREVISION for package change

Since texinfo 7, "makeinfo --html foo.texi" outputs to foo_html/ rather than
foo/ which causes build/plist error for some ports.

For example, during
Take x11-toolkits/gnustep-gui for example, it runs "makeinfo --html AppKit.texi"
then checks AppKit/ directory

makeinfo --html AppKit.texi; \
if [ -f AppKit/AppKit_toc.html ]; \
                then \
                  mv AppKit/AppKit.html .; \
                  mv AppKit/AppKit_*.html .; \
                  rmdir AppKit/AppKit; \
                fi

Obtained
from:	https://github.com/gnustep/tools-make/commit/3ff4ee8a053b85d63cd34f645258902bb0dc6f04
Tue, 18 Apr 2023
[ 18:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:d3253c00bba5880231308af3d68017f1f04fec5c  commit hash:d3253c00bba5880231308af3d68017f1f04fec5c  commit hash:d3253c00bba5880231308af3d68017f1f04fec5c  d3253c0 
devel/gnustep-make: Add NO_ARCH
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 14 Feb 2021
[ 23:21 nc search for other commits by this committer ] Original commit   Revision:565273 (Only the first 10 of 98 ports in this commit are shown above. View all ports for this commit)
Update a few GNUstep ports:

 * devel/gnustep-make: Update to 2.8.0
 * lang/gnustep-base: Update to 1.27.0
 * x11-toolkits/gnustep-back: update to 0.28.0
 * x11-toolkits/gnustep-gui: update to 0.28.0

Also bump PORTREVISION on dependent ports.
Thu, 5 Mar 2020
[ 20:49 rene search for other commits by this committer ] Original commit   Revision:527847 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Return theraven's ports to the pool after safekeeping his commit bit.
Sun, 3 Feb 2019
[ 15:37 theraven search for other commits by this committer ] Original commit   Revision:492056 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
Move Objective-C ports to the v2 GNUstep ABI.

 * Bump the LLVM revision used for GNUstep to 7, the minimum to support
   the new ABI.
 * GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
   doesn't seem able to link Objective-C things).
 * Turn off some annoying debug logs in GNUstep back, which generate
   several messages per second when you move the mouse.  These should
   never have been enabled in a release build anyway.
 * Downgrade Cenon to 4.0.2.  This was the last version to actually work
   with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
   can't parse).
 * Update gorm to git head. The current release doesn't work with the
   new Objective-C ABI, but -head has the patches to fix it.
 * Update PikoPixel and add it to the gnustep-app meta-package.
 * Update the three core GNUstep packages to the latest release.
 * Update gnumail and pantomime to the latest release and fix a linking
   error with the new ABI.
 * Update GNUstep FTP to the latest version.

Reviewed by:	bapt (previous version)
Wed, 26 Sep 2018
[ 15:23 brooks search for other commits by this committer ] Original commit   Revision:480741 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Update Objective-C LLVM version to 6.0.

Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.

PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL
Sun, 3 Dec 2017
[ 12:23 theraven search for other commits by this committer ] Original commit   Revision:455401 (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
Fix configure options for gnustep-make

We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
Mon, 21 Aug 2017
[ 13:26 theraven search for other commits by this committer ] Original commit   Revision:448472 (Only the first 10 of 156 ports in this commit are shown above. View all ports for this commit)
Update GNUstep core libraries.

Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
Wed, 30 Mar 2016
[ 16:26 acm search for other commits by this committer ] Original commit   Revision:412173
- Fix issue with DESTDIR and stage-qa on some GNUStep apps.

PR:		208402
Submitted by:	me
Approved by:	maintainer
Obtained from:	http://marc.info/?l=fedora-extras-commits&m=137852553509836&w=2
Fri, 11 Sep 2015
[ 17:00 amdmi3 search for other commits by this committer ] Original commit   Revision:396682
- Fix shebangs

Approved by:	portmgr blanket
Wed, 1 Jul 2015
[ 13:50 theraven search for other commits by this committer ] Original commit   Revision:391062 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Update GNUstep ports to their latest versions.
Also fix a few bits of generic infrastructure along the way.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2961
Fri, 10 Apr 2015
[ 13:44 antoine search for other commits by this committer ] Original commit   Revision:383729
Fix build on versions of freebsd where clang isn't the default compiler
Thu, 9 Apr 2015
[ 07:44 bapt search for other commits by this committer ] Original commit   Revision:383626 (Only the first 10 of 91 ports in this commit are shown above. View all ports for this commit)
Convert bsd.gnustep.mk to USES=gnustep

Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG

Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui

Merge deskutils/preferencepanes into deskutils/systempreferences
Fri, 21 Nov 2014
[ 17:22 antoine search for other commits by this committer ] Original commit   Revision:373004
Enforce clang 3.4 in USES=c*11*,objc,gnustep as clang 3.3 has some bugs

Requested by:	bapt
PR:		ports/195122
Differential Revision:	https://reviews.freebsd.org/D1181
Exp-run by:	self
With hat:	portmgr
Sat, 15 Nov 2014
[ 08:32 marino search for other commits by this committer ] Original commit   Revision:372584
devel/gnustep-make: Fix and modernize pkg-plist

Running "make check-plist" on gnustep-make results in plist errors:

===> Checking for items in STAGEDIR missing from pkg-plist
  Orphaned: GNUstep/System/Library/Makefiles/Master/deb.make
  Orphaned: GNUstep/System/Library/Makefiles/deb-equivs-control.template
  Orphaned: GNUstep/System/Makefiles

The latest was caused by a keyword typo (I think) and the first two were
just missing.  While here, modernize the whole thing.  No @exec keywords
are needed -- the post-install takes care of the symlink already.
Fri, 24 Oct 2014
[ 06:00 antoine search for other commits by this committer ] Original commit   Revision:371420
Bump portrevision after r371153

Reported by:	pkg-fallout
Sun, 12 Jan 2014
[ 22:54 theraven search for other commits by this committer ] Original commit   Revision:339559 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update core GNUstep libraries and fisicalab to latest versions

Approved by:	bapt (mentor)
Fri, 27 Dec 2013
[ 10:24 bapt search for other commits by this committer ] Original commit   Revision:337691
Support stage
Modernize a bit
Fri, 20 Sep 2013
[ 17:04 bapt search for other commits by this committer ] Original commit   Revision:327723 (Only the first 10 of 482 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Wed, 28 Aug 2013
[ 18:26 theraven (src committer) search for other commits by this committer ] Original commit   Revision:325546 (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C
features work out of the box and remove a lot of configurable options for
sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.

Several of the ports left in have scary warnings which mean that they are likely
broken in lots of cases.  Future commits will fix them.

Approved by:	bapt
Tue, 20 Aug 2013
[ 01:08 linimon search for other commits by this committer ] Original commit   Revision:325025
Maintainer has relinquished these ports.

PR:		ports/181404
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Thu, 7 Mar 2013
[ 03:25 bdrewery search for other commits by this committer ] Original commit   Revision:313559 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
- Please welcome back Chris Petrik as maintainer of
  these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
Thu, 14 Feb 2013
[ 09:42 gahr search for other commits by this committer ] Original commit   Revision:312209 (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
Tue, 26 Jun 2012
[ 05:43 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
- reset MAINTAINER
Mon, 25 Jun 2012
[ 16:50 dinoex search for other commits by this committer ] Original commit 
- add option GNUSTEP_WITH_LIBOBJC2
Tue, 21 Feb 2012
[ 20:11 dinoex search for other commits by this committer ] Original commit 
- update to 2.6.2
Wed, 28 Dec 2011
[ 03:35 linimon search for other commits by this committer ] Original commit 
Mark as ignore on powerpc: depends on gcc4.2, which does not run on
powerpc.

Hat:            portmgr
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sun, 12 Jun 2011
[ 09:45 dinoex search for other commits by this committer ] Original commit 
- update to 2.6.1
Thu, 21 Apr 2011
[ 04:49 dinoex search for other commits by this committer ] Original commit 
- update to 2.6.0
Sat, 16 Apr 2011
[ 10:17 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- update GNUSTEP_DEVEL to 1.22.0
Fri, 4 Jun 2010
[ 13:14 dinoex search for other commits by this committer ] Original commit 
- LICENSE GPLv3
Sun, 30 May 2010
[ 12:28 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 371 ports in this commit are shown above. View all ports for this commit)
- drop USE_GNUSTEP_PREFIX
Sun, 23 May 2010
[ 08:14 dinoex search for other commits by this committer ] Original commit 
- remove NO_PACKAGE
Sat, 22 May 2010
[ 05:25 dinoex search for other commits by this committer ] Original commit 
- update to 2.4.0
Sun, 5 Jul 2009
[ 03:48 dinoex search for other commits by this committer ] Original commit 
- fix build with custom LOCALBASE
Reported by:    QAT
Thu, 21 May 2009
[ 11:59 dinoex search for other commits by this committer ] Original commit 
- update to 2.2.0
Fri, 16 Jan 2009
[ 16:29 dinoex search for other commits by this committer ] Original commit 
- set NO_PACKAGE
Sun, 11 Jan 2009
[ 09:26 dinoex search for other commits by this committer ] Original commit 
- update to 2.0.8
Wed, 24 Dec 2008
[ 07:51 dinoex search for other commits by this committer ] Original commit 
- update to 2.0.7
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 24 Jun 2008
[ 16:38 dinoex search for other commits by this committer ] Original commit 
- update to 2.0.6
Sun, 23 Mar 2008
[ 12:24 dinoex search for other commits by this committer ] Original commit 
- update to 2.0.5
Mon, 14 Jan 2008
[ 12:51 dinoex search for other commits by this committer ] Original commit 
- update to 2.0.4
- GPLV3
Mon, 28 May 2007
[ 08:45 dinoex search for other commits by this committer ] Original commit 
- update to 2.0.1
Fri, 25 May 2007
[ 05:55 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 128 ports in this commit are shown above. View all ports for this commit)
- update for gnustep-make-2.0.0
Sun, 25 Feb 2007
[ 12:33 dinoex search for other commits by this committer ] Original commit 
- fix build for CURRENT
Wed, 7 Feb 2007
[ 12:40 dinoex search for other commits by this committer ] Original commit 
- skip on CURRENT
Wed, 31 Jan 2007
[ 18:18 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
- add category gnustep
PR:             103931
Approved by:    pav
Sat, 30 Dec 2006
[ 08:47 dinoex search for other commits by this committer ] Original commit 
- add Local/Library/Services
Sat, 9 Dec 2006
[ 09:27 dinoex search for other commits by this committer ] Original commit 
- add Local/Library/ApplicationSupport
- add Local/Tools/Resources
Tue, 31 Oct 2006
[ 05:27 dinoex search for other commits by this committer ] Original commit 
- add Local/Library/Documentation, Local/Tools
Wed, 13 Sep 2006
[ 04:59 dinoex search for other commits by this committer ] Original commit 
- create standard directories under Local here
so applications don't have to clean them
Thu, 31 Aug 2006
[ 05:35 dinoex search for other commits by this committer ] Original commit 
- update to 1.13.0
Sat, 8 Apr 2006
[ 15:14 dinoex search for other commits by this committer ] Original commit 
- cleanup after gcc updates
no hacks for ldconfig needed
Sun, 19 Mar 2006
[ 04:35 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- add USE_GNUSTEP_PREFIX
Sat, 18 Mar 2006
[ 09:52 dinoex search for other commits by this committer ] Original commit 
- update to 1.12.0
Wed, 15 Mar 2006
[ 08:11 dinoex search for other commits by this committer ] Original commit 
- activate builds on pointyhat
Thu, 19 Jan 2006
[ 12:06 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
- new option GNUSTEP_PREFIX
  allow user defined location of all files
Sun, 25 Dec 2005
[ 23:08 dinoex search for other commits by this committer ] Original commit 
- move location of GNUstep.conf
Sat, 24 Dec 2005
[ 21:40 dinoex search for other commits by this committer ] Original commit 
- update to 1.11.2
Thu, 22 Sep 2005
[ 13:34 dinoex search for other commits by this committer ] Original commit 
- update to 1.11.1
Fri, 19 Aug 2005
[ 16:43 dinoex search for other commits by this committer ] Original commit 
- cleanup old Makefile location
- remove BROKEN for 6.0
  verified sucessfull builds on FreeBSD 6.0-BETA2 #0: Wed Aug  3 08:22:24 UTC
2005
  root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
Approved by:    portmgr (krion)
Wed, 27 Jul 2005
[ 17:11 dinoex search for other commits by this committer ] Original commit 
- update to 1.10.0
Sun, 10 Jul 2005
[ 08:21 dinoex search for other commits by this committer ] Original commit 
- warn about bad ldconfig paths
Fri, 8 Jul 2005
[ 17:07 kris search for other commits by this committer ] Original commit 
BROKEN on 5.x: Configure fails
Sun, 3 Apr 2005
[ 05:21 dinoex search for other commits by this committer ] Original commit 
- remove WITH_GNUSTEP_DEVEL
Sat, 15 Jan 2005
[ 10:54 dinoex search for other commits by this committer ] Original commit 
- make portlint happier
Tue, 14 Dec 2004
[ 05:16 dinoex search for other commits by this committer ] Original commit 
- handle stale shared libs from gcc-objc installs
- force ldconfig when needed
PR:             74940
Sun, 7 Nov 2004
[ 21:43 dinoex search for other commits by this committer ] Original commit 
- update to 1.10.0 (stable)
Wed, 16 Jun 2004
[ 16:36 dinoex search for other commits by this committer ] Original commit 
- update to 1.9.2
Tue, 13 Apr 2004
[ 19:08 dinoex search for other commits by this committer ] Original commit 
- Fix regression when using gcc-objc-3.2
[ 11:22 dinoex search for other commits by this committer ] Original commit 
- revert to build without libobjc
- bump PORTREVISION
Fri, 5 Mar 2004
[ 15:00 dinoex search for other commits by this committer ] Original commit 
- update to 1.9.1
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Sat, 31 Jan 2004
[ 12:16 dinoex search for other commits by this committer ] Original commit 
- update MASTER_SITES
Wed, 10 Dec 2003
[ 22:03 dinoex search for other commits by this committer ] Original commit 
- Update to 1.9.0
Wed, 12 Nov 2003
[ 15:17 dinoex search for other commits by this committer ] Original commit 
- fix MASTER_SITES trailing char
[ 15:07 dinoex search for other commits by this committer ] Original commit 
- update MASTER_SITES
Sun, 19 Oct 2003
[ 11:09 dinoex search for other commits by this committer ] Original commit 
- Update to 1.8.0
Wed, 24 Sep 2003
[ 17:34 dinoex search for other commits by this committer ] Original commit 
- Update to 1.7.4
Thu, 28 Aug 2003
[ 01:42 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- use new hook USE_GNUSTEP in bsd.port.mk
Wed, 27 Aug 2003
[ 07:16 dinoex search for other commits by this committer ] Original commit 
- Update to 1.7.3
Sat, 26 Jul 2003
[ 14:38 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- update to 1.7.2
- flat layout
Sat, 21 Jun 2003
[ 07:49 dinoex search for other commits by this committer ] Original commit 
Update to gnustep-1.7.1 / gui-8.7
Sun, 1 Jun 2003
[ 13:44 dinoex search for other commits by this committer ] Original commit 
- Add WITH_GNUSTEP_DEVEL
Sun, 13 Apr 2003
[ 06:58 dinoex search for other commits by this committer ] Original commit 
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR:             50479
Sun, 23 Mar 2003
[ 20:33 dinoex search for other commits by this committer ] Original commit 
- Update to 1.6.0
Wed, 26 Feb 2003
[ 19:57 dinoex search for other commits by this committer ] Original commit 
- Update gnustep-base and gnutsep-make to 1.5.2
Thu, 20 Feb 2003
[ 18:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
- add COMMENT
Mon, 23 Dec 2002
[ 22:17 dinoex search for other commits by this committer ] Original commit 
- prepare MASTER_SITE_GNUSTEP
Thu, 21 Nov 2002
[ 06:27 dinoex search for other commits by this committer ] Original commit 
- Update to 1.5.1
Sun, 3 Nov 2002
[ 05:39 dinoex search for other commits by this committer ] Original commit 
remove inactive PERL line
Sun, 20 Oct 2002
[ 15:53 dinoex search for other commits by this committer ] Original commit 
Update to 1.5.0
Thu, 10 Oct 2002
[ 12:59 knu search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
them when using a non-default compiler/linker, so do not use `/' as
delimiter for s///. (I picked `|' instead)
Sat, 31 Aug 2002
[ 02:40 kris search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Remove USE_NEWGCC, which is no longer supported or required.

Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
Fri, 30 Aug 2002
[ 05:33 dinoex search for other commits by this committer ] Original commit 
Update MASTER_SITES

Number of commits found: 108 (showing only 100 on this page)

1 | 2  »