notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: Mk/bsd.java.mk

Number of commits found: 138 (showing only 38 on this page)

«  1 | 2 

Friday, 23 Jan 2004
07:43 znerd search for other commits by this committer
Fixed an incorrect comment.

Requested by:   Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
PR:             61741
Original commit
Tuesday, 20 Jan 2004
09:14 marcus search for other commits by this committer
Here come the patches!

* Add ghostscript knobs [1]
* Add per-port persistent build options with a menu-driven front-end [2]
* Allow porters to override the message generated when do-configure fails [3]
* Add patch to obviate many pkg-plist files [4]
* Fix the PKG_DBDIR comment [5]
* Make ports framework more robust with regard to make index [6]
* Add new command macros to bsd.port.mk [7]
* Remove direct command use from bsd.port.mk [8]
* Make the ports system respect WITHOUT_CPU_CFLAGS [9]
* Break the SDL code out into bsd.sdl.mk [10]
* Add working support for USE_SIZE [11]
* Fix RANDOMIZE_MASTER_SITES on -CURRENT [12]
* Convert some spaces to tabs [13]
* Add new physcial categories accessibility and x11-themes [14]
* Speed up GNU configure scripts [15]
* Remove "//" from MLINKS items in PLISTs and fix make -s install and
  make -s deinstall [16]
* Be more specific about looking for files in distinfo [17]
* Add new run-autotools target, and resort configure targets [18]
* Make CONFLICTS compare prefix for installed packages and PREFIX [19]
* Change directory to ${.CURDIR} before running certain make commands [20]
* When INSTALL_AS_USER is set, run ldconfig with failures ignored [21]
* Speed up the security check phase [22]
* Fix some corner cases in the PORTDOCS code [23]
* Add a new DEPRECATED macro [24]
* Make INDEX breakage more informative [25]

Look for a full write-up to follow on ports@ and ports-developers@.

PR:             36112 [1]
                59909 [4]
                61351 [6]
                59058 [7]
                59058 [8]
                59493 [9]
                55494 [10]
                59058 [11]
                59315 [12]
                59058 [13]
                59811 [15]
                59058 [16]
                59058 [17]
                60882 [18]
                58149 [19]
                59058 [20]
                61133 [21]
                55331 [22]
                59070 [23]
                59362 [24]
                59626 [25]
Submitted by:   linimon [1]
                eivind [2]
                marcus [3]
                trevor [4]
                gerald [5]
                linimon [6]
                eik [7]
                eik [8]
                jeh [9]
                edwin [10]
                eik [11]
                Sergey Matveychuk <sem@ciam.ru> [12]
                eik [13]
                trevor gnome [14]
                adamw [15]
                eik [16]
                eik [17]
                edwin [18]
                clement [19]
                eik [20]
                edwin lev [21]
                Eugene M. Kim <ab@astralblue.com> [22]
                eik [23]
                linimon [24]
                eik [25]
Original commit
Monday, 15 Dec 2003
07:04 znerd search for other commits by this committer
Fixed bug. If a Linux 1.4 JDK would have been installed, it
would not have been picked up if USE_JAVA was set to "1.3+".

The behaviour is now as follows if USE_JAVA is set to
"1.3+":
- If the setting is 1.3+, then use an already installed 1.3
  or 1.4 JDK. If there is no such JDK, then set USE_JAVA to
  1.3. The FreeBSD JDK 1.4 is preferred over all other
  JDK's.

Noticed by:     pav
Original commit
Tuesday, 11 Nov 2003
22:25 glewis search for other commits by this committer
. Note some of the JDKs are now 1.4.2 rather than 1.4.1 (the native one
  was updated today in particular).
Original commit
Wednesday, 3 Sep 2003
16:29 glewis search for other commits by this committer
. Add support for the new diablo-jdk13 port.  This will be the default
  JDK 1.3 port for any 1.3 dependencies.

Approved by:    znerd
Original commit
Friday, 18 Jul 2003
14:31 znerd search for other commits by this committer
Sun JDK 1.4 for Linux is now 1.4.2, not 1.4.1.
Original commit
Thursday, 1 May 2003
16:50 glewis search for other commits by this committer
. Remove an erroneous check that limited USE_JAVA to the form X.Y+.  The
  form X.Y is also allowed.  A similar check is performed later in the
  file which will catch bogus versions of both forms.

Reviewed by:    znerd
Original commit
Wednesday, 16 Apr 2003
15:31 phantom search for other commits by this committer
Bad idea to have cvsup/conflict reminder about not-committed changes, but...
complete previous commit by adding support of Blackdown and IBM 1.4.1 JDKs
(existing in ports tree for long time), add support for Sun JDK 1.2.2 and
fix/update comments appropriately to this and previous Maxim's commits.
Original commit
Tuesday, 15 Apr 2003
17:13 sobomax search for other commits by this committer
Add support for native JDK 1.4.1 port.
Original commit
Monday, 18 Nov 2002
13:00 znerd search for other commits by this committer
Defining JAVASHAREDIR and JAVAJARDIR. If they're already set,
they will not be overridden.

Reviewed by:    freebsd-java
Approved by:    Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
                Dave Glowacki <dglo@hyde.ssec.wisc.edu>
Original commit
Thursday, 14 Nov 2002
15:18 znerd search for other commits by this committer
Only using Jikes if NO_BUILD is not set.

Requested by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Original commit
Monday, 14 Oct 2002
19:16 znerd search for other commits by this committer
Fixed support for Blackdown JDK 1.3.x.

Submitted by:   Seamus Venasse <Seamus.Venasse@polaris.ca>
Original commit
Tuesday, 17 Sep 2002
09:12 znerd search for other commits by this committer
Now supports the Sun JDK 1.4.1 for Linux instead of 1.4.0.
Original commit
09:03 znerd search for other commits by this committer
Fixed support for Blackdown JDK 1.3 for Linux.

Submitted by:   Seamus Venasse <Seamus.Venasse@gov.yk.ca>
Original commit
Monday, 12 Aug 2002
12:59 znerd search for other commits by this committer
Again changed the order within some lists for estetical reasons.
Original commit
11:02 znerd search for other commits by this committer
Added Blackdown JDK 1.4.1 for Linux.

See also:      
http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
Original commit
10:57 znerd search for other commits by this committer
Changed the order within a list for estetical reasons.
Original commit
Saturday, 10 Aug 2002
10:54 znerd search for other commits by this committer
Changed the installation directory of the Sun JDK 1.4.x
for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0.
This is more like the installation directories for the other
JDK ports.

PR:             41424
Original commit
10:47 znerd search for other commits by this committer
Changed the installation directory of the Sun JDK 1.4.x for Linux
to linux-sun-jdk1.4.0.01.

PR:             41424
Original commit
10:31 znerd search for other commits by this committer
Changed the installation directory of the Sun JDK 1.3.x for Linux to
linux-sun-jdk1.3.1.

PR:             41424
Original commit
09:03 znerd search for other commits by this committer
Now correctly looks for the Blackdown JDK 1.2 for Linux in
${LOCALBASE}/linux-blackdown-jdk1.2.2.
Original commit
Wednesday, 7 Aug 2002
20:36 znerd search for other commits by this committer
Fixed support for the Sun JDK 1.2.2 for Linux. The installation
directory for that JDK was changed on June 13.

See:   
http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/linux-sun-jdk12/Makefile?rev=1.7&content-type=text/x-cvsweb-markup
Original commit
Tuesday, 25 Jun 2002
13:12 znerd search for other commits by this committer
Changed the installation directory of the Sun JDK 1.4 for Linux
to ${LOCALBASE}/linux-jdk1.4.0.01.

Noticed by:     phantom
Original commit
Tuesday, 18 Jun 2002
13:14 znerd search for other commits by this committer
Removed step 2 which used to check that the JDK ports actually
exists. This unbreaks porteasy.

Reported by:    des
Original commit
Wednesday, 12 Jun 2002
20:51 znerd search for other commits by this committer
Matches new names and locations of JDK ports.
Now also checks that all the JDK ports actually exist.
Original commit
Monday, 13 May 2002
12:25 znerd search for other commits by this committer
Fixed typo.

Noticed by:     Alex Dupre <sysadmin@alexdupre.com>
PR:             37933
Original commit
Thursday, 9 May 2002
11:00 znerd search for other commits by this committer
Blackdown JDK 1.3.1 for Linux added.

Requested by:   Tim Schafer <tim@agship.com>
PR:             37875
Original commit
10:09 znerd search for other commits by this committer
Now matches the new installation directory of the
Sun JDK 1.2.x for Linux.
Original commit
Thursday, 2 May 2002
12:46 znerd search for other commits by this committer
Refactoring applied. One extra stage is introduced in which
it is decided what JDK ports have been installed.

Tested with:    java/jdom net/spread
Reviewed requested from:        java@FreeBSD.org ports@FreeBSD.org
Reviewed by:    John Merryweather Cooper <john_m_cooper@yahoo.com>
Original commit
Saturday, 27 Apr 2002
00:18 znerd search for other commits by this committer
Introduction of NEED_JAVAC knob in bsd.java.mk, stage 3.

NEED_JAVAC now actually defaults to NO.

Tested with:    net/spread
                lang/kawa
                java/jdom
Original commit
Friday, 26 Apr 2002
23:39 znerd search for other commits by this committer
Add support for the Sun JDK 1.2.

Also fix one NEED_JAVAC related bug/typo.
Original commit
23:23 znerd search for other commits by this committer
Update to IBM JDK 1.3.1 (cxia32131-20020302).

PR:             37397
Submitted by:   Hye-Shik Chang <perky@akaraka.yonsei.ac.kr>
Original commit
22:30 znerd search for other commits by this committer
Introduction of NEED_JAVAC knob in bsd.java.mk, stage 2.

All ports that need a Java compiler (either 'javac' or
'jikes') should from now on define NEED_JAVAC.
Original commit
Thursday, 4 Apr 2002
23:01 znerd search for other commits by this committer
Some small improvements. Added some comments at the top
summarizing the stages. Identified a sixth stage. Renamed the
JDK_FILE setting to _JDK_FILE, for consistency with other
settings that are only used internally in the mk file.

Tested with:    jakarta-tomcat-3.3.1_7 (www/jakarta-tomcat3),
                jakarta-tomcat-4.0.3_3 (www/jakarta-tomcat),
                orion-1.5.2_17 (www/orion)
Original commit
Tuesday, 2 Apr 2002
08:57 znerd search for other commits by this committer
Fixed a problem that occurred if it would look for
JDK 1.2 while the FreeBSD JDK 1.3 was not installed,
but the FreeBSD JDK 1.2 was.

Reported by:    lioux
Original commit
Saturday, 30 Mar 2002
10:48 znerd search for other commits by this committer
Removed an extraneous .BEGIN. It was not causing any problems,
but it was not necessary either.

Submitted by:   Kimura Fuyuki <fuyuki@mj.0038.net>
Original commit
Friday, 29 Mar 2002
11:22 znerd search for other commits by this committer
Fixed 2 bugs related to dependencies.

Submitted by:   Kimura Fuyuki <fuyuki@mj.0038.net>
Original commit
Thursday, 28 Mar 2002
11:24 znerd search for other commits by this committer
Added bsd.java.mk. This adds Java-specific support to ports by
means of a USE_JAVA definition. If a port does not define
USE_JAVA, then this change should not affect that port.

The purpose of this bsd.java.mk file has been extensively
discussed on the freebsd-java mailing list. The current
bsd.java.mk is based on the following specification documents:

http://www.metaverse.nl/~ernst/installing.html
http://www.metaverse.nl/~ernst/writing.html

A proposal that lead to the development of these documents and
finally the current bsd.java.mk file is:

http://www.metaverse.nl/~ernst/freebsd-java-proposal-20011116.html

The bsd.java.mk has been sent to portmgr for review. They had
no objections.

Reviewed by:    portmgr@FreeBSD.org, java@FreeBSD.org
Approved by:    sobomax@FreeBSD.org
Original commit

Number of commits found: 138 (showing only 38 on this page)

«  1 | 2