| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
versions of FreeBSD.
Notes:
svn path=/head/; revision=126290
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to bsd.java.mk 2.0
- rcNGify startup
- Fix table creation for autoincrement feature in Postgresql
- Add new "-config" option to jboss3ctl for JBoss3 startup config
- Dynamic plist
- Many other improvements (similar to recent changes in java/jboss4)
PR: 76125
Submitted by: maintainer
Notes:
svn path=/head/; revision=126287
|
|
|
|
|
|
|
| |
Submitted by: pointyhat via kris
Notes:
svn path=/head/; revision=126275
|
|
|
|
|
|
|
|
| |
PR: 76084
Submitted by: Parv
Notes:
svn path=/head/; revision=126142
|
|
|
|
|
|
|
| |
Reported by: maintainer
Notes:
svn path=/head/; revision=126115
|
|
|
|
|
|
|
|
|
| |
PR: 75851
Submitted by: Anton Yudin <toha@toha.org.ua>
Approved by: maintainer
Notes:
svn path=/head/; revision=126114
|
|
|
|
| |
Notes:
svn path=/head/; revision=126097
|
|
|
|
| |
Notes:
svn path=/head/; revision=126077
|
|
|
|
|
|
|
|
|
| |
Remove java/kaffe-devel
Submitted by: maintainer (via irc)
Notes:
svn path=/head/; revision=126041
|
|
|
|
| |
Notes:
svn path=/head/; revision=125936
|
|
|
|
| |
Notes:
svn path=/head/; revision=125934
|
|
|
|
| |
Notes:
svn path=/head/; revision=125904
|
|
|
|
|
|
|
|
|
| |
PR: ports/75779
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Approved by: portmgr (krion)
Notes:
svn path=/head/; revision=125709
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=125675
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=125671
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=125670
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=125657
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=125656
|
|
|
|
|
|
|
|
|
|
| |
<gldisater@gldis.ca>: Host or domain name not found. Name service error for
name=gldis.ca type=MX: Host not found, try again
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=125632
|
|
|
|
|
|
|
|
|
|
| |
PACKAGE_BUILDING case. The package build scripts then DTRT and ensure
this is running at build-time so a DISPLAY is available.
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=125629
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=125626
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX=<value> specifies a dependency upon
emulators/linux_base-<value>, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portrevision of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
Notes:
svn path=/head/; revision=125613
|
|
|
|
| |
Notes:
svn path=/head/; revision=125437
|
|
|
|
| |
Notes:
svn path=/head/; revision=125377
|
|
|
|
| |
Notes:
svn path=/head/; revision=125232
|
|
|
|
|
|
|
|
|
| |
with java/kaffe-devel
Pointy hat to: me
Notes:
svn path=/head/; revision=125077
|
|
|
|
| |
Notes:
svn path=/head/; revision=125074
|
|
|
|
|
|
|
|
| |
- Use %%DATADIR%% to calm portlint
- Tweak COMMENT to calm portlint
Notes:
svn path=/head/; revision=125073
|
|
|
|
|
|
|
| |
- Use %%DATADIR%% to calm portlint
Notes:
svn path=/head/; revision=125072
|
|
|
|
|
|
|
|
|
|
| |
the Eclipse IDE Framework.
PR: ports/74480
Submitted by: tux@pinguru.net
Notes:
svn path=/head/; revision=124974
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add note on starting up JBoss4 with rcNG
- Add new "-config" option to jboss4ctl for JBoss4 startup config
- Move some notices in pkg-message [1]
PR: 75345
Submitted by: maintainer
Approved by: maintainer [1]
Notes:
svn path=/head/; revision=124852
|
|
|
|
|
|
|
|
|
| |
AWT_X, AWT_QT, or neither (this will disable entirely AWT).
Approved by: maintainer
Notes:
svn path=/head/; revision=124824
|
|
|
|
|
|
|
| |
Forgotten by: olgeni
Notes:
svn path=/head/; revision=124809
|
|
|
|
| |
Notes:
svn path=/head/; revision=124684
|
|
|
|
|
|
|
|
| |
PR: ports/75162
Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org>
Notes:
svn path=/head/; revision=124682
|
|
|
|
|
|
|
| |
conflicts with java/netbeans.
Notes:
svn path=/head/; revision=124679
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use a specific FreeBSD launcher shell script instead of the distribution one
due to some bash2 requirement [1]
- Changed the edition knob to WITH_EDITION=[SE|PE] [1]
- Changed minimum required JDK version to 1.4 as it seems like the port won't
run on 1.3 [2]
PR: 75308 [1]
Submitted by: maintainer [1]
Approved by: maintainer [2]
Notes:
svn path=/head/; revision=124620
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USE_ANT [1]
- No longer add %%JAVAJARDIR%% to PLIST_SUB [1]
- Update to bsd.java.mk 2.0
- No longer patch the distribution shell script but rather use a FreeBSD
specific one [1]
- Use SUB_FILES/SUB_LIST to perform substitutions on the launcher shell script
- Minor cosmetic improvements
- Use JAVALIBDIR rather than JAVAJARDIR for JAR dependencies
- Moved the BUILD_DEPENDS statement to calm portlint
PR: 75198 [1]
Submitted by: maintainer [1]
Notes:
svn path=/head/; revision=124594
|
|
|
|
|
|
|
|
|
|
| |
bluej 1.3.5 -> bluej 2.0.2
PR: ports/74855
Submitted by: kevin ilchmann jørgensen <kij@imada.sdu.dk>
Notes:
svn path=/head/; revision=124444
|
|
|
|
|
|
|
| |
broken at that time, and a fix has not been submitted to GNATS.
Notes:
svn path=/head/; revision=124429
|
|
|
|
|
|
|
|
|
|
| |
- Fix table creation for autoincrement feature in Postgresql
PR: 75032
Submitted by: maintainer
Notes:
svn path=/head/; revision=124345
|
|
|
|
| |
Notes:
svn path=/head/; revision=124270
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a generated file will be overwritten with a warning, causing the
build to fail. There is a check for linprocfs in pre-build, but it
seems as though this problem can somehow trigger anyway, based on
semi-regular reports to the mailing lists.
PR: 74999
Approved by: phantom
Notes:
svn path=/head/; revision=124269
|
|
|
|
|
|
|
|
|
| |
. Fix a permissions problem with the plugins directory.
Approved by: phantom (maintainer)
Notes:
svn path=/head/; revision=124268
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use %%JAVAJARDIR%%
- Use INSTALL_DATA to install JAR and documentation files
- Add 'devel' category
- Manual download URL is now a bit more specific
- Removed unneeded JAVA_RUN statement (implied when nothing is set)
Submitted by: Manfred N. Riem <mnriem@earthlink.net> [1]
Notes:
svn path=/head/; revision=124221
|
|
|
|
|
|
|
|
|
|
| |
This also fixes a problem that when being modified it wasn't specified
by absolute path.
Reported by: Robert Backhaus <robbak@robbak.com>
Notes:
svn path=/head/; revision=124218
|
|
|
|
|
|
|
|
|
| |
- Minor fix to calm portlint
Reported by: pointyhat via kris [1]
Notes:
svn path=/head/; revision=124151
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=123610
|
|
|
|
|
|
|
|
| |
Reported by: kris
Submitted by: Sander Vesik <sander.vesik@gmail.com>
Notes:
svn path=/head/; revision=123609
|
|
|
|
|
|
|
|
| |
PR: 50114
Noticed by: olgeni
Notes:
svn path=/head/; revision=123591
|