| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
PR: ports/77927
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
Approved by: maintainer
Pointed out by: ume, nork, hrs
Notes:
svn path=/head/; revision=129967
|
|
|
|
| |
Notes:
svn path=/head/; revision=129966
|
|
|
|
| |
Notes:
svn path=/head/; revision=129965
|
|
|
|
| |
Notes:
svn path=/head/; revision=129964
|
|
|
|
|
|
|
| |
Reported by: netchild
Notes:
svn path=/head/; revision=129963
|
|
|
|
|
|
|
|
|
| |
an additional MASTERSITE.
Noticed by: pointyhat via kris
Notes:
svn path=/head/; revision=129962
|
|
|
|
|
|
|
| |
Submitted by: Jeremy Prior <jez@netcraft.com>
Notes:
svn path=/head/; revision=129961
|
|
|
|
|
|
|
|
| |
Noticed by: krion
Requested by: forsite at spamtest.ru
Notes:
svn path=/head/; revision=129960
|
|
|
|
|
|
|
| |
Submitted by: sf
Notes:
svn path=/head/; revision=129959
|
|
|
|
| |
Notes:
svn path=/head/; revision=129958
|
|
|
|
| |
Notes:
svn path=/head/; revision=129957
|
|
|
|
| |
Notes:
svn path=/head/; revision=129956
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Release notes: http://www.mozilla.org/releases/mozilla1.8b1/ )
- Add new launch script [1]
- Sanitize CFLAGS [1]
- Add Mozilla Plugable Init Scripts (PIS) to handle upgrades with ease [1]
PR: ports/77744 [1]
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
Notes:
svn path=/head/; revision=129955
|
|
|
|
| |
Notes:
svn path=/head/; revision=129954
|
|
|
|
| |
Notes:
svn path=/head/; revision=129953
|
|
|
|
| |
Notes:
svn path=/head/; revision=129952
|
|
|
|
| |
Notes:
svn path=/head/; revision=129951
|
|
|
|
| |
Notes:
svn path=/head/; revision=129950
|
|
|
|
| |
Notes:
svn path=/head/; revision=129949
|
|
|
|
| |
Notes:
svn path=/head/; revision=129948
|
|
|
|
| |
Notes:
svn path=/head/; revision=129947
|
|
|
|
| |
Notes:
svn path=/head/; revision=129946
|
|
|
|
| |
Notes:
svn path=/head/; revision=129945
|
|
|
|
| |
Notes:
svn path=/head/; revision=129944
|
|
|
|
| |
Notes:
svn path=/head/; revision=129943
|
|
|
|
| |
Notes:
svn path=/head/; revision=129942
|
|
|
|
| |
Notes:
svn path=/head/; revision=129941
|
|
|
|
| |
Notes:
svn path=/head/; revision=129940
|
|
|
|
| |
Notes:
svn path=/head/; revision=129939
|
|
|
|
| |
Notes:
svn path=/head/; revision=129938
|
|
|
|
| |
Notes:
svn path=/head/; revision=129937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NOTE: these are only added if the related variables are defined by the port.
This should ease the configuration of launcher shell scripts used for Java
application ports, when they are using javavmwrapper to invoke a JVM. From now,
a simple launcher that suits most of the Java application ports can be writen
using the following scheme:
#!/bin/sh
JAVA_VERSION="%%JAVA_VERSION%%" \
"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/myport.jar" "$@"
As mentioned above, this is of course only correct provided that the port
defines JAVA_VERSION.
Approved by: glewis (co-maintainer)
Notes:
svn path=/head/; revision=129936
|
|
|
|
|
|
|
|
| |
PR: 78169
Submitted by: maintainer
Notes:
svn path=/head/; revision=129935
|
|
|
|
|
|
|
|
| |
PR: 78040
Submitted by: Antônio Carlos Venâncio Júnior
Notes:
svn path=/head/; revision=129933
|
|
|
|
|
|
|
|
|
|
| |
compliant hashes.
PR: 77853
Submitted by: Antônio Carlos Venâncio Júnior
Notes:
svn path=/head/; revision=129931
|
|
|
|
|
|
|
| |
Submitted by: ade
Notes:
svn path=/head/; revision=129930
|
|
|
|
|
|
|
|
| |
Reported by: ka24 on #freebsd-gnome (IRC)
Pointy hat to: me (mezz)
Notes:
svn path=/head/; revision=129929
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
which previously has been failing with "cdce0: Could not find data bulk in",
working like a charm.
Bump PORTREVISION.
Based on patch by: Barry Bouwsma
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=129928
|
|
|
|
| |
Notes:
svn path=/head/; revision=129927
|
|
|
|
|
|
|
|
|
| |
- Use bid tag for a reference in sup entry.
Advice from: ume [1]
Notes:
svn path=/head/; revision=129926
|
|
|
|
|
|
|
|
| |
PR: ports/77985
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Notes:
svn path=/head/; revision=129925
|
|
|
|
|
|
|
|
|
| |
manipulations. Although the author of the module has deprecated it and
asks to use File::Spec and Cwd instead, it apparently is still being
used (by freshports, for example).
Notes:
svn path=/head/; revision=129923
|
|
|
|
|
|
|
|
|
|
|
|
| |
o USE_PYTHON=yes instead of using an specific version since the
update works with latest lang/python port [1]
PR: 75472 [fixed by 1],
76783
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
Notes:
svn path=/head/; revision=129922
|
|
|
|
| |
Notes:
svn path=/head/; revision=129921
|
|
|
|
|
|
|
| |
Correct WWW URL.
Notes:
svn path=/head/; revision=129920
|
|
|
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter
PR: ports/76556
Submitted by: David Thiel
Notes:
svn path=/head/; revision=129919
|
|
|
|
|
|
|
|
|
|
|
| |
- Hardcode path to swapinfo, although the configure script works on normal
FreeBSD systems, it fails on pointyhat because it does not have swapinfo
PR: ports/78147
Submitted by: maintainer
Notes:
svn path=/head/; revision=129918
|
|
|
|
| |
Notes:
svn path=/head/; revision=129917
|
|
|
|
| |
Notes:
svn path=/head/; revision=129915
|
|
|
|
|
|
|
| |
Noticed by: kris
Notes:
svn path=/head/; revision=129914
|